@charset "utf-8";
body {
	background-color: #686c55;
}
#header {
	background-color: #FFFFFF;
	height: 119px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 68px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(nav_bar.jpg);
	padding-right: 50px;
}
#nav_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#body {
	height: 483px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(body.jpg);
	padding-right: 200px;
	padding-left: 80px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Impact;
	font-size: 36px;
	color: #7D673E;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #686C55;
	height: 88px;
	background-image: url(footer.jpg);
}
#socnet_images {
	width: 200px;
	height: 50px;
}
#nav #nav_buttons {
	font-family: Impact;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 1px;
	text-align: center;
}
#nav_buttons_ftr {
	font-weight: bold;
	background-position: center;
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.style1 {color: #CCCCCC}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

