body {
	background-color: #ffffff;
	background-image: url('../images/the_sky.jpg');
	background-repeat: repeat-x;
	background-position: top center;

	margin: 0px;
}



#header {
	background-image: url('../images/bg_red_banner_02.png');
	background-repeat: repeat-x;
	background-position: top center;

	height: 122px;
	width: 100%;

	float: left;

	z-index: 1;
}

#logo {
	background-image: url('../images/yarram_logo_04.png');
	background-repeat: no-repeat;
	background-position: bottom left;

	height: 102px;
	width: 850px;

	left: 50%;
	margin-left: -26em;
	margin-top: 20px;

	position: absolute;
}

#body {
	float: left;
	width: 820px;

	background-image: url('../images/transparent_bg.png');
	background-repeat: repeat;
	background-position: top left;
	
	position: absolute;
	
	top: 122px;
	left: 50%;

	margin-left: -25em;

	z-index: 0;

	-fmoz-box-shadow: 0 0 1em black;
	-fwebkit-box-shadow: 0 0 1em black;

	border: 2px solid #ccc;
	border-top: 0px solid #ccc;
}

#banner {
	float: left;
	width: 100%;

	background-image: url('../images/banner_1.jpg');
	background-repeat: no-repeat;
	background-position: center center;

	height: 270px;
}


#advertising {			
	width: 275px;
	float: left;

	margin: 20px;
	margin-top: 100px;

	background-image: url('../images/transparent_login_bg.png');
	background-repeat: repeat;
	background-position: top left;

	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-bordert-radius: 8px; 
}

#advertising span {	
	display: block;		
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color:#fff;

	padding: 15px;
}

#advertising b {	
	display: block;
	font-size: 15px;
}

#advertising a {	
	color:#fff;
}



#login {			
	width: 220px;
	height: 165px;
	float: right;

	margin-right: 20px;

	background-image: url('../images/transparent_login_bg.png');
	background-repeat: repeat;
	background-position: top left;

	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomright: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
}

#login div {
	margin: 15px;
	margin-left: 25px;
	
	font-family: arial;
	font-size: 11px;
	color: #fff;
	line-height: 22px;
}

#login div span {			
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

#login div a {			
	color: #fff;
}

#login div form {			
	margin: 0px;
}

#login div form input.button {			
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;

	border: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 15px;

	margin-top: 8px;

	background-image: url('../images/button_03.jpg');

	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 

	cursor: pointer;
}

#login div form input.text {			
	font-family: arial;
	font-size: 11px;
	padding: 3px;

	margin-bottom: 8px;

	border: 1px solid #ccc;

}

#content {
	float: left;
	width: 100%;
}

#content h1 {
	display: none;
}

#content p {
	font-family: arial, times;
	font-size: 15px;
	color: #353535;
	line-height: 24px;
}

#content a {
	color: #da2128;
}

#content .content_wrapper {
	margin: 35px;
	margin-top: 10px;
}

#copyright {
	float: left;
	width: 100%;

	margin-top: 15px;
	margin-bottom: 10px;
	
	height: auto;
	* height: 30px;
}

#copyright p {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

#copyright a {
	color: #000;
}

#copyright .content_wrapper {
	margin-left: 20px;
}

.panel {
	float: left;

	background-image: url('../images/front_panel_03.jpg');
	background-repeat: no-repeat;

	width: 380px;
	height: 76px;

	margin-left: 20px;
	* margin-left: 16px;
	-margin-left: 10px;

	margin-top: -10px;
}

.panel div {
	margin: 15px;
	margin-top: 20px;

	font-family: arial;
	font-size: 12px;
	color: #474748;
}

.panel div a {
	text-decoration: none;
	color: #474748;
}

.panel div span {
	color: #da2128;
	font-weight: bold;
}
