body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 750px;
	height: 80px;
	background: url(../images/header.jpg) no-repeat;
}
#wrapper {
	width: 750px;
	background: url(../images/mainbg.jpg) repeat-y;
}
#main-content {
	width: 480px;
	float: left;
}
#sub-content {
	width: 480px;
	height: 284px;
	background: url(../images/top.jpg) no-repeat top left;
	vertical-align: bottom;
}
#sub-content h1 {
	padding-top: 205px;
	padding-bottom: 0;
}
#leftads {
	width: 468px;
	height: 60px;
}
#navigation {
	width: 270px;
	float: left;
	background: url(../images/right.jpg) no-repeat top left;
}
#navigation p, #navigation ul {
	padding-left: 5px;
	padding-right: 5px;
}
#rightads {
	width: 250px;
	height: 250px;
	border: 5px #e3e4e5 solid;
	background-color: #7f8c92;
	 
}
#footer {
	clear: both;
	width: 750px;
	background: url(../images/footer.jpg) no-repeat bottom left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.ads {
	margin: 5px auto;
	text-align: center;
}

h1 { font-size: 11pt; margin-left: 10px; margin-right: 10px; color: #2394be; padding-right: 175px; }
h2 {
	font-size: 13pt;
	color: #2394be;
	margin-left: 10px;
	margin-right: 10px;
}
h3 {
	color: #2394be;
	font-size: 12pt;
	margin-left: 10px;
	margin-right: 10px;
}
h4 {
	color: #2394be;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
}
p {
	margin-right: 5px;
	margin-left: 15px;
}

#nav {
	margin: 10px 10px 0 10px;
	padding: 0;
	text-align: center;
}
#nav li {
	width: 120px;
	float: left;
	margin: 2.5px 0;
	padding: 0;
	list-style: none;
}
#nav a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 120px;
	vertical-align: middle;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	background-color: #f0f1f2;
}

a:link, a:visited {
	color: #2394be;
}
a:hover, a:active {
	text-decoration: none;
}