a:link {
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	text-decoration: underline;

}
a:visited {
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	text-decoration: underline;

}
a:hover {
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
body {
	color: #000000;
	background-color: #f5f5f5;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: none;
}
h1 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 10;
}
.header{
	width: 100%;
	height: 170px;
	background-image: url(img/bg_grad.png);
	background-repeat: repeat-x;
	color: #fefefe;
	text-align: center;
	line-height: 25px;
}
.top-nav{
	width: 100%;
	background-image: url(img/nav_grad.png);
	background-repeat: repeat-x;
	color: #fefefe;
	text-align: center;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.top-nav a{
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #fefefe;
	text-decoration: underline;

}
.top-nav a:visited {
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #fefefe;
	text-decoration: underline;

}
.top-nav a:hover {
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #fefefe;
	text-decoration: underline;
}
.ad-box{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px
}
.container{
	width:950px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.left-menu{
	width: 140px;
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}
.main-content{
	background-color: #ffffff;
	padding: 3px;
	width: 800px;
	float: right;
	margin-left: auto;
	margin-right: 0px;
}
.footer{
	margin-top: 25px;
	clear: both;
	text-align: center;
	font-size: small;
}