/* @override http://baudins.efront.com.au/style.css */

/* @override http://baudins.efront.com.au/style.css */

/* @override http://baudins.efront.com.au/style.css */

/* @override http://baudins.efront.com.au/style.css */



*{
margin:0;
padding:0;	
}

html {
		/*background-color: #FFF;*/
}
body {
	background-color: #FFF;
}

p{
	margin-top: 10px;
	font-size: 120%;
	line-height: 22px;
}

body{
	background:transparent url(/images/bg.jpg) repeat-x;
	font-family: Helvetica, Arial, Verdana;
	font-size: 85%;
}

#page_container{
	width: 900px;
	margin: 0 auto;
}

#header{
	width:898px;
	height: 140px;
	background:transparent url(/images/header.gif) no-repeat;
	
}
#border_container{
	border: 1px solid #fff;
}

#hero{
	height: 160px;
	width: 898px;
	background:transparent url(/images/hero.jpg) no-repeat;
}
#navigation{
	height: 35px;
	width: 898px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background:#000;
}

#body_content{
	background: #fff;
	padding: 30px;
	
}

#menu_holder{
	margin-left: 20px;
	text-align: center;
	width: 780px;
	padding-top: 11px;

}
.topmenu{
	
float: left;
margin-left: 12px;
margin-right: 12px;
}

.topmenu a{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
.topmenu a:visited{
	color:#fff;
	text-decoration: none;
	font-weight: bold;

}
.topmenu a:hover{
	color: #ccc;
	}
	
.topmenu_selected{
	
float: left;
margin-left: 12px;
margin-right: 12px;
}

.topmenu_selected a{
	color:#ccc;
	text-decoration: none;
	font-weight: bold;
		
}

p.photo_description{
	float: right;
	padding-right: 5px;
	font-size: 11px;
	color: #999;
	line-height: 10px;
}

