/*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:14px  Arial, Sans-serif;
	line-height:1.5em;
	}
	/*control selectors*/
p {
	padding:0px 10px 0px 10px;
	margin:0px;
	text-align:justify;
	}
h1 {
	font-size:14px;
	padding:0px;	
	margin:15px 0px 0px 5px;
	}
h2 {
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 15px;	
	margin:15px 0px 0px 5px;
	}
h4 {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:0px 10px 0px 10px;	
	}
/*control overall container*/	
#container {
	width:760px;
	margin:5px auto 5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;	
	}
#gallery {
	width:100%;
	height:210px;
	overflow:auto;
	overflow-y: hidden;
	padding:10px 0px 0px 10px;
	background-color:#000;	
	}
#gallerybar {
	width:100%;
	height:14px;
	overflow:hidden;
	background-color:#000;	
	}
#containerindex {
	width:520px;
	margin:5px auto 5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFF;	
	
	}
#start {
	padding: 0px;
	margin:0px;
	}
/*contain index random site script*/
#random {
	width:450px;
	margin:20px 80px 0px 170px;
	padding:0px;
	}
	/* for  image links to remove underline border*/
a:hover img {
	border-bottom:0px;
	text-decoration:none;
	}
	/* 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:760px;
	margin:5px auto 5px auto; 
	}
	/*text in footer*/
#footer p {
	text-align:center;
	}
/*control links*/
a:link {  color: #339;
	text-decoration:underline;
	}
a:visited {  color: #333;
	text-decoration:none;
	}
a:hover {  color: #F00; 
	text-decoration:none;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
	/*float right site*/
.site_float_r{
	float:right;
	width:300px;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:20px;
	}
	/*float left site*/
.float_l{
	float:left;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:20px;
	}
.float_r{
	padding:0px 10px 0px 10px;
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:20px;
	}
	/*float left site*/
.site_float_l{
	float:left;
	width:300px;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:20px;
	}
.border {
	border:1px dashed #333;
	}
.foot {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}
.caption {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
.gallery {
	font-size: 1em;
	color:white;
	text-align: left;
}
.captionwhite {
	font-size: 12px;
	font-style: italic;
	color:white;
	text-align: left;
}
.linktable {
	border-bottom:solid 1px black;
}
