*
{border:0;
margin:0;
padding:0;
}
body {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}
#top_nav {
	height: 65px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 65px;
	z-index: 0;
	position: relative;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	padding-right: 50px;
}
#top_nav a{
	margin-right: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 120px;
}
#content {
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #987CA8;
	background-image: url(images/body_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#footer {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 15px;
}
#top_nav a:hover {
	color: #CCC;
}
h2 {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #8F8DCD;
}
#sidebox {
	float: left;
	height: 400px;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #987CA8;
}
