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

body{
	background:#2d0005 url(images/comp1.jpg) top center no-repeat;	
	margin:0;
	padding:0;
}

#home{
	background:#2d0005 url(images/bkgrd.jpg) top center no-repeat;	
	margin:0;
	padding:0;
}

#container_comp{
	width:900px;
	height:800px;
	margin:0 auto;
}

#container{
	background-color:#c7b29a;
	width:900px;
	margin:100px auto 10px;
	padding-top:10px;
	padding-bottom:10px;
}

#header_slides{
	/*position:relative;
	left:-30px;*/
	margin-left:-30px;
}

#marquee{
	margin:0 !important;
	list-style:none !important;
	list-style-position:inside !important;
	position:static !important;
}

#content{
	background-color:#fff;
	width:880px;
	/*position:relative;
	top:210px;
	left:10px;*/
	margin:210px 0 0 10px;
	padding-top:10px;
	padding-bottom:10px;
}

#menu{
	background-color:#2d0005;
	width:860px;
	height:30px;
	margin-left:10px;
	/*padding-top:5px;*/
}

#buttons{
	width:700px;
	height:25px;
	padding-top:5px;
	margin:0 auto;
	color:#eea169;
	font-family:Arial, Helvetica, sans-serif;
}

#buttons ul{
	margin:0;
	padding:0;
}

#buttons li{
	display:inline;
}

#buttons ul a{
	color:#eea169;
	text-decoration:none;
}

#buttons ul li a:hover, #selected{
	background-color:#eea169;
	color:#2d0005;
	padding:6px 0;
}

#buttons ul li:first-child a:hover{
	background-color:#eea169;
	color:#2d0005;
	padding:6px 0;
}

/*#selected{	
	background-color:#eea169;
	color:#2d0005;	
	padding:6px 0;
}*/

#clear{
	width:1px;
	height:1px;
	clear:both;
}

#footer{
	background-color:#2d0005;
	width:860px;
	height:25px;
	margin-left:10px;
	color:#eea169;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;
	clear:both;
}

