/*control main elements*/
body {
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:12px Verdana, Arial, Sans-serif;
	line-height:1.5em;
	background-image:url(images/foot_bg.jpg);
	}
	/*control selectors*/
p {
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
	}
h1 {
	font-size:1.1em;
	padding:0px 10px 2px 10px;	
	margin:0px 10px 0px 10px;
	}
h2 {
	font-size:1.0em;
	font-weight:bold;
	padding:0px 10px 2px 10px;	
	margin:0px 10px 2px 10px;
	}
h3 {
	font-size:0.9em;
	font-weight:bold;
	padding:0px 10px 2px 10px;	
	margin:0px 10px 2px 10px;
	}
/*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;
	background-image:url(images/wallpaper.gif);
	margin:0px auto 0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: #9EB4CD 5px solid;
	overflow:auto;
	}
	/*control main content in regular pages*/	
#main2 {
	clear:both;
	width:750px;
	height:380px;
	background-image:url(images/wallpaper.gif);
	margin:0px auto 0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: #9EB4CD 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: #7165D5;
	text-decoration:none;
	}
a:visited {  color: #333;
	text-decoration:none;
	}
a:hover {  color: #F00; 
	text-decoration:none;
	}
a:active {  color: #FFFFFF; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.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:1px dashed #9EB4CD;
	}
ul {
	margin-left:180px;
	padding:0 10px;
	list-style-image:url(images/list.gif);
	line-height:220%;
	}
.galbdr {
	border: 10px groove #666666;
}
.float-right {
	float:right;
	padding:10px;
	}
.float-left {
	float:left;
	padding:10px;
	}