html { 
	height: 100%;
	background: #6d6d6e url(../images/bg.png) repeat-x;
}
	
body {
	font: 12px/1.5em georgia, "times new roman", times, serif;
	letter-spacing: -.2px;
	width: 580px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 580px;
	height: 120px;
	background: #15b3e5;
	border: 1px solid #fff;
}

img {
	border: none;
}

#nav {
	font-size: 12px;
	font-style: oblique;
	float: left;
	width: 560px;
	height: 28px;
	padding: 0 10px 0 10px;
	margin-bottom: 20px;
	background: #cacbcd url(../images/nav.jpg) repeat-x top left;
	border: 1px solid #fff;
}

#nav ul {
	float: right;
	margin: 2px 0 0 0;
	line-height: normal;
}

#nav ul li {
	display: inline;
	padding: 10px;
}

#nav a:link, #nav a:visited {
	color: #3f5393;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #333;
}

#main {
	width: 560px;
	height: 100%;
	padding: 20px 10px 20px 10px;
	border: 1px solid #fff;
	margin-top: 0;
	background: #fff; 
}

#title {
	font: oblique bold 18px georgia, "times new roman", times, serif;
}

h2 {
	font-size: 14px;
}

#main a:link, #main a:visited, #main a:active {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#copyright {
	color: #ccc;
	font-size: 9px;
	margin-top: 10px;
}

#copyright a:link, #copyright a:visited, #copyright a:active {
	color: #ccc;
	text-decoration: none;
}

#active {
	font-style: normal;
	font-weight: normal;
}

#links a:link, #links a:active, #links a:visited {
	color: #000;
}

#links li {
	list-style-type: none;
	margin-top: 8px;
}

#map {
	width: 300px;
	padding: 10px 140px 10px 140px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


