body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_test.jpg);
	background-repeat: repeat;
}
#wrapper {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
}
#header {
	height: 150px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#maincontent {
	width: 425px;
	padding-top: 35px;
	padding-right: 235px;
	padding-bottom: 35px;
	padding-left: 240px;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: auto;
	left: 0px;
	top: 150px;
}
#maincontent_gallery {
	width: 670px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 230px;
	position: absolute;
	height: 500px;
	left: 0px;
	top: 150px;
	background-color: #FFFFFF;
}
#flashcontent {
	position: absolute;
	height: 360px;
	width: 640px;
	left: 230px;
	top: 75px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	line-height: 115%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 145%;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
	color: #333333;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	width: 180px;
	position: absolute;
	left: 15px;
	top: 185px;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	width: 180px;
}
#navcontainer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 200px;
}
#navcontainer a
{
	display: block;
	color: #FFFFFF;
	width: 175px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	padding-left: 15px;
	margin: 0px;
	background-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #000000;
	background-image: url(../images/bg_nav.jpg);
}
#navcontainer a:hover
{
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099CC;
	border-bottom-color: #000000;
}

#sidebar {
	position: absolute;
	width: 185px;
	left: 699px;
	top: 185px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
}
.sidebar_headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	padding-top: 10px;
}
a {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 110px;
	width: 900px;
	padding-top: 15px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: -120px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#imagepad {
	margin: 10px;
	float: right;
}

