/*control main elements*/
body {
	margin:5px;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	font:13px  Arial, Verdana,Sans-serif;
	}
	/*control selectors*/
p {
	padding:5px 5px 0px 5px;
	margin:0px 5px 0px 5px;
	text-align:justify;
	line-height:120%;
	}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#366;
	padding:10px 5px 5px 5px;	
	margin:0px 10px 0px 5px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#366;
	padding:10px 5px 5px 5px;	
	margin:0px 10px 0px 5px;
	}
h4 {
	font-size:10pt;
	font-weight:bold;
	color:#336666;
	padding:0px 0px 0px 0px;	
	margin:3px;
	}
/*control overall container*/	
#container {
	width:750px;
	margin:5px auto 5px auto; /* Right and left margin widths set to auto */
	}
/*control main content in galleries*/	
#main {
	clear:both;
	width:95%;
	height:380px;
	margin:0px auto 0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: #336666 5px solid;
	overflow:auto;
	}
	/*control main content in regular pages*/	
#main2 {
	clear:both;
	width:750px;
	height:380px;
	margin:0px auto 0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: #336666 5px solid;
	overflow:auto;
	}
/*control footer*/
#footer {
	width:95%;
	margin:0px auto 0px auto; 	
	}
	/*text in footer*/
#footer p {
	text-align:center;
	}
/*control links*/
a:link {  color: #336666;
	}
a:visited {  color: #366;
	text-decoration:none;
	}
a:hover {  color: #FFF; 
	text-decoration:none;
	background-color: #366;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.small {
	font: 10px Arial, Helvetica, sans-serif;
	color: #366;
	padding:10px 5px 5px 5px;
	margin:10px 5px 0px 0px;
	}
.spacer {
	clear:left;
	}
	/* for random site image on homepage*/
.image_float{
	float:left;
	margin:0px;
	}
	/*control sites classes*/
.sites {
	width:730px;
	height:160px;
	margin:5px;
	padding:10px 10px 0px 10px;	
	border:0px solid #333;
	clear:left;
	}
	/*float right site*/
.site_float_r{
	float:right;
	width:250px;
	margin-bottom:10px;
	}
	/*float left site*/
.site_float_l{
	float:left;
	width:250px;
	margin-bottom:10px;
	}
	/*sites text*/
.site_text{
	width:200px;
	margin-right:33%;
	margin-left:35%;
	}
.border {
	border:2px solid #336666;
	}
ul {
	margin-left:25px;
	padding:10px;
	list-style-image:url(images/list.gif);
	line-height:140%;
	}
.galbdr {
	border: 10px groove #666666;
}
