/* CSS Document */

body {
background:#a9a384 url(images/back2.jpg) repeat-x;
margin:0;
padding:0;
text-align: center;
min-width: 927px;
}



html, body {
height: 100%;
}

#back {
background:#000000 url(images/bottom.jpg) no-repeat top left;
height: 123px;
padding-top:20px;
padding-left:10px;
padding-right:10px;

}


#interior {
background:#000000 url(images/back_interior.jpg) no-repeat top left;

}

#interior2 {
background:#000000 url(images/back_interior2.jpg) no-repeat top left;

}
p,td,tr {
	color:#e0e0e0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	opacity:0.99;
	text-shadow: 0 0 0 #000;
}	

p  a:link {color: #f0d993;}
p  a:visited {color:#f0d993;}
p  a:hover {color:#edcf74;}
p  a:active {color: #f0d993;}

h1 {
	padding:0px;
	color:#f0d993;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
		opacity:0.99;
	text-shadow: 0 0 0 #000;
	}
	
	
h2 {
	color:#638194;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 a:link {color:#638194;text-decoration: none;}
h2 a:visited {color:#638194;text-decoration: none;}
h2 a:hover {color: #406376;text-decoration: none;}
h2 a:active {color: #638194;text-decoration: none;}	

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	list-style-image: url(images/arrow.jpg);
	text-indent: 0px;
}

li  a:link {color: #666666;text-decoration:none}
li  a:visited {color: #666666;text-decoration:none}
li  a:hover {color: #333333;text-decoration:none}
li  a:active {color: #666666;text-decoration:none}

 
#container {
	min-height: 100%;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	width: 927px;
	text-align: left;
	margin: 0 auto;
		}
* html #container {
	height: 100%;
}


.footer, .footer td {line-height: 2em;font-size:10px;color:#c0c0c0;font-weight:400;}
.footer a {color: #c0c0c0;font-weight:400;font-size:10px;}
	

