@charset "utf-8";
body {
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 10px;
	overflow: hidden;
}
#content {
	width: 730px;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #FFFFFF;
	height: 1200px;

}
#contentright {
	width: 170px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #FFFFFF;
	height: 1200px;
}
#footer {
	background-color: #FFFFFF;
	width: 950px;
	float: left;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 40px;
	text-align: center;
}
.horline {
	background-color: #000000;
	float: left;
	height: 2px;
	width: 728px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#thumbs {
	float: left;
	width: 400px;
}
#adblock {
	float: left;
	width: 300px;
}
h1 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
}
a {
	font-family: Verdana;
	font-size: 12px;
	color: #f4641d;
	text-decoration: none;
}a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #0099FF;
}

