/* CSS Document */

/*START BODY STYLES*/

body {
	background-color:#fafafa;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*START LINK STYLES*/

A:link{
color: #000000;
text-decoration: none;
}

A:hover{
color: #0c8fc6;
text-decoration: underline;
}

A:active{
color: #0c8fc6;
text-decoration: none;
}

A:visited{
color: #000000;
text-decoration: none;
}

/*START PRIMARY DIVS*/

#main {
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	height: 552px;

}

#header {
	position: absolute;
	width: 880px;
	height: 290px;
	top: 22px;
	left: -7px;
	background-image: url(images/header.jpg);
}

/*START NAV DIVS*/

#nav {
	position: absolute;
	height: 27px;
	width: 464px;
	top: 249px;
	left: 33px;
	font-family: arial, helvetica, georgia, sans-serif;
	font-size: 16px;
}
	
/*BEGIN CONTENT DIVS*/

#content {
	position: absolute;
	width: 880px;
	left: 0px;
	top: 300px;
	border-width: .125em;
	border-color: #e1e4e5;
	border-style: solid;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
	font-family: arial, helvetica, georgia, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	
	overflow: auto;
	overflow-x: hidden;
}
	
