* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background: url(bg.jpg) repeat-y center;
		font: 14px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #88837f;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }


#content, #content2{
		display: block;
	
	margin-left: auto;
	margin-right: auto;
	width: 966px;

	padding-bottom: 3.2em;
	background: #000 url(contentBG.jpg) no-repeat center 0;
}



.yellow{
	
color: #aea434;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}


a:hover{
	text-decoration: underline;
}


.blue{
	color: #005b72;
}

.headline, .headline2, .headline3{
	display:block;
	margin-bottom:0em;
	padding: 0px;
	font-size: 25px;
	line-height: 32px;
}

.headline2{
	font-size: 20px;
	line-height: 27px;
	color: #a4a09c;
}

.headline3{
	font-size: 18px;
	line-height: 28px;
	
}


li{
	list-style-position: inside;
	margin-bottom: 5px;
}


#content2{
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 926px;
}


#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 1.5em;
 margin-top: -3.2em;
 color: #504b47;
 	margin-left: auto;
	margin-right: auto;
	width: 961px;
	font: bold .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #3e3a36;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left: 5px;
}

#footer a{
	text-decoration: none;
	color: #7d7975;
}

#footer a:hover{
	text-decoration: underline;
	color: #cececc;
	
}




#contentBG{
	background: url(contentbg.jpg) no-repeat 0 0;
background-color: #000;
min-height: 100%;
}.emailLink {
	text-decoration: none;
	color: #C4C4C4;
}
