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

body {
	background-attachment:fixed; 
	background-position:top center; 
	background-repeat:no-repeat;
	background-image: url(../images/backgrd.jpg);
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #746b5b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #746b5b;
}
a:hover {
	text-decoration: none;
	color: #746b5b;
}
a:active {
	text-decoration: none;
	color: #746b5b;
}

#allcontent {
	width: 860px;
	margin: 0 auto;
	
}

#headerleft {
	width: 428px;
	float:left;
}
#headerright {
	width: 428px;
	float:left;

}	

#slideshowimages {
	width: 845px;
	float:left;
	border-color:#35322d;
	border-style:solid;
	border-width:medium;

}

#bottomtext {
	width: 860px;
	float: left;

}

#footer {
	width: 860px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#35322d;
	text-align:center;
	float:left;

}