body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("img/bg.jpg") #BF372E;
	font-size: 13px;
	color: #0A0A0A;
}
img {
	border: 0px;padding: 0px;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #0A0A0A;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}

table {
	font-size: 14px;
}

.top_bg{
	background: url("img/header_bg.jpg");
	background-repeat: repeat-x;
}

.left_bg{
	background: url("img/left_bg.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

.content{
	position: relative;
	top: -80px;
}

.top_link1 a{
	color: #B31813;
	font-size: 15px;
	font-weight: bold;
}
.top_link2 a{
	color: #527D00;
	font-size: 13px;
	font-weight: bold;
}
.top_link3 a{
	color: #B31813;
	font-size: 20px;
	font-weight: bold;
}
.top_text1{
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #444444;
}
.top_text2{
	font-size: 13px;
	margin-bottom: 5px;
	color: #444444;
}
.top_text3{
	font-size: 13px;
	margin-bottom: 5px;
	color: #444444;
    font-weight: bold;
}

.inout_text{
	font-size: 12px;
	color: #333333;
	margin-top: 40px;
}

.top_banner{
	margin-top: 5px;
}
.top_banner img{
	border: solid 1px #333333;
}
.top_banner a:hover img{
	border: solid 1px #79BC00;
}

.rank_text{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 40px;
}

.rank_text2{
	font-size: 13px;
	color: #333333;
	/*font-weight: bold;*/
}


.featured_sites_text{
	font-size: 14px;
	font-weight: bold;
	color: #6F1C1C;
}

.featured_sites_bg{
	background: url("img/featured_bg.jpg");
}