@charset "UTF-8";
/* CSS Document */

body.hefner {
	background-position: center top;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#wrapper {
	margin-left: auto;
    margin-right: auto;
	width: 1280px;
	height: 760px;
}

#hefnerheader {
	background-image: url(images/Header.jpg);
	width: 1280px;
	height: 91px;
	border-left:thin #CCC solid;
	border-right: thin #CCC solid;
}

#hefnerbody {
	background-image: url(images/Body.jpg);
	height: 513px;
	width: 1280px;
	border-left:thin #CCC solid;
	border-right: thin #CCC solid;
}

#hefnerfooter {
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
	width: 1280px;
	height: 500px;
	border-left:thin #CCC solid;
	border-right: thin #CCC solid;
}

#content {
	height: 406px;
    margin-left: 144px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 92px;
    width: 318px;
}

#navigation {
	height: 42px;
	width: 623px;
    margin-left: 502px;
    padding-top: 49px;
}

#footer {
	height: 65px;
    margin-left: 145px;
    padding-top: 20px;
    width: 970px;
}


p.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000;
}

p.contentbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000;
	font-weight: bold;
}

p.contentbold2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #000;
	font-weight: bold;
}

p.content a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

p.content a:hover {
	color: #2e72ad;
}

p.contentbold2 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

p.contentbold2 a:hover {
	color: #2e72ad;
}

p.about {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}

p.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #e8c59b;
	text-align: center;
}
 
p.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #e8c59b;
}

p.footer a:hover {
	color: #fff;
}

p.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}

p.navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

p.navigation a:hover {
	color: #2e72ad;
}
		
	
	