/* CSS Document */

* { padding: 0px; margin: 0px; }

BODY {
	background-color:#6997bc;
	font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;

}

H1, H2, H3 { 
	font-family: Georgia, serif;
	color: #a52031; 
}

IMG { border: 0px; }

LI { list-style: none; }

A { 
	text-decoration: underline;
	color: #005244;
	font-weight:bold;
}

p{
line-height: 2em;
}

A:hover { color:#2d6760; }

/************************************************************************************************************************************************************/

#header {
	background: url('images/bgs_01.jpg') no-repeat top center;
	padding-top: 10px;
	height: 173px;
}

.wrap {
	margin: 0px auto 0px auto;
	width: 810px;
}

#content {
	background: url('images/bgs_02.jpg') repeat-x top center;
	min-height:564px;
}

#footer { background: url('images/bgs_03.jpg') repeat-x bottom; }

#footer .credits {
	
	font-size: 11px;
	color: #FFFFFF;
}

