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

#left .expand_menu {
	border-top: 1px solid #eee;
}

#left .expand_menu, #left .expand_menu ul {
	list-style: none;

	margin: 0px;
	padding: 0px;
}

#left .expand_menu ul {
}

#left .expand_menu li {
	padding: 0px;
	margin: 0px;

	
	line-height: 0px;
}

#left .expand_menu a {
	display: block;

	font-family: arial;
	font-size: 14px;
	color: #474748;

	border-bottom: 1px solid #eee;

	text-decoration: none;

	line-height: 34px;

	padding-left: 10px;
}

#left .expand_menu a:hover {
	background-color: #f5f5f5;
	color: #da2128;
}

#left .expand_menu li li a {
	font-family: arial;
	font-size: 12px;
	color: #3277BC;

	padding-left: 20px;
	font-weight: 100;
}

#left .expand_menu a.expanded {
	color: #da2128;
}

#right {
	float: left;
	width: 72%;
	* width: 62%;
}

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

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

#right a {
	color: #da2128;
}

#right .content_wrapper {
	margin: 35px;
}

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

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