body {
	text-align:center;
	margin:0px;
	background-image:url(assets/background.png);
	background-repeat:repeat-x;
	background-color:#C0C0C0;
}

#main {
	width:900px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:visible;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:transparent;
}

#logo {
	width:300px;
	height:50px;
}

#topnav {
	width:880px;
	height:30px;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:20px;
	background-image:url(assets/topbar.png);
	background-color:#999999;
}

#topnav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav .button {
	width:80px;
	height:16px;
	float:left;
	padding:7px;
	margin-right:1px;
	text-align:center;
	background:url(assets/topbutton.png);
	background-position:top;
}

#topnav .button:hover {
	cursor:pointer;
	background-position:bottom;
}

#roundmidtop {
	width:900px;
	height:10px;
	margin-top:10px;
	float:left;
	background:url(assets/roundmidtopsub.png);
}

#mid {
	width:860px;
	min-height:320px;
	padding:20px;
	float:left;
	overflow:visible;
	background:#FFFFFF
}

#roundmidbottom {
	width:900px;
	height:10px;
	float:left;
	background:url(assets/roundmidbottom.png);
}

#footer {
	width:890px;
	height:10px;
	padding-top:7px;
	padding-bottom:13px;
	padding-right:10px;
	margin-top:10px;
	float:left;
	text-align:right;
	background:#999999;
}

#spacer {
	width:800px;
	height:20px;
	clear:both;
	visibility:hidden;
	background-color:transparent;
}

.largetext {
	font-size:18px;
}
.textcolumn {
	width:50%;
	float:left;
}
.textcolumnpadding {
	float:left;
	padding-left:100px;
}

