html, body {
	margin: 0;
	padding: 0;
	list-style: none;
}


a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h2 {
	font: 14px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #03F;
}
	

body {
	background: url(img/header-bg.jpg) repeat-x;
	text-align: center;
}

p {
	font: 12px Verdana, Geneva, sans-serif;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
}


#header {
	height: 160px;
	position: absolute;
}

#header h1 {
	margin-top: 6px;
}

#header img {

}

#aff img {
	margin-left: 30px;
	margin-right: 30px;
}



#nav {
	margin-top: 15px;
}

#nav a {
	font: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-top: 1px groove;
	border-left: 1px groove;
	border-right: 1px groove;
	text-decoration: none;
	color: #000;
	height: 35px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	text-align: center;
	background: url(img/button.png) repeat-x;
	margin-right: 4px;
}

#nav a:hover {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	background: url(img/button-over.png) repeat-x;
	color: #FFF;
}

#nav a:active {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	background: url(img/button-over.png) repeat-x;
	color: #FFF;
}


#nav img {
	float: left;
	margin-right: 4px;
}

#headline {
	padding-top: 150px;
}

#photo {
	float: left;
	width: 624px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 80px;
	margin: 0;
	border: 2px groove;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(img/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 110px;
	text-align: justify;
}

#body-left {
	float: left;
	width: 490px;	
}

#body-left a {
	text-decoration: underline;
	font-weight: normal;
	color: #03C;
}

#body-left a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #03C;
}


#body-right {
	float: right;
	width: 240px;
	border: 2px groove;
}

#body-bottom {
	float: left;
	width: 700px;
}

#body-bottom a {
	text-decoration: underline;
	font-weight: normal;
	color: #03C;
}

#body-bottom a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #03C;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(img/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body-bottom ul, li {
	font: 14px tahoma, arial, sans-serif;
	margin: 0 4px 2px;
}



#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFF;
	width: 100%;
	background: #999;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer t {
	font: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
