
/*  Created: Thur 05.06.08
    Author: Scott Harrington, Prime Pixels
    ----------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #BBBDC0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
p, form {
margin: 0;
padding: 0px 0px 15px 0px;
line-height:20px
}

hr {
width: 85%;
float: left;
}

img {
border: none;
vertical-align: bottom;
}

.clear{
clear:both;
font-size:2px;
}

ul {
list-style-type: circle;
line-height: 120%;
list-style-position: inherit;
padding_top: 0px;
margin-top: 0px;
padding-bottom: 15px;
margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: normal;
}
h1 {
	font-size: 16pt;
	color: #09804e;
}
h2 {
	font-size: 13pt;
	color: #303030;
}

/* main wrapper that holds the content area centrally */

#wrapper {
width:808px;
height: 815px;
margin:0 auto;
padding: 0 0px 0px 0px;
}

/* parent divs */

#header {
width:808px;
height: 142px;
background-image: url(../images/header.gif);
background-repeat: no-repeat;
float: left;
}

#navigation {
width: 123px;
height: 600px;
padding: 25px 0px 0px 40px;
line-height: 28px;
background-image: url(../images/navigation.gif);
background-repeat: repeat;
float: left;
}

#navigation a {
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

#navigation a:hover {
font-size: 12px;
font-weight: normal;
color: #CCCCCC;
text-decoration: none;
}

#navigation-about {
width: 123px;
height: 1200px;
padding: 25px 0px 0px 40px;
line-height: 28px;
background-image: url(../images/navigation.gif);
background-repeat: repeat;
float: left;
}

#navigation-about a {
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

#navigation-about a:hover {
font-size: 12px;
font-weight: normal;
color: #CCCCCC;
text-decoration: none;
}

#content {
width: 545px;
height: 600px;
padding: 25px 50px 0px 50px; 
background-image: url(../images/content.gif);
background-repeat: repeat;
float: left;
text-align: justify;
}

#content-about {
width: 545px;
height: 1200px;
padding: 25px 50px 0px 50px; 
background-image: url(../images/content.gif);
background-repeat: repeat;
float: left;
text-align: justify;
}

#content-contact {
width: 545px;
height: 600px;
padding: 25px 50px 0px 50px; 
background-image: url(../images/content-contact.gif);
background-repeat: repeat;
float: left;
text-align: justify;
}

#footer {
width: 808px;
height: 15px;
padding: 35px 0px 0px 0px;
font-size: 10px;
line-height: 16px;
color: #666666;
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
float: left;
text-align: center;
}

#footer a {
	font-size: 10px;
	color: #09804e;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	font-size: 10px;
	color: #09804eF;
	font-weight: normal;
	text-decoration: none;
}