body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

#wrapper {
	margin-top: 10px;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #003466;
}

#subwrap {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
}

#topdate {
	width: 826px;
	height: 18px;
	background: #003466;
	color: #fff;
}

#header {
	width: 826px;
	height: 133px;
	background-image: url(images/header.jpg);
}

#nav {
	width: 826px;
	height: 28px;
	background-image: url(images/nav.jpg);
}

#navlinks {
	color: #fff;
	font-family: Verdana;
	font-size: 12pt;
	padding-top: 4px;
}

#navlinks a {
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
}

#content {
	width: 826px;
	background: #fff;
	overflow: hidden;
}

#topleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #fff;
	width: 400px;
	height: 300px;
}


#topright {
	float: right;
	width: 400px;
}

#mainpage {
       float: left;
       width: 800px;
       padding-left: 20px;
       color: #666666;
}

#toprt {
        padding-top: 10px;
	color: #666666;
	font-family: Verdana;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 8px;
	width: 380px;
}

#sep {
	width: 826px;
	height: 15px;
	background-image: url(images/sep.jpg);
        }

#sub {
	width: 826px;
	height: 86px;
	background-image: url(images/subbg.jpg);
}

#sub img {
	padding-left: 14px;
	padding-top: 12px;
}

#footer {
	background: #003466;
	width: 826px;
	height: 70px;
}

#footertext {
	width: 826px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}