/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color:#000;
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	width:auto;
	height:57px;
	padding:0px 10px 0px 10px;
	border:1px solid #fff;
	border-bottom:none;
	margin: -58px 0 0 -18px;
	position:absolute;
	text-align:left;
	display:inline;
	color: #fff;
	font: bold 24px/57px Arial, Helvetica, sans-serif;
					background:url(assets/images/title_bg.png) left top repeat-x;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/title_bg.png',sizingMethod='scale');

}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #fff;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #d9bf92;
	font-weight: bold;
}
	a:hover {
		color: #000;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 2px solid #fff;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#topInfo {
width:900px;
height:19px;
margin:0 auto;
padding:20px 0 0 0 ;
font:13px Arial, Helvetica, sans-serif;
color:#fff;
}
	#topInfo .topNav {
	width:300px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
	text-align:right;
	}
	#topInfo .topNav a{
	color:#fff;
	text-decoration:none;
	}
	#topInfo .topNav a:hover {
	color: #d9bf92;
	}
#wrapper {
width:auto;
height:auto;
margin:0px;
padding:0px;
background:url(assets/images/wrapper_bg.jpg) center top no-repeat;
}
	#container{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0px;
	background:url(assets/images/container_bg.jpg) left top repeat-y;
	}
		#contents {
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		background:url(assets/images/contents_bg.jpg) left top no-repeat;
		}
			#header {
			width:auto;
			height:200px;
			margin:0px;
			padding:0px;
			}
				#logo {
				width:296px;
				height:199px;
				margin:0px;
				padding:0 0 0 10px;
				}
			#leftCol {
			width:210px;
			height:auto;
			margin:0px;
			padding:20px 0 0 0;			
			}
				#nav_box {
				width:206px;
				height:auto;
				margin:0 auto;
				padding:0px;
				}
					#navtop{
					width:auto;
					height:20px;
					margin:0px;
					padding:0px;
					background:url(assets/images/nav_top.png) left top no-repeat;
					_background: none;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/nav_top.png',sizingMethod='scale');
					}

					#nav {
				width:166px;
				height:auto;
				margin:0px;
				padding:0px 20px 0 20px;
				background:url(assets/images/nav_bg.png) left top repeat-y;
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/nav_bg.png',sizingMethod='scale');
				}
				#nav li {
				list-style:none;
				}
				#nav li a {
				color:#fff;
				padding:0 0 0 16px;
				font:14px/28px Arial, Helvetica, sans-serif;
				text-decoration:none;
				}
				#nav li a:hover {
				color:#000;
				background:url(assets/images/nav_over.gif) left 4px no-repeat;
				text-decoration:none;
				}
					#navbottom {
					width:auto;
					height:20px;
					margin:0px;
					padding:0px;
					background:url(assets/images/nav_bottom.png) left top no-repeat;
					_background: none;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/nav_bottom.png',sizingMethod='scale');
					}
					#sidebar {
					width:auto;
					height:auto;
					margin:0px;
					padding:0 10px 0 10px;
					}
			#rightCol {
			width:605px;
			height:auto;
			min-height:400px;
			_height:400px;
			margin:0px;
			padding:100px 40px 0 15px;
			float:right;			
			}
		
		#footer {
		width:auto;
		height:202px;
		margin:0px;
		padding:0px;
		background:url(assets/images/footer_bg.jpg) left top no-repeat;
		}
				#nav2 {
				width:auto;
				height:auto;
				margin:0px;
				padding:140px 0 0 0px;
				text-align:center;
				}
				#nav2 li {
				list-style:none;
				display:inline;
				}
				#nav2 li a {
				color:#fff;
				font:10px Arial, Helvetica, sans-serif;
				padding:0 5px 0 5px;
				border-right: 1px solid #fff;
				text-decoration: none;
				}
				#nav2 li a:hover {
				color:#000000;
				text-decoration: underline;
				}
				#nav2 .last{
				border:none;
				}
				#bottomInfo {
				width:auto;
				height:auto;
				margin:0px;
				padding:0px;
				text-align:center;
				font:10px Arial, Helvetica, sans-serif;
				color:#fff;
				}
				#copy {
				width:auto;
				height:auto;
				margin:0px;
				padding:0px;
				text-align:center;
				font:10px/24px Arial, Helvetica, sans-serif;
				color:#fff;
				}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a{
	text-decoration: none;
}

