body
{
	background: #f6f6f6 url('./images/headerbg.jpg') repeat-x;
	text-align: left;
	color: #4a4a4a;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
}

#header 
{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:97px;
padding-left:350px;
}

#nav
{
text-align:left;
}

#column-container {
	clear: both;
	padding: 6px;
}

#left-column {
	float: left;
	width: 198px;
}

#right-column {
	float: left;
	width: 198px;
}


#middle-column {
	float: left;
	margin: 0 6px 0 6px;
	width: 581px;
}

a:link 
{
	text-decoration: underline;
	color: #4a4a4a;
}

a:active 
{
	text-decoration: underline;
	color: #4a4a4a;
}

a:visited 
{
	text-decoration: underline;
	color: #4a4a4a;
}
	
a:hover
{
	text-decoration: none;
	color: #4a4a4a;
}
	
a img
{
	border: 0;
}
