html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}


h1 { font-size: 22px; }
h2 { font-size: 18px; }
p { font-size: 12px; }
img { border: none; }

a { text-decoration: none; color: inherit; }

body {
	background-color: #100d06;
	color: #c5ba75;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 1024px;
	margin: 0pt auto;
}

.header .nav {
	border-bottom: 3px solid #c5ba75;
	height: 98px;
	background-image: url(/common/img/nav_bg.jpg);
}

.header .nav img {
	margin-top: 28px;
	margin-left: 25px;
}

.header .img {
	height: 363px;
	background-image: url(/common/img/background.jpg);
}

.content .header {
	height: 69px;
	background-image: url(/common/img/content_header_bg.jpg);
}

.content .content {
	border-top: 3px solid #c5ba75;
	border-bottom: 3px solid #c5ba75;
	background-color: #201d18;
}

.content .content .left {
	float: left;
	width: 490px;
	padding: 5px;
	padding-left: 15px;
	margin: 0pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content .content .right {
	float: right;
	width: 490px;
	padding: 5px;
	padding-left: 15px;
	margin: 0pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

ul, dl {
	margin: 0pt;
	padding: 0pt;
}

li, dt { 
	list-style-type: none;
}

dd {
	font-size: 80%;
	text-indent: 10px;
	margin-bottom: 20px;
}


.clear { clear: both; }
