*{
	margin:0;
	padding:0;
}
HTML, body{
	background-image:url("../images/bg.jpg");
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	text-align: center;
	min-width:780px;
}


#wrapper{
	text-align: left;
	width:780px;
	margin: auto;
	background-color:#fff;
}

#nav{
	width:780px;
	height:20px;
	background-color:#393;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	}
	
	#nav a{color: #CCC;}
	#nav a:hover{color:#036}

#header{
	width:780px;
	height:215px;
	background:url("../images/random/rotate.php");
}

#columnleft{
	float: right;
	width: 200px;
	margin: 15px 10px 0 0;
	background-image: url("../images/side.jpg");
	border: 2px solid #393;
	padding-left:5px;
	
}
	#columnleft h1{
	color:#600;
	font-size:1em;
		}

#content{
	float:left;
	background: #fff;
	width:550px;	
}


	
	#content p{
		padding:5px 10px 10px 10px;
		line-height: 20px;
	}
	
	#content h1{
		padding: 0 0 0 10px;
		font-size: 1.8em;
		color: 036;
	}

	#content h2{
	padding: 0 0 0 10px;
	font-size: 1em;
	color:#036;
	
	}

	#content h3{
	padding: 0 0 0 10px;
	font-size: 1em;
	color:#036
	
	}
	#content h4{
	padding: 0 0 0 10px;
	font-size: 1.2em;
	color:#036
	
	}

#footer{
	text-align:center;
	color:#CCC;
	padding-top: 10px;
	font-size: 9px;
}
	#footer a{
	color:#CCC;
		}
	#footer a:hover{
		color: #FFF;
		}	

#clearer{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/* --------------------------Misc--------------------------------------------*/
img.floatLeft { 
	float: left; 
	margin: 10px;
	border:.2em solid #333;
}
img.floatRight {
	float: right;
	margin: 8px;
	border:.2em solid #333;
}
img.floatNone {
	border:.1em solid #333;
	float: none;
	margin: 4px;
}
li{
	padding-left:1px;
}
ul{
	padding-left:30px;
}
/*------------------------------Typography --------------------------------------*/

a:link img {
	padding: 2px; background: #fff; border: 0px 
	
}
	
a:hover img {
	border-color: #OOO;

}
a:visited img{
	border-color: #OOO;
}

a:link {
	color:#002499;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #002499;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/*a:active {
	text-decoration: none;
	color: #600;*/


.subheading{
	font:bolder 16px Arial, Helvetica, sans-serif;
	color: #000;
}


.subheadingwhite{
	font:bolder 16px Arial, Helvetica, sans-serif;
	color: #fff;
}

.subheadingsmall {

	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000099;
}
.small_text {
	font:9px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
}

.subheadingbanner {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left:50px;
	height: 15px;
	width: auto;
	background: #369;
}
.info_text {
	font:10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-style:italic;
		
}

.info_text_blue {
	font:10px Arial, Helvetica, sans-serif;
	color:#30F;
	text-align: left;
	font-style:italic;
		}

.info_text_underline {
	font:10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-style:italic;
	text-decoration:underline;
	}

