html, body{
	margin:0;
	padding:0;
}

body {
	font: 13px/1.3em Arial;
	background: url(../images/bg.jpg) no-repeat center top;
	background-color:#180f00;
}

p{
	text-align:justify;
}

h1,h2{
	color:#4b7d08;
}

h1{
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	padding:0 0 20px 0;
}

h2{
	font-size:14px;
	text-transform: uppercase;
}

.wrapper{
	width:940px;
	margin:0 auto;
}

a{
	color:#538311;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.logo{
	height:151px;
	text-align:center;
}

.flashheader{
	position:relative;
}

.flower{
	position:absolute;
	right:0;
	top:88px;
}

.innerwrapper{
	background-color:#FFFFFF;
}

.content{
	padding:10px;
}

.inner{
	padding:5px;
}

.content img{
padding:10px;
}

.col-1{
	width:257px;
	background: url(../images/leftcolgrad.jpg) repeat-x;
}

.col-2{
	padding:0 0 0 28px;
	width:600px;
	background: url(../images/content-topgrad.jpg) no-repeat top;
}

ul.news{
	margin:0;
	padding:0;
}

ul.news li{
	display:block;
	padding:3px 20px;
	border-bottom:#ffffff 1px solid;
	font-size:10px;
}

ul.news li a{
	display:block;
	color:#000000;
	padding:5px;
	font-weight:bold;
}

ul.news li:hover a{
	background-color:#DFCEB5;
	text-decoration:none;
}

.subcontent {
	background: url(../images/content-botgrad.jpg) no-repeat top center;
}

.home-port img{
	float:left;
	padding:3px;
}

.footer{
	margin:20px 0 0 0;
}

.footer, .footer a{
	font-size:10px !important;
	color:#b09f82;
}

.footer ul.nav {
	text-align:center;
}

.footer ul.nav li{
	display:inline;
	float:none;
}

