/* CSS Document*/

body {

	background-image: url(images/leather.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

}

container {

	position: absolute;
	width: 800px;
	margin-left: 0px;
	margin-top: 0px;
	
}

/* header */

#header {

	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	width: 800px;
	height: 115px;
	text-align:left;
	
}

/* drop down css */

#dropmenudiv{
	position: absolute;
	border: none;
	border-bottom-width: 0;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	line-height: 18px;
	z-index: 2;
	color: white;
	text-decoration: none;
	text-align: left;
	opacity: .9;
	filter: alpha(opacity=90);
		
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: none;
	padding: 1px 0;
	color: #EEEEEE;
	text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #550000;
	color: white;
}


 /* flash movie */

#flash_movie {

	position: relative;
	background-image: url(images/flash_movie.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 250px;
	width: 800px;
	
	text-align: left;

}


 /* body */

#index_body {

	position: relative;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 330px;
	width: 800px;
	

}

.index_text {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #222222;
	text-align: center;

}


.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #440000;
	text-decoration: none;
	
}

a.links:hover {
	text-decoration: underline;
}

#footer_bar {

	position: relative;
	background-image: url(images/footer_bar.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 35px;
	width: 800px;

}

.footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #F3F6AE;
	text-decoration: none;
	
}

a.footer_text:hover {
	text-decoration: underline;
}


