﻿body 
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #353535;
	
	background: #CDCDB4 url("Images/bodyBackground.jpg") repeat-x;				
}

.main
{
	width: 958px;
	margin: 0 auto;	
}

.content
{
	margin: 0;
	min-height: 200px;
	background: url(images/contentBackground.gif);
}

.padding
{
	padding: 20px;
}

.header
{
	width: 958px;
	height: 217px;
	background: url(images/header.gif);
}

.bottom
{
	background: url(images/footerBottomCorners.jpg) no-repeat;
	width: 958px;
	height: 18px;	
}

.link
{	
}

a
{
	text-decoration: none;
}

a:hover
{
	color: #00499C;
	text-decoration: underline;
}

a img
{
	border: none;
}

.center
{
	text-align: center;
}


