/* CSS Document */

body
{
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
background-color:#F2FCF5;
min-width: 900px;
}

h1 {
font-size:1.4em;
}

/*classes*/

.links{
color:#000000;
}
.maintextunder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}


#wrapper
{
width: 800px;
margin-left:auto;
margin-right:auto;
}

#header
{
background-image:url(images/header.png);
width:800px;
height:139px;
}

#linkbar
{
background-image:url(images/linkbar.png);
width:800px;
height:50px;
}

#linkstxt
{
width: auto;
margin-left: 120px;
}

#linkstxt ul { list-style-type: none; list-style-image: none; float: left; padding: 0 17px 0 0; }

#linkstxt li { float: left; }

#linkstxt a:link,
#linkstxt a:visited
{
	float: left;
	color: #ffffff;
	display: block;
	padding: 15px 15px;
	border: none;
	height: 12px;
}

#linkstxt a:hover,
#linkstxt a:active
{
	background-position: center;
	background-repeat: no-repeat;
	color:#000000;
}

#mainbk
{
background-image:url(images/mainbk.png);
width:660px;
margin-left:50px;
padding-left:20px;
padding-right:20px;
}

#footer
{
text-align: center;
background-image:url(images/footer.png);
width:700px;
height:39px;
margin-left:50px;
}
