body {
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}

a, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sidebar {
	background-color: #FFF;
	float: left;
	width: 730px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	height: 400px;
	background-position: center;
	padding: 10px;
}


#news {
	background-color: #FFF;
	float: left;
	width: 730px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
}


#copy {
	background-color: #FFF;
	float: right;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 380px;
}
#container #content #copy ul li h3 {
	vertical-align: top;
}

#mainnav {
	background-color: #FFF;
	margin-top: 127px;
	background-image: url(../images/mainnav_bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#header {
	margin: 20px;
	height: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
#content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	height: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/footer_bg.gif);
	background-color: #000;
}


#mainnav ul {
	margin: 0;
	padding: 0;
}

#mainnav li {
	margin:0;
	padding:0 30px 0 0;
	display:inline;
	color:#000;
}

#mainnav a, #mainnav a:visited {
	color: #000;
	text-transform:lowercase;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#mainnav a:hover {
	color:#333;
	text-decoration:underline;
}


#copy ul {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#copy li {
	margin:0;
	display:table;
	color:#000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#copy a, #copy a:visited {
	color: #000;
	text-transform:lowercase;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#copy a:hover {
	color:#333;
	text-decoration:underline;

}
