
body
{
margin: 0;
padding: 0;
font-size: 90%;
font-family: "Avant Garde",
                    "Century Gothic",
                    sans-serif;
background-image: url(/images/bluechunk.jpg);
}
#header
{
height: 50px;
background-color: #43519B;
margin-bottom: 10px;
color: White;
border-bottom-style: groove;
border-bottom-width: medium;
border-bottom-color: white;
}
#gutter
{
float: left;
width: 3%;
height: 1px;
}
#col1
{
float: left;
width: 48%;
background-color: #ccddcc;
margin-bottom: 10px;
margin-left: 3%;
border-style: groove;
border-width: medium;
border-color: white;
}
#col2
{
float: left;
width: 20%;
background-color: #ccddcc;
margin-bottom: 10px;
border-style: groove;
border-width: medium;
border-color: white;
}
#col3
{
float: left;
width: 20%;
margin-left: 3%;
background-color: #ccddcc;
margin-bottom: 10px;
border-style: groove;
border-width: medium;
border-color: white;
}
#footer
{
clear: both;
height: 50px;
background-color: #43519B;
border-top-style: groove;
border-top-width: medium;
border-top-color: white;
}
h1
{
margin: 0;
padding: 5px;
}
h2
{
margin-top: 0;
padding-top: 7px;
}
h2, p
{
margin-left: 7px;
margin-right: 7px;
}

a:link { 
	color: #081346;
	text-decoration: none;
	}
a:visited { 
	color: #43519B;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #081346;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration: underline;
	}