/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 780px;
}

#header h1{
	background: transparent url(../images/logo.gif) no-repeat top left; 
	
	width: 780px; 
	height: 100px; 
	
	margin-top: 6px; 
	margin-left: 20px; 
}

#header h1 span {
	display:none;
}

#adBanner {
	position: relative;
	float: right;
		
	right: 6px;
	top: -100px;
	
	width: 468px;
	height: 60px;

	background-color: white;
}

#divider {
	position: relative;
	border-top: 6px solid #F0CC73;
	
	width: 780px; 
	height: 6px; 
	
	margin-left: 0px;
	margin-top: 0px;
	
	top: -13px;
}

#navigation {
	position: relative;

	text-align:right;

	width: 780px;
	height: 29px;
	margin-top: -18px;
	margin-bottom: -5px;
	padding-top:2px;
	
	background-image:url(../images/nav.jpg);
	background-repeat: no-repeat;
}

#navigation a {
	font-family:tahoma;
	font-size:12pt;
	text-decoration: none;
	color: #FE9D31;
}

#navigation a span{
	font-family:tahoma;
	font-weight:bolder;
	color: #A31129;
}

#feature {
	position: relative;
	background: transparent url(../images/feature.jpg) no-repeat top center;
	
	width: 740px; 
	height: 214px; 
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	border:1px solid #cecece;
}

#content {
	position: relative;

	width: 768px;
	padding-top: 15px;
	
	padding
	
	margin-left: 1px;

	background-color:#ffffff;
	
	min-height: 675px;
	height: auto !important;
	height: 675px;
	font-size: 12px;
	color:#1f1f1f;
	
	border: 6px solid #F0CC73;
}

#footer {
	position: relative;
	
	width: 780px; 
	height: 49px;
	
	margin-left: 1px;
	margin-top: 0px;
	
	background-color: #FFE49C;
}

#footer h6 {
	font-family: arial;
	font-size: 7pt;
	color: #F7A54B;
	
	padding-top: 6px;
	padding-right: 6px;
	text-align: right;
}

#footer h6 a {
	color: #E48C2B;
}

#footer h6 a:hover {
	color: #A62335;
}

#left {
	float: left;
	
	width: 234px;

}

#right {
	float: right;
	padding-right:30px;
	width: 480px;
	
	font-size:11pt;
}

#center {	
	padding:30px;
	width: 600px;
	
	margin-left:auto;
	margin-right:auto;
}

#menu{
	margin-left: 5px;

}

#menu dl {
	width: 220px; 
	margin: 0 auto; 

	padding-bottom: 10px; 
	background-color: #69c;
}

#menu dt {
	margin-left: 0; 

	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
	
	font-size: 8pt; 
	font-weight:bold; 
	font-family: arial;
	color: #fff; 
	
	border-bottom:1px solid #fff; 
	background: #69c no-repeat top left;
}

#menu dd {
	margin:0; 
padding-left: 10px;
	
	color: #fff; 
	font-size: 8pt; 
	font-family: arial;
		
	border-bottom:1px dotted #505050; 
	background: #D7E7F6;
}

#gallery a, #gallery a:visited {
	color:#505050; 
	text-decoration:none; 
	display:block; 
	
	padding:4px 4px 4px 20px;
	background: #D7E7F6 no-repeat 10px 10px; 
	
	width:185px;
}

#gallery a:hover {
	background: #CBDEEF no-repeat 11px 10px; 
	font-weight: bold;
}

ol li {font-size:11px;}