/* Created by neonblu
	  www.neonblu.com.au */

* { padding: 0; margin: 0; }

body {
 font-family:"Trebuchet MS";
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#faux {
	background-image:url(images/bg.png);
	margin-bottom: 0px;
	overflow: auto;
	width: 860px;
	padding: 0px 20px 0px 20px;
}

#faux2 {
	background-image:url(images/bg2.png);
	margin-bottom: 0px;
	overflow: auto;
	width: 860px;
	padding: 0px 20px 0px 20px;
}

#header {
	color: #333;
	width: 860px;
	padding: 30px 20px 0px 20px;
	height: 70px;
	margin: 10px 0px 0px 0px;
}
#titlebar {
	color: #333;
	padding: 20px 20px 20px 40px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/centerbg.jpg);
	height: 26px;
}

#titlebar2 {
	color: #333;
	padding: 20px 20px 20px 40px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/centerbg.jpg);
	max-height: 259px;
}
#undertitlebar {
	color: #333;
	margin: 0px 0px 0px 0px;
	background-image: url(images/undercen.png);
	height:35px;
}
#navigation {
	color: #333;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg.png);
	height: 33px;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0px 10px 0px 10px;
	width: 266px;
	float: left;
}

#leftcolumn2 {
	display: inline;
	color: #333;
	padding: 0px 10px 0px 10px;
	width: 166px;
	float: left;
}

#content {
	float: left;
	color: #333;
	padding: 0px 10px 0px 10px;
	width: 268px;
	display: inline;
	position: relative;
}

#content2 {
	float: left;
	color: #333;
	padding: 0px 10px 0px 10px;
	width: 468px;
	display: inline;
	position: relative;
}

#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	padding: 0px 10px 0px 10px;
	width: 266px;
	float: right;
}

#rightcolumn2 {
	display: inline;
	position: relative;
	color: #333;
	padding: 0px 10px 0px 10px;
	width: 166px;
	float: right;
}

#largecolumn {
	display: inline;
	color: #333;
	padding: 0px 20px 0px 20px;
	width: 820px;
	float: left;
	}
	
#abovefooter {
	color: #333;
	margin: 0px 0px 0px 0px;
	background-image: url(images/abovebanner.png);
	height:35px;
}
#footer {
	width: 860px;
	clear: both;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background-image: url(images/footer.jpg);
	height:100%;
}
#belowfooter {
	color: #0f75bc;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg.png);
	height:17px;
	padding: 10px 20px 10px 20px;
}

#rightbanner {
	float:right;
	margin:auto;
	}
	
.clear { clear: both; background: none; }

h1 {
	font-size:24px;
	color: #ffffff;
	text-align:center;
	}
	
h2 {
	font-size:18px;
	color: #333;
	text-align:left;
	}	
h3 {
	font-size:18px;
	color:#0f75bc;
	}
h4 {
	font-size:16px;
	color:#0f75bc;
	}
	
h5 {
	font-size:16px;
	color:#ffffff;
	}	
	
h6 {
	font-size:16px;
	color:#000000;
	}		
	
a:link {
	color: #0099FF;
	border: 0px;
	text-decoration:none;
	}
a:visited { 
	color: #0099FF;
	border: 0px;
	text-decoration:none;
	}
a:hover { 
	color: #0099FF;
	border: 0px;
	text-decoration:none;
	}
a:active { 
	color: #0099FF;
	border: 0px;
	text-decoration:none;
	}	

