/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
}

#branding {
	height: 157px;
	background: #fff url(../images/header-bg.gif) no-repeat top left;
	margin-bottom: -20px;
}

#topnav {
	clear: both;
	background: #fff url(../images/topnav-bg.gif) no-repeat top left;
	height: 28px;
}

#topnav ul {
	list-style: none;
	padding-top: 5px;
}

#topnav li {
	display:inline;
	width: 100px;
	margin-right: 25px;
}

#topnav li img {
	border: 0;
}

#topnav .rightnav {
	float: right;
	margin-top: -35px;
}

#maincontent { 
	clear: both;
}

#navigation {
	float: left;
	width: 130px;
	margin-right: 10px;
	background-color: #004812;
	padding: 5px;
	height: 332px;
}

#navigation img {
	border: 0;
}

#navigation a:hover {
	color: #60A682;
	text-decoration: underline;
	font-weight: bold;
}

#main-picture {
	float: left;
	width: 225px;
	margin-right: 10px;
}

#main-picture-contact {
	float: left;
	width: 471px;
	margin-right: 10px;
	border: 1px solid #004812;
}

#main-picture-contact p {
	color: #004812;
}

#content-contact {
	width: 284px;
	float: right;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #004812;
	height: 291px;
	padding-top: 50px;
}

#content {
	width: 530px;
	float: right;
	border: 1px solid #004812;
	height: 341px;
}

#content h1 {
	width: 522px;
	background-color: #91AE91;
	padding: 4px;
	text-align: center;
	color: #004812;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
}

#footer {
	clear: both;
	text-align: center;
	color: #004812;
	padding-top: 10px;
}

#footer p {
	line-height: 14px;
	font-size: 0.9em;
}

#content p {
	line-height: 16px;
	color: #004812;
	font-size: 0.9em;
	margin-left: 15px;
	margin-right: 10px;
}

#content p.individual_text {
	line-height: 16px;
	color: #004812;
	font-size: 0.9em;
	margin-left: 15px;
	margin-right: 10px;
	color: #780032;
}

#content h1.individual_text {
	width: 522px;
	background-color: #91AE91;
	padding: 4px;
	text-align: center;
	color: #780032;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
}



