
body {
	margin: 0;
	padding: 0;
	background: darkblue;
	color: white;
	text-align: center;
}

#wrapper {
	width: 768px;
	background: #1A87EC;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 748px;
}

#header {
	width: 768px;
	height: 158px;
	background: black url("images/Header.jpg");
}

#main {
	background: white;
	color: #333333;
	width: 699px;
	height: auto;
	min-height: 510px;
	_height: 522px;
	padding-bottom: 5px;
	border-bottom: solid 1px #333333;
}

#main p {
	padding: 0 8px 0 8px;
	font-family: arial;
}

#main a:link {
	color: brown;
	text-decoration: none;
}

#main a:visited {
	color: brown;
	text-decoration: none;
}

#main a:hover {
	color: blue;
	text-decoration: none;
}

#main a:active {
	color: brown;
	text-decoration: none;
}

#nav {
	background: white url("images/nav_body.jpg");
	background-repeat: repeat-y;
	color: #333333;
	width: 164px;
	float: left;
	padding: 0;
	margin: 0;
}

#nav img {
	margin: 0;
	padding: 0;
}

#nav p {
	padding: 6px;
	margin: 3px;
	font-family: tahoma;
	font-size: 14px;
}

#nav p:first-line {
	font-family: times;
	font-style: italic;
	font-size: 20px;
	text-decoration: underline;
}


#nav a:link {
	color: blue;
	text-decoration: none;
}

#nav a:visited {
	color: blue;
	text-decoration: none;
}

#nav a:hover {
	color: darkblue;
	text-decoration: none;
}

#nav a:active {
	color: blue;
	text-decoration: none;
}

#footer {
	width: 768px;
	background: #1A87EC;
	clear: both;
	height: 74px; 
}

#footer img {
	float: right;
}

#footer p {
	padding: 8px 8px 0 8px;
	font-size: 18px;
	font-style: italic;
	margin: 0;
}

#footer p.copy {
	font-size: 12px;
	text-align: center;
	font-style: normal;
}

img.right {
	float: right;
	padding: 0;
	margin: 5px;
}

img.left {
	float: left;
	padding: 0;
	margin: 5px;
}

#news_shorts 
{
    margin: 20px 10px 10px 35px;
}

#news_shorts a 
{
    font-size: 20pt;
}

#news_shorts a:link 
{
    color: #525252;
    text-decoration: none;
}

#news_shorts a:visited 
{
    color: #525252;
    text-decoration: none;
}

#news_shorts a:hover 
{
    color: steelblue;
    text-decoration: none;
}

#news_shorts a:active 
{
    color: #525252;
    text-decoration: none;
}