@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0;
	background: #B9B99D url(../img/img01.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #98CA2E; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}
#header {
	width: 980px;
	height: 205px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#header h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
	text-align: center;
	color: #fff;
}
#header #description {
	text-align: center;
	color: #fff;
}
#header h2 {
	position: absolute;
	bottom: 0px;
	width: 600px;
	margin: 0 auto;
	height: 60px;
	text-align: center;
}
#header h2 a {
	display: block;
	float: left;
	height: 32px;
	padding: 12px 20px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#header h2 a:hover {
	text-decoration: underline; 
}

#side {
	/*float: right;*/
	width: 280px;
	padding-left: 700px;
	margin: 0 auto;
	font-size: 12px;
}
ul.menu {
	float: right;
	width: 280px;
	font-size: 12px;
	list-style: none;
}
ul.menu li {
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
	background: #FFFFFF;
	margin: 0;
	padding: 10px 0px;
	border: none;
	background: url(../img/img06.jpg) repeat-x left bottom;
}
ul.menu li a {
	margin: 0;
	padding: 10px 0px;
	border: none;
}
ul.menu li a:hover {
	color: #666666;
}

ul.links {
	float: right;
	width: 280px;
	font-size: 12px;
	list-style: none;
	margin-top: 30px;
}
ul.links li {
	margin-bottom: 20px;
	padding: 10px 10px;
	background: #FFFFFF;
	border: none;
	background: url(../img/img06.jpg) repeat-x left bottom;
	line-height: 1.2em;
}
ul.links li a {
	border: none;
}
ul.links li a:hover {
	color: #666666;
}

#main-content {
	/*float: left;*/
	width: 620px;
	padding-right: 360px;
	margin: 0 auto;
	background: #ffffff;
}
.content {
	width: 600px;
	margin-bottom: 20px;
	padding: 20px 10px;
}
.title {
	font-size: 19px;
	font-weight:bold;
	margin-bottom: 18px;
}


#footer {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #323232 url(../img/img02.jpg) repeat-x left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #C7DAE5;
}

#footer a {
}

