body {
	background-image: url('../images/bg_sky.jpg');
	background-repeat: repeat-x;
	background-position: top center;

	background-color: #ffffff;

	margin: 0px;
}

#header {
	background-image: url('../images/bg_red_banner_02.png');
	background-repeat: repeat-x;
	background-position: top center;

	height: 138px;
	float: left;
	width: 100%;

	margin-top: auto;
	position: absolute;
	top: 0px;
	-left: 0px;

	z-index: 500;
}

#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;
}

#footer {
	background-image: url('../images/bg_grass.png');
	background-repeat: repeat-x;
	background-position: bottom center;

	height: 156px;
	float: left;
	width: 100%;

	margin-bottom: auto;
	position: absolute;
	bottom: 0px;
	-left: 0px;

	z-index: 100;
}

#body {
	float: left;
	width: 820px;

	background-color: rgba(255, 255, 255, 0.8);

	* background-image: url('../images/transparent_bg.png');
	* background-repeat: repeat;
	* background-position: top left;

	margin-top: 120px;

	position:absolute;

	left: 50%;
	margin-left: -25em;

	z-index: 200;

	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;

	* border: 4px solid #eee;
	* border-top: 0px solid #fff;
}

#banner {
	float: left;
	width: 100%;

	background-image: url('../images/banner_1.jpg');
	background-repeat: no-repeat;
	background-position: center center;

	height: 348px;
}

#login {			
	width: 220px;
	height: 165px;
	float: right;

	margin-right: 35px;

	background-color: rgba(218, 33, 40, 0.8);		
	
	* 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: times new roman, times;
	font-size: 26px;
	color: #474748;
	line-height: 28px;
	font-style: italic;
}

#content a {
	color: #da2128;
}

#content .content_wrapper {
	margin: 35px;
}

#copyright {
	float: left;
	width: 100%;

	margin-top: 60px;
	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;
}

.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;
}