@charset "utf-8";
/* CSS Document for West Oz Challenge */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background-color: #000;
	background-image: url(http://www.westozchallenge.com.au/templates/westoz/images/backgrd.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#000;
}
a:visited{
	 color:#000;
}
a:active {
	color:#000;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
}
#topper{
	height: 29px;
	width: 950px;
	background-color: #000000;
	background-image: url(http://www.westozchallenge.com.au/templates/westoz/images/topper.jpg);
	background-repeat: no-repeat;
	}
#masthead{
	height: 150px;
	width: 950px;
	background-color: #000000;
	background-image: url(http://www.westozchallenge.com.au/templates/westoz/images/masthead.jpg);
	background-repeat: no-repeat;
}
#undermast {
	height: 25px;
	width: 950px;
	background-image: url(http://www.westozchallenge.com.au/templates/westoz/images/undermast.jpg);
	background-repeat: no-repeat;
}
#leftcolumn{
	float:left; 
	width: 160px;
	padding-left: 1px;
	padding-top: 5px;
}
#rightcontent {
	float:right;
	width: 760px;
	color: #333333;
	padding-right: 15px;
	padding-top: 25px;
	text-align: justify;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.westozchallenge.com.au/templates/westoz/images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer{
	clear:both;
	height:75px;
	background-repeat: no-repeat;
	background-image: url(http://www.westozchallenge.com.au/templates/westoz/images/footer.jpg);
	background-position: bottom;
	width: 950px;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #CC0000;
	font-size: 14px;
}
h2 {
	font-size: 13px;
	color: #000;
}
h3 {
	font-size: 12px;
	color: CC0000;
}
h4 {
	font-size: 14px;
	color: #000;
}
hr {
	color: #CC0000;
	height: 1px;
	width: 75%;
	text-align: center;
}
.border {
	border: 1px solid #666;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 150px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 145px;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #CC0000;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
.menu a:hover {
	background-color: #E8E8E8;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.menu_current {
	font-weight: bold;
}
	 /*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
#search_box {
	float: right;
	clear: right;
	width: 275px;
	text-align: right;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}
.photos {
	border: 1px solid #CCC;
	padding: 6px;
	margin: 10px;
	background-color: #E9E9E9;
}
.emphasis {
	color:#CC0000;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
.small {
	font-size: 10px;
	color:#CCC;
	text-decoration: none;
}
a.small:link {
	font-size: 10px;
	color:#CC0000;
	text-decoration: none;
}
a.small:visited {
	font-size: 10px;
	color:#CC0000;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color:#CCC;
	text-decoration: none;
}
a.small:active {
	font-size: 10px;
	color:#CC0000;
	text-decoration: none;
}
