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

body {
	background-color: #002b5a;
	background-image:url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	min-width: 600px;
}

* {padding: 0; margin: 0;}

#container {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 960px;
	height: 718px;
	text-align: left;
	z-index: 1;
	background-image:url(images/clouds.jpg);
	background-repeat:no-repeat;
}
	
#content {
	width: 960px;
	height: 718px;
	z-index: 2;
	background-repeat:no-repeat;
}

#logo {
position:absolute;
left: 82px;
top: 53px;
}

ul {
	list-style-position: inside;
	}

.rss-items, .rss-items a{
color:#82cbdf;
font-family:Verdana, sans-serif;
}

#body_content {
position: absolute;
width:677px;
height:305px;
top: 339px;
left: 253px;
}

#body_copy {
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
	font-size: 0.68em;
	line-height: 175%;
	text-align:right;
	width:458px;
	height:304px;
	border-right:#82cbdf;
	border-right-width: 1px;
	border-right-style: solid;
	float:left;
	clear:right;
	padding-right:25px;
}

#body_copy a {
	color:#FFFFFF;
}

#quicklinks {
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
}

#quicklinks a{
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
}

#blogfeed {
	float:right;
	color:#82cbdf;
	font-family:Verdana, sans-serif;
	font-size: 0.68em;
	line-height: 175%;
	width:170px;
	height:136px;
}

#footer {
	position:absolute;
	top: 720px;
	left: 33px;
	width: 894px;
	height: 195px;
}

#menu {
position:relative;
background-image:url(images/nav_bar.jpg);
background-repeat:no-repeat;
width:865px;
height:47px;
left: 14px;
}

#logo_bar {
	background-repeat:no-repeat;
	width:893px;
	height:107px;
	margin-top:20px;
}

