﻿body {
	font-family:Arial;
	background-color:#FFFFCC;
	font-size:small;
}
#header {
	width:800px;
	height:155px;
	position:absolute;
	top:0px;
	left:20px;
	}
#right {
	width:150px;
	position:absolute;
	top:180px;
	left:670px;
	right:820px;
	}

#Ads {
	width:160px;
	position:absolute;
	top:180px;
	left:20px;
	right:180px;
	}

#TopAds {
	position:absolute;
	top:155px;
	left:20px;
	width:800px;
	height:25px;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	background-color:#F5C74F;
	}
#content {
	position:absolute;
	top:180px;
	left:190px;
	right:648px;
	width:468px;
}
h1, h2, h3 {
	color:#660000;
}
h1 a, h2 a, h3 a {
	color:#660000;
}

a:link, a:visited { 
	text-decoration:none;
}
a:hover, a:active { 
	text-decoration: underline;
}

