@charset "utf-8";
/* CSS Document */

body {
	margin:  0 auto;
	text-align: center; 
	background-color: #200000;
	margin-top: 10px;
}

#wrapper {
	width: 900px;
	background-color: #000;	
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #602020;		
}

#top {
	text-align: left; 
	margin: 0 auto;
	width: 898px;
	height: 200px;
	background-image: url(images/geneDogCar1.jpg);
	padding: 0px;
	border: 1px solid #602020;		
}
#top_title {
	height: 200px;
	padding: 0px;
}
	
#top_nav {
	height: 33px;
	padding: 0px;
}
	
#outer {
	width: 898px;
	margin: 0 auto;
}

#bottom {	
/*	width: 102px;   */
	vertical-align: top;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px #000 solid;	
	text-align: left;	
	background-color: #600000;
}

#main {
	width: 878px;
	padding: 10px;
	text-align: left;	
	border: 1px solid #602020;
	font-family: "Courier New", Courier, monospace;
	color: #ece9d5;
}

#window {
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
	padding: 20px;
	padding-top: 0px;
}

#txt_window {
	font-size: medium;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding: 20px;
}


#window hr {
	border: none;
	color: #602020;
	background-color: #602020;
	width: 800px; 
	height: 1px;
}

#text {
	font-family: "Courier New", Courier, monospace;
	color: #ae9d69;
	text-align: left;
	padding: 5px;
}
	
#footer {	
	width: 898px;
	height: 15px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	letter-spacing:normal;
	color: #ece9d5;
}

#footer p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #602020;
}

h3 {
	color: #ece9d5;
}

h2 {
	color: #ece9d5;
}
	
a:link{color: #ff1000; text-decoration: none; 
}
a:active {color: #ae9d67; text-decoration: none; 
}
a:visited {color: #ff1000; text-decoration: none; 
}
a:hover{color: #ff0; text-decoration: none; 
}


div.btns{
	zoom:1;
	white-space:nowrap;
	background-color: #000;
}

div.btns:after
{
	display:block;
	clear:both;
	content:'';
}

div.btns a.btn{
	float:left;
	background: buttonface url(images/border-2.gif) no-repeat;
	cursor: pointer;
	font-size: medium;
	text-align:center;
	display: block;
	width: 138px;
	_width:138px;
	min-width:138px;
	text-decoration:none;
	margin:4px 2px;
}

div.btns a.btn:hover span{
	
/*	opacity:0.6;
	filter:alpha(opacity:80); */
	font-weight:bold;
	color:#600;
}

div.btns a.btn span
{
	padding:3px 8px 4px 8px;
	
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/border.gif) right bottom no-repeat;
	font:small/1 Verdana;
	color:#000;
	
}

hr {
	border: none;
	color: #602020;
	background-color: #602020;
	width: 90%;
	height: 1px;
}

#tinytext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 100%;
}	
	