body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 69%;
	color: #000;
	}
a {
	text-decoration: none;
	color:  #496F7B;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.bigger {
	font-weight: bold;
	font-size: 1.3em;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 1.2em;
	margin-bottom: 1.1em; 
	}
ol,ul {
	margin-left: 0em;
	font-size: 1.0em;
	line-height: 3.0em;
	margin-top: 1.3em;
	margin-bottom: 1.2em;
	}
li {
	margin-left: 0.5em;
	font-size: 1.0em;
	line-height: 1.23em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
img {
	border: 0px;
	}
.thinborder {
	border: 1px solid #000000;
	}
.skip {
	display: none;
	}
#container {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	}

#rest {
	width: 610;
	float:left;
}
#ads {
	width: 140;
	float:right;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #496F7B;
}
	
#header {
	width:610px;
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:110px;
	}
#header h3 {
	display:none;
	
	}
#main {
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: solid 1px #496F7B;
	}
#footer {
	text-align: center;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	}