/* site wide styles */
*	{
		padding: 0;
		margin: 0;
		}

body {
	background-color: #000000;
}

body, td, th, p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

td {
	border: 1px solid #7f7f7f;
	text-align: left;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.2em;
		}
.filler {
	color: #000000;
	text-align: center;
}

#wrapper {
	width: 98%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
		}


h1 {
	padding-left: 10px;
	color: #e1e1e1;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
		}
h2 {
		font-size: 1.2em ;
		font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		padding-top: 10px; 	margin-bottom: 10px; text-transform: uppercase;
		color: #e1e1e1;
		}

.our-h1green {
	color: #669966;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}		

.our-h2white {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.our-h2yellow {
	color: #FFFF00;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
		
.instructions {
	color: #aaaaaa;
	text-transform: lowercase;
	float: right;
	padding-right: 12px;
	font-size: 0.8em;
		}
		
#caption {
	margin-top:5px;
	color: #FFFF00;
	font-size: 0.9em;
		}

	
img {
	float: left;
	margin-right: 5px;
	border: 2px ridge #7f7f7f;
}

.separator {
	clear: both;
	height: 4px;
	background: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.separatorInvisible {
	clear: both; height: 0.5em;
}
.separatorInvisible1px {
	clear: both; height: 1px;
}
#thumbnails .separatorInvisible {
	float: none; height: 1px;
}
.sepInvisNofloat {
	float: none; clear:both; height: 1px;
}

.pseparator {
	clear: both;
}		


		

/* header stuff */

#header #info {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	height: 35px;
}
#header #thumb {
	float: left;
	width: 120px;
	border: 1px solid #7f7f7f;
	height: 90px;
	margin-right: 5px;
}
#pedigree {
	background-color: #000000;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


/* footer and link stuff  nb the order of the link psuedo classes important  link,visited,hover,active*/

#site_footer {
	clear: both;
	border: 1px solid #7f7f7f;
	width: 100%;
	margin-top: 20px;
	font-size:0.9em;
	color:#FFFFFF;
}
#ped_table {
	border: 2px solid #7f7f7f;
	clear: both;
	margin: 20px;
}

	
#site_footer div {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#site_footer a {
	font-size: 0.9em;
}

a:link {
	color: #00FF00;
}

a:visited {
	text-decoration:none;
	color: #00FF99;
}

#site_footer a:link, #site_footer a:visited {
	color: #00FF66;
	font-weight:bold;
	text-decoration: none;
}

a:hover, a:hover img, #site_footer a:hover {
	color: #FFFFFF;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;

}
#page_banner {
	border: thin solid #999999;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

