/*positions content*/

#body
{
width: 100%;
	margin-top: 2%;
		background: url('images/top.jpg') top repeat-x;
		background-color: white;
	padding-bottom: 100px;
border: 0px;
}

.content 
{
width: 70%;
margin-left: auto;
margin-right: auto;
	border-bottom: 1px ridge #E5110D;
padding: 10px;
}


.main
{
margin-left: auto; 
margin-right: auto;
}


/*header styles*/


.hed
{
font-size: 22px;
font-weight: bold;
padding-bottom: 8px;
text-align: left;
padding-top: 5px;
}


/*rollovers*/

.icon
{
float: left;
margin-right: 10px;
margin-top: 2px;
margin-bottom: 20px;
}


a:link img.icon {border: 0;}
a:visited img.icon {border: 0;}
a:hover img.icon {opacity:0.7;filter:alpha(opacity=70);}
a:active img.icon {border: 0;}


.hed a:link {color: #E5110D; text-decoration: underline;}
.hed a:visited {color: #E5110D; text-decoration: underline;}
.hed a:hover {color: #E5110D; text-decoration: underline;}
.hed a:active {color: #E5110D; text-decoration: underline;}
