body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #8d939f;
}
#all {
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background-color: #1b273f;
}
#header { 
	width: 750px; 
	height: 200px; 
	background-image: url(../images/header.jpg); 
	background-repeat: no-repeat;
}
#container {
	width: 750px;
	height: 100%;
	float: left;
}
#left {
	width: 200px;
	height: 100%;
	float: left;
	background-color: #4f586c;
}
#main {
	width: 550px;
	height: 100%;
	float: right;
	color: #ffffff;
}
#footer {
	clear: both;
	width: 750px;
	min-height: 20px;
	text-align: center;
	background-color: #1b273f;
	margin: 5px auto;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0px 5px;
}

.centeredads {
	text-align: center;
	margin: 0 auto;
}
#leftads {
	width: 120px;
	height: 600px;
}
#mainads {
	width: 468px;
	height: 60px;
}
.eellink {
	text-align: center;
	font-size: 8pt;
}
.underline {
	text-decoration: underline;
}
.small {
	font-size: 9pt;
	letter-spacing: 0.05em;
}
.bold {
	font-weight: bold;
}

p {
	padding: 0px 10px;
}
h1 {
	color: #4f586c;
	font-size: 16pt;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}
h2 {
	color: #4f586c;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
h3 {
	color: #4f586c;
	font-size: 12pt;
}
h4 {
	color: #4f586c;
	font-size: 10pt;
}

a:link {
	color: #4f586c;
	text-decoration: none;
}
a:visited {
	color: #4f586c;
	text-decoration: none;
}
a:hover {
	color: #4f586c;
	text-decoration: underline;
}
a:active {
	color: #4f586c;
	text-decoration: underline;
}

.eellink a:link {
	color: #000000;
	text-decoration: none;
}
.eellink a:visited {
	color: #000000;
	text-decoration: none;
}
.eellink a:hover,a:focus {
	color: #000000;
	text-decoration: underline;
}
.eellink a:active {
	color: #000000;
	text-decoration: underline;
}