body {
	background-color: #333333;
	margin-top:0;
	margin-bottom:0;
}
.top {
width: 900px;
height:22px;
background-image:url(../images/top.jpg);
background-position: top;
background-repeat: no-repeat;
}
.bottom {
width: 900px;
height:22px;
background-image: url(../images/bottom.jpg);
background-repeat:no-repeat;
}
.wrapper {
width: 900px;
height:100%;
margin: auto;
}
.bigcont {
width: 900px;
height: 500px;
background-repeat:no-repeat;
background-position: top;
background-color:#484848;
}
.title {
width: 899px;
height: 47px;
background-image:url(../images/title.jpg);
background-repeat:no-repeat;
background-position:left;
}
.menu {
width: 899px;
height: 33px;
background-image:url(../images/menuround.jpg);
line-height: 11px;
}
.contentdisplayblock {
width: 604px;
height: 809px;
background-image: url(mainround.jpg);
background-repeat:no-repeat;
float: right;
}
.long {
width:12px;
height:400px;
float: left;
}
.contentdisplayblockleft {
width:290px;
height:809px;
float: left;
}
.spacer10px {
width: 100%;
height: 6px;
}
body,td,th {
	font-family: "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #292929;
}
a:active {
	text-decoration: none;
	color: #999999;
}