/* Tags
---------------------------------------------- */
body {
	margin: 18px 0 0 0;
	padding: 0px;
	color: #f4b230;
	background: #000 url(assets/images/bg-pattern.jpg);
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #f4b230;
	font: 24px/26px "Times New Roman", Times, serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #ccc;
	font: italic 18px/20px "Times New Roman", Times, serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #eee;
	font: bold 16px/18px "Times New Roman", Times, serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #f1d397;
	font: bold 14px/16px "Times New Roman", Times, serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
	
		text-decoration: underline;
	}
hr {
	color: #444;
	height: 1px;
	background-color: #444;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #444;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	width: 160px;
	height: auto;
	padding: 10px;
	margin: 1em 0px 1em 20px;
	float: left;
	background-color: #31200a;
}
.side {
	width: 140px;
	float: none;
	margin: 2em 0 1em 13px;
	border: 3px solid #523612;
	background-color: #ce9c53;
}
	.box ul {
		margin: 0;
		padding: 1em 0 0 0;
		width: auto;
		height: auto;
		list-style: none outside none;
	}
	.box h3 {
		color: #f4b230;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.side h3 {
	color: #eee;
}
	.side p {
	color: #000;
}

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

#contactForm{


}
#contactForm input, textarea{
	margin:3px 0px 3px 0px;
	width:133px;
	padding:3px 3px 3px 3px;
}
#contactForm .submit{
	height:25px;
	padding:0px;
	width:140px;
}
.contactTitle{
	color:#FFF !important;
	font-size:16px;
	line-height:14px;
	padding:3px 3px 3px 3px;
	margin:5px 0px 5px 0px;
	text-align:center;
	text-transform: uppercase;
}

/* Layout
---------------------------------------------- */
#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;
		}
			#topPic {
			width:249px;
			height:397px;
			margin:27px 0 0 625px;
			padding:0px;
			position:absolute;
			}
			#topInfo {
			width:200px;
			height:auto;
			margin:0px;
			padding:80px 0 0 20px;
			font:bold 18px Georgia, "Times New Roman", Times, serif;
			color:#000;
			}
		#leftCol {
		width:200px;
		height:auto;
		margin:0px;
		padding:0px;
		}
			#nav {
			width:auto;
			height:auto;
			margin:0px;
			padding:50px 0 0 20px;
			}
			#nav li {
			list-style:none;
			height:24px;
			}
			#nav li a{
			padding:10px 0 10px 0;
			font:bold 14px Georgia, "Times New Roman", Times, serif;
			color:#000;
			}
			#nav li a:hover {
			text-decoration:none;
			color:#fff;
			}
		#rightCol {
		width:605px;
		height:auto;
		min-height:480px;
		_height:480px;
		margin:0px;
		padding:0 65px 20px 0;
		float:right;
		}
		#picWrapper {
		width:260px;
		height:245px;
		margin:0px;
		padding:0px;
		float:right;
		}
	#footer {
	width:auto;
	height:31px;
	margin:0px;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}	
			#nav2 {
			width:900px;
			height:auto;
			margin:0 auto;
			text-align:center;
			padding:0px;
			}
			#nav2 li {
			list-style:none;
			display:inline;
			}
			#nav2 li a{
			color: #f4b230;
			border-right:1px solid #f4b230;
			padding:0 10px 0 10px;
			font:10px Arial, Helvetica, sans-serif;

			}
			#nav2 li a:hover {
			text-decoration:none;
			color:#fff;
			}
			#nav2 .last {
			border:none;
			}
#copy {
width:900px;
height:auto;
margin:0 auto;
padding:0px;
text-align:center;
font:10px/24px Arial, Helvetica, sans-serif;
}
#copy a {
color:#FFCC00;
}

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











