html, body{
	margin:0;
	padding:0;
}

body {
	font: 13px/1.1em Arial;
	background-color:#180f00;
}

p{
	text-align:justify;
}

h1,h2{
	color:#4b7d08;
}

h1{
	font-size:16px;
	line-height: 25px;
	color:#595959;
}

h2{
	font-size:14px;
	line-height: 25px;
	color:#595959;
}

h3{
	font-size:12px;
	line-height: 25px;
	color:#595959;
}

.wrapper{
	width:1024px;
	margin:0 auto;
}

a{
	color:#0c8fc4;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.logo{}

.flashbox{
	height:274px;
	background-color:#313131;
	position:relative;
}

.flashpos{
	position:absolute;
	top:-17px;
}

.flashheader{
	position:relative;
}

.content-home{
	background: url(../images/contentbg-home.jpg) repeat-y;
}

.content{
	background: url(../images/contentbg-sub.jpg) repeat-y;
}

.content img{
padding:10px;
}

.inner{
	padding:20px 5px;
}

.inner-content{
	padding:20px 15px;
}

.col-left{
	width:323px;
	text-align:center;
}

.col-mid{
	width:422px;
	background-color:#b5b5b5;
}

.col-sub{
	width:745px;
	background-color:#b5b5b5;
}

.col-admin{
	width:100%;
	background-color:#b5b5b5;
}

.col-right{
	width:279px;
	text-align:center;
}

.form{
	padding:10px 0 0 0;
}

.form input{
	margin:5px 0;
}

.footer{
	margin:0;
	background-color:#000000;
}

.footer, .footer a{
	font-size:10px !important;
	color:#595959;
}

.footer ul.nav {
	text-align:center;
}

.footer ul.nav li{
	display:inline;
	float:none;
}
