body {
	margin:0;
	padding:0;
}
#container {
	width:832px;
	margin:0 auto;
}
#header {
	width:832px;
	background:url("images/header.jpg") no-repeat;
	height:252px;
}
span.top_links {
	display:block;
	float:right;
	font-family:Tahoma;
	font-size:13px;
	color:#CCCCCC;
	padding: 15px 12px 0 0;
}
span.top_links a {
	color:#999999;
	text-decoration:none;
	font-weight:600
}
span.top_links a:hover {
	color:#666666
}
#navigation {
	width:832px;
}
#content {
	width:812px;
	background:url("images/contentbg.jpg") repeat-y;
	padding:5px 10px 10px 10px;
}
.main-text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.main-title {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
