@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #00ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
   font-size: 1em;
}
a,
a:link 
a:active {
	text-decoration: none;
	background-color: inherit;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 790px;
	background-color: #0099ff;
}
#header {
	position:relative;
	height: 60px;
}


#header #logo {
	position:absolute;
	background: url(../images/logo.gif) 5px 5px no-repeat;
	height: 48px;
	width: 167px;
	top: 5px;
	left:5px;
}

#header #logo a {
	text-indent:-9999em;
}
#header #top-nav {
	position: absolute;
	bottom: 5px;
	right:10px;
}
#header #top-nav ul {
	list-style-type: none;
}
#header #top-nav li {
	float: left;
	border-right: solid 1px #000000;
	margin: 0px 5px 0px 0px;
}
#header #top-nav a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}
#intro {
	background: url(../images/intro.jpg) top center no-repeat;
	height:161px;
	border:solid 5px #FFFFFF;
	margin: 0 5px;
}
#footer {
	clear: both;
}
#footer #footer-lft {
	float: left;
}
#footer #footer-rht {
	text-align: right;
	float: right;
}


#content {
	margin: 10px;
	line-height:150%;
	overflow:hidden;
}

#content h1 {
	font-size: 160%;
	font-weight: normal;
	color: #FFFF00;
	margin: 10px 0;
}
#content h2 {
	font-size: 16px;
	margin:20px 0px 5px 0px;
}
#content h2.first {
	margin-top:0px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0px 3px 0px;
}
#content p {
	margin:3px 0 8px 0;
}
#footer {
	background:url(../images/footer-bg.gif) top center no-repeat;
	padding: 10px 20px;
	height: 15px;
	font-size: 95%;
}
.clearall {
	width: 100%;
	font-size:1px;
	line-height:1px;
	height:1px;
	clear: both;
}
