/* CSS layout */
body {
	margin: 0px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

table tr td {
	text-align: center;
}

#container {
	width: 1024px;
	margin: auto;
	min-height: 768px;
	background-color: #c10f00;
}

#top {
	width: 1024px;
	height: 56px;
	background-color: white;
}

#masthead {
	width: 1024px;
	height: 81px;
}

#top_nav {
	height: 35px;
	width: 1024px;
	background-image: url('../images/menu.png');
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

#top_nav  ul {
	padding-top: 10px;
	margin: 0px;

}

#top_nav  ul li {
	display: inline;
}

#top_nav  ul li a {
	color: black;
	background-image: url('../images/star.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
}

#top_nav ul li a:hover {
	color: #c10f00;
}

#page_content {
	width: 1024px;
	background-color: #c10f00;
}

#left {
	float: left;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 220px;
	background-color: #c10f00;
}

#left ul li {
	margin-left: 0px;
	border-right: 3px #d9a827 solid;
	list-style: none;
	padding: 5px;
}

#page_content ul li a
{
	font-size:13px;
	color:white;
	text-decoration:none;	
}

#page_content ul li a:hover
{
	color:white;
	text-decoration:underline;	
}


#center {
	float: left;
	margin-left: 0px;
	width: 500px;
	background-color: fuchsia;
}

#slide {
	clear: both;
	font-family: Tahoma;
	background-color: #c10f00;
	height: 190px;
	width: 100%;
	color: white;
	font-size: 10px;
	font-weight: bold;
}

#slide img {
	margin: 5px;
}

#title {
	color: #d9a827;
}

#pre_footer {
	width: 1024px;
	height: 25px;
	background-image: url('../images/foot.png');
	background-repeat: repeat-x;
}

#footer {
	width: 1024px;
	height: 50px;
	background-color: white;
}



#slider { height:356px; position:relative; overflow:hidden; }
#slider-holder { width:720px; height:356px; position:relative; overflow:hidden; }
#slider-holder .jcarousel-clip{ width:720px; height:356px; position:relative; overflow:hidden; }
#slider-holder ul{ width:720px; height:356px; position:relative; overflow:hidden; list-style-type: none;}
#slider-holder ul li{ width:720px; height:356px; position:relative; overflow:hidden; float:left; }

#slider-nav { position:absolute; top:231px; left:644px; z-index:2;}
#slider-nav a{ font-size:0; line-height:0; text-indent: -4000px; width:10px; height:10px; border:solid 1px #8b0000; background:#8b0000; float:left; margin-right:5px; }
#slider-nav a:hover,
#slider-nav a.active { background:#fff;}

