* {
	margin: 0;
	padding: 0;
}
body {
	background: url(css/pagebg.gif) no-repeat top center #6a6a6a;
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #FFF;
	padding: 0px;
}
table {
	border: 0;
	border-collapse: collapse;
}
table td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}
a {
	color: #5175be;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
img {
	border: none;
}
li {
	margin-bottom: 5px;
}
ul, ol {
	margin: 10px 0 10px 20px;
}
.clear {
	border: 0 solid #fff;
	clear: both;
}
.line {
	background: url(css/line.gif) repeat-x left center;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	clear:both;
}
#container {
	width: 974px;
	margin: 0 auto;
	background:#262626;
}
#container-padding {
padding:0px 12px;
}

#logo {
	padding: 15px 0px;
}
#content-area {
background:#3e3e3e;
padding:7px 7px 7px 0px;
}
#content-area-bg {
background: url(css/content-area-bg.gif) top right repeat-y;
}
#index-content-bg {
background: url(css/index-content-area-bg.gif) top right repeat-y;
}
#content-area-navigation {
float:left;
width:195px;
}
#content-area-navigation a {
display:block;
color:#FFF;
text-transform:uppercase;
line-height:30px;
text-decoration:none;
border-bottom:#cbbe97;
padding-left:30px;
background: url(css/nav.gif) no-repeat 13px center;
}
#content-area-navigation a:hover {
background: url(css/nav-hover.gif) no-repeat 13px center #845400;
}
#content-area-navigation a.active {
background: url(css/nav-active.gif) no-repeat 13px center;
}
#content-area-content {
float:right;
width:748px;
}
.right-side {
float:right;
width:226px;
color:#665113;
}
.both-side-padding {
padding:10px;
}

.left-side {
float:left;
width:520px;
color:#3e3e3e;
}

.index-left-side {
float:left;
width:740px;
color:#3e3e3e;
}

h1 {
font-size:26px;
font-family:Georgia;
color:#9f5200;
margin:0px;
font-weight:normal;
}
h2 {
font-size:15px;
font-family:Verdana;
color:#3e3e3e;
margin:0px;
}
h3 {
font-size:16px;
font-family:Georgia;
color:#9f5200;
margin:0px;
}
p {
margin-bottom:10px;
}

#footer {
padding:15px 0px;
}
#footer .links {
float:right;
text-align:right;
width:400px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #cadaff;
	text-decoration: underline;
}
