body {
	margin: 0;
	padding: 0;
	background: #000 url(images/dots.gif) repeat fixed 0px 0px;
	font-size:62.5%;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans", "Geneva", "Helvetica", "Arial", "Verdana", sans-serif;
}

div#wrapper {
	background-color: #FFF;
	width: 800px;
	position: relative;
	margin: 0 auto 0 auto;	
	padding: 0 0 0 0;	
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	text-align: left;
}

div#head {
	background: url(../images/head_shadow.gif);	
	width: 800px;
	height: 191px;
	position: relative;
	margin: 0;	
	padding: 0;
}

h1 img {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	top: -48px;
	margin-top: -40px;
	border: none;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #004386;	
}

h2 {
	font-size: 1.8em;
	padding: 0.7em 0 0 .7em;
}

h3 {
	font-size: 1.3em;
	color: #4072A5;
	padding-top: 1em;
	margin-left: 10px;
}

h4 {
	font-size: 1.3em;
	color: #4072A5;
	padding-top: 1em;
}

h2 a:link, h2 a:visited h2 a:active {
	color: #FF6600;
	text-decoration: none;
}

h3 a:link, h3 a:visited, h3 a:active, 
h4 a:link, h4 a:visited, h4 a:active, 
h5 a:link, h5 a:visited, h5 a:active, 
h6 a:link, h6 a:visited, h6 a:active 
{
	color: ##FF6600;
	text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #993300;
	text-decoration: none;
}

p {
	font-size: 1.2em;
	margin: .5em 1.2em 1em 1.2em;
	line-height: 1.4;
}

a:link a:visited a:active {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

div#content {
	width: 800px;
	float: left;
	height: 100%;
}

div#main_content {
	width: 380px;
	float: left;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #DEDDD2;
}

/* =latest
----------------------------------------------- */

div#the_latest_word {
	background-color: #F2F0E5;
	width: 400px;
	padding-bottom: 1em;
}

div#the_latest_word p {
	font-size: 1.4em;
	margin: 0 1em 0 1em;
}

div#the_latest_word p.info, div#the_latest_word p.topic {
	font-size: 1.2em;
	margin: .5em 1.2em 0 0;
	color: #999999;
}

div#the_latest_word p.info a:link, div#the_latest_word p.info a:visited {
	color: #FF6600;
	text-decoration: none;
}

div#the_latest_word p.info a:hover {
	color: #B2142C;
	text-decoration: none;
}

div#the_latest_word p.info span.comments {
	padding-left: 15px;
}

div#the_latest_word p.topic {
		margin-bottom: 1em;
}

div#the_latest_word p.topic a:link, div#the_latest_word p.topic a:visited {
	color: #FF6600;
	text-decoration: none;
}

div#the_latest_word p.topic a:hover {
	color: #666666;
	text-decoration: none;
}

div#the_latest_word h3 {
	font-size: 1.5em;
	margin: 0.5em 1em 0.3em 0;
	padding-left: 10px;
}

/* =information
----------------------------------------------- */

div#information {
	background-color: #F2F0E5;
	width: 520px;
	padding-bottom: 1em;
}

div#information p {
	font-size: 1.4em;
	margin: 0 1em 0 1em;
}

div#information p.info, 
div#information p.topic {
	font-size: 1.2em;
	margin: .5em 1.2em 0 0;
	color: #999999;
}

div#information p.info a:link, 
div#information p.info a:visited {
	color: #FF6600;
	text-decoration: none;
}

div#information p.info a:hover {
	color: #B2142C;
	text-decoration: none;
}

div#information p.info span.comments {
	padding-left: 15px;
}

div#information p.topic {
		margin-bottom: 1em;
}

div#information p.topic a:link, div#information p.topic a:visited {
	color: #FF6600;
	text-decoration: none;
}

div#information p.topic a:hover {
	color: #666666;
	text-decoration: none;
}

div#information h3 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.3em;
	padding-left: 10px;
	margin-left: 0;
}



/* =weather
----------------------------------------------- */

div#weather {
	width: 183px;
	left: 620px;
	position: absolute;
	top: 240px;

/* =footer
----------------------------------------------- */

}
div#footer {
	background-color: #999999;
	color: #333333;
	clear: both;
	text-align: right;

}

div#footer a:link, div#footer a:visited {
	color: #333333;
	text-decoration: underline;
	
}

div#footer p.copyright {
	color: #FFFFFF;
	padding: 1em 1.4em 1em 1.4em;
	margin: 0;
}

/* =happening
----------------------------------------------- */

div#happening {
	width: 200px;
	float: left;
	padding-bottom: 1.8em;
	margin-left: 10px;
	padding-left: 10px;
}

/* =infohappening
----------------------------------------------- */


div#infohappening {
	width: 240px;
	float: right;
	padding-bottom: 1.8em;
	padding-right: 10px;
	padding-left: 20px;
}

/* =navigation
----------------------------------------------- */

ul#main_nav {
	background: #3333FF url(images/nav.gif) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	float: left;
	border-top: 1px solid #0033FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}

ul#main_nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif, "Lucida Grande CE", "Trebuchet MS";
	font-size: x-small;
	text-transform: uppercase;
	font-weight: bold;
}

ul#main_nav li a {
	padding: .5em 1.2em .5em 1.2em;
	border-right: 1px solid #0033FF;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

ul#main_nav li a:hover {
	background: #0033FF url(images/nav_over.gif) repeat-x 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div#nav2 {
	background-color: #0033FF;
	float: left;
	width: 100%;
}
