/*control main elements*/
body {
	margin:5px;
	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.6em;
	/*background-color:#fde5bc;*/
	background-color:#9F9;
	background-image:url(images/page-bg-spring.jpg);
	background-repeat:repeat-y;
	background-position:center;
	}
	/*control selectors*/
p {
	margin:10px;
	padding-right:30px;
	text-align:justify;
	}
h1 {
	color:#006600;
	font-size:14px;
	padding:0px;	
	margin:15px 0px 10px 10px;
	}
h2 {
	color:#006600;
	font-size:12px;
	font-weight:bold;
	padding:0px 5px;	
	margin:15px 0px 0px 5px;
	}
h3 {
	color:#006600;
	font-size:12px;
	font-weight:bold;
	padding:0px 5px;	
	margin:15px 0px 0px 5px;
	}
h4 {
	color:#006600;
	font-size:12px;
	font-weight:bold;
	background-color:#98CDFF;
	padding:0px;	
	margin:3px 0px 3px 3px;
	}
h5 {
	color:#006600;
	font-size:14px;
	font-weight:bold;
	background-color:#9F9;
	padding:0px;	
	margin:3px 0px 3px 3px;
	}
/*control overall container*/	
#container {
	width:900px;
	margin:0px auto 5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;	
	border:1px solid #333;
	}
	/*control header*/	
#header {
	width:900px;
	}
	/*control content*/	
#content {
	width:900px;
	background-color:#FFF;	
	}
/*control sidebars*/
#sidebar {
	width:150px;
	padding:5px 0px 5px 0px;
	float:left;	
	border-right: 1px solid #999999;
	}
#sidebarR {
	width:150px;
	padding:5px 0px 5px 0px;
	float:right;
	text-align:center;
	border-left: 1px solid #999999;
	}
#middle {
	/*background-image:url(images/background-autumn.gif);*/
	background-repeat:repeat-y;
	background-position:top;
	background-color:white;
	margin:0px 130px 0px 160px;
	}
#gallery {
	background-color:white;
	margin:0px 10px 0px 10px;
	}
/*contain index random site script*/
#random {
	width:450px;
	margin:20px 80px 0px 170px;
	padding:0px;
	}
	/* for random site image links to remove nderline border*/
.image_float a:link, .image_float a:visited, .image_float a:hover, .image_float a:active {
	border-bottom:0px;
	}
	/* for  site image links to remove nderline border*/
.site_float_l a:link, .site_float_l a:visited, .site_float_l a:hover, .site_float_l a:active {
	border-bottom:0px;
	}	
.site_float_r a:link, .site_float_r a:visited, .site_float_r a:hover, .site_float_r a:active {
	border-bottom:0px;
	}
/*control footer*/
#footer {
	width:900px;
	margin:0px auto 5px auto; 
	background-color:#fff;	
	border:1px solid #333;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	}
/*control links*/
a:link {
	color: #03F;
	text-decoration:none;
	}
a:visited {  color: #03F;
	text-decoration:none;
	}
a:hover {  color: #390; 
	text-decoration:underline;
	}
.clean { 
	text-decoration:none;
	background-color:#FFFFFF;
	}
a:active {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #ff0000;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
	/*control sites classes*/
.sites {
	width:730px;
	height:160px;
	margin:5px;
	padding:10px 10px 0px 10px;	
	border:0px solid #333;
	clear:left;
	}
	/*float right site*/
.image_float_r{
	float:right;
	margin:5px 5px 0px 10px;
	}
	/*float left site*/
.image_float_l{
	float:left;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:5px;
	}
	/*sites text*/
.centred_text{
	line-height:1.6em;
	margin-top:10px;
	}
.border {
	border:1px dashed #333;
	}
ul {
	padding:5px 10px 5px 10px;
	margin-left:20px;
	line-height:150%;
	list-style-image: url(images/bullet.gif);
	}
hr {
	border: 1px dotted #99FF99;
}
.pricelist{
	margin:13px;
	}
.red {
	color:#F00;
	text-decoration:underline;
	}
.green {
	color:#390;
	text-decoration:underline;
	}