/* 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-image:url(images/bkground.gif);
min-width: 900px;
}

/*container*/

#wrapper
{
width: 800px;
margin-left:auto;
margin-right:auto;
}

/*main*/

#header
{
height: 200px;
width: 800px;
background-image: url(images/header.png)
}

#links
{
background-image:url(images/linksbg.png);
width: 762px;
height: 30px;
margin-left: 15px;
}

#linkstxt
{
width: auto;
margin-left: 90px;
}

#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: #000000;
	display: block;
	padding: 10px 10px;
	border: none;
	height: 20px;
}

#linkstxt a:hover,
#linkstxt a:active
{
	background-image:url(images/linksshine.png);
	background-position: center;
	background-repeat: no-repeat;
	color:#ffffff;
}

#mainbk
{
background-image:url(images/mainbkground.png);
width: 732px;
margin-left: 15px;
padding-left: 20px;
padding-right: 10px;
}

#footer
{
width: 762px;
margin-left: 15px;
text-align: center;
font-size:11px;
background-image:url(images/footer.png)
}

.black {
color:#000000;
}