@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/blue.jpg) repeat-y left top;
}

#container {
	width: 956px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 286px;
	height: 600px;
	background: url(images/nav.jpg);
}

#nav h1 {
	position: absolute;
	left: -1000em;
}

#home a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 286px;
	height: 175px;
	text-decoration: none;
}
	
#nav_list, #news h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 18px;
	font-weight: bold;
	letter-spacing: .1em;
}

#nav_list {
	margin-top: 192px;
}

#nav_list ul {
	list-style: none;
}

#nav_list li {
	margin-bottom: 20px;
	color: #6d9fab;
}

#nav_list li a, #news a, #copy a {
	text-decoration: none;
	color: #6d9fab;
}

#nav_list li a:hover, #news a:hover, #copy a:hover {
	color: #486c75;
}

#news {
	color: #83ad83;
}

#news h2 {
	margin-top: 40px;
}

#news p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	margin-left: 18px;
	margin-top: 12px;
	margin-right: 36px;
	line-height: 18px;
}

#main, #copy {
	float: right;
	width: 680px;
	height: 600px;
}

#copy {
	margin-top: 32px;
}

#copy h3, #copy p {
	margin-left: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#copy p {
	line-height: 16px;
}

#main p {
	text-align: right;
	margin-right: 64px;
}

#copy p {
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
	width: 600px;
}

#copy h3 {
	color: #486c75;
	margin-top: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	padding-bottom: 36px;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 10px;
}

#copy #footer p {
	margin-top: 48px;
}

td {
	text-align: center;
}

#main td p {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 12px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 10px;
	width: 200px;
}

td a img {
	border: 0px;
}