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_04.png');
	background-repeat: repeat-x;
	background-position: top center;

	height: 70px;
	width: 100%;

	float: left;

	z-index: 1;

	border-bottom: 1px solid #fff;
}

#logo {
	background-image: url('../images/yarram_logo_02.jpg');
	background-repeat: no-repeat;
	background-position: center left;

	height: 70px;
	width: 850px;

	left: 50%;
	margin-left: -26em;

	position: absolute;
}

#menu {
	float: left;

	background-color: #ae2d49;

	height: 40px;
	width: 100%;

	z-index: 450;
}

#menu ul {
	list-style: none;

	margin: 0px;
	margin-top: 15px;
	padding: 0px;

	position: absolute;
	
	left: 50%;
	margin-left: -24.7em;
	* width: 850px;
}

#menu ul li {
	float: left;
	margin-left: 19px;
	margin-right: 19px;
}

#menu ul li a {
	font-family: arial;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
}

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

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

	position: absolute;
	
	top: 110px;
	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;
}

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

#left {
	float: left;
	width: 27%;
	min-height: 600px;

	background-color: #fff;
	margin-bottom: auto;
}

#left h1 {			
	font-family: times new roman, times;
	font-size: 41px;
	line-height: 28px;
	font-weight: 100;
	font-style: italic;
	color: #da2128;
}

#left p {
	font-family: arial;
	font-size: 11px;
	color: #474748;
	line-height: 18px;
}

#left a {
	color: #da2128;
}

#left .content_wrapper {
	margin: 30px;
}

#left .red_large {
	display: block;
	font-family: arial;
	font-size: 15px;
	color: #da2128;
	font-weight: bold;
	line-height: 17px;
}

#left .grey_large {
	display: block;
	font-family: arial;
	font-size: 15px;
	color: #474748;
	line-height: 17px;
}

#left .red_small {
	font-family: arial;
	font-size: 12px;
	color: #da2128;
	font-weight: bold;
	line-height: 17px;
}

#left .grey_small {
	font-family: arial;
	font-size: 12px;
	color: #474748;
	line-height: 17px;
}

#right {
	float: left;
	width: 73%;
	* width: 64%;
}

#right h1 {			
	font-family: times new roman, times;
	font-size: 41px;
	line-height: 24px;
	font-weight: 100;
	font-style: italic;
	color: #da2128;
}

#right p {
	font-family: arial;
	font-size: 12px;
	color: #474748;
	line-height: 18px;
}

#right p a {
	color: #da2128;
}

#right .content_wrapper {
	margin: 35px;
	margin-top: 20px;
	* margin-top: 30px;
}

#right .welcome_heading {
	font-family: times new roman, times;
	font-size: 25px;
	line-height: 18px;
	font-weight: 100;
	font-style: italic;
	color: #474748;
	display: block;
}

#right .news_item {
}

#right .news_item h2{
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #da2128;
}

#right .news_item p {
	font-family: arial;
	font-size: 11px;
	color: #474748;
	line-height: 18px;
}

#sitemap {
	float: left;
	width: 100%;
	height: 140px;

	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#sitemap div {
	margin: 30px;
}

#sitemap div ul {
	margin: 0px;
	padding: 0px;
	
	* float: left;

	list-style: none;

	* margin-left: 22px;
	* margin-right: 22px;
}

#sitemap div li {
	line-height: 19px;
}

#sitemap div > ul {
	float: left;

	margin-left: 25px;
	margin-right: 15px;
}

#sitemap div ul > li {
	
}

#sitemap div ul ul {
	margin: 0px;
	padding: 0px;
}

#sitemap div ul li {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #474748;
}

#sitemap div ul li ul li {
	font-family: arial;
	font-weight: 100;
}

#sitemap div ul li ul li a {
	color: #474748;
	text-decoration: none;
}

.news_item {
	display: block;

	margin-top: 5px;
	margin-bottom: 10px;

	padding-top: 10px;
	padding-bottom: 10px;

	border-bottom: 1px solid #ccc;
}

.news_item .news_title, .news_item .news_title a {
	display: block;

	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #DA2128;
	color: #333;

	text-decoration: none;
}

.news_item .news_date {
	display: block;

	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

.news_item .news_text {
	display: block;

	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	color: #555;
}

.news_item .news_text a {
	color: #DA2128;
}

form {
	border: 0px solid #999;

	width: 100%;

	margin: 0px;
}

fieldset {
	float: left;

	width: 100%;
	display: block;

	border: 0px solid #fff;
	border-bottom: 1px dotted #999;

		font-family: arial;
	font-size: 12px;
}

label {
	float: left;
	width: 150px;

	font-family: arial;
	font-size: 12px;
	font-weight: bold;

	padding: 2px;
}

fieldset .textbox, fieldset .datebox, fieldset select, select {
	font-family: arial;
	font-size: 12px;

	padding: 2px;

	border: 1px solid #999;
}

fieldset textarea {
	font-family: arial;
	font-size: 12px;

	padding: 2px;

	border: 1px solid #999;

	width: 80%;

	height: 130px;
}

fieldset .error_field {
	background-color: #eee;
	border: 1px solid red;
}

#content 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;
}
