body {
	background: #9fa0a4 url(../images/background.jpg) repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#header {
	background-color: #3c80ba;
	height: 60px;
}

.header {
	
	color: white;
	font-weight: bold;
	font-size: 15px;
	margin: 15px auto 0;
	text-transform: uppercase;
}

#content {
	background-color: white;
	padding: 25px;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.one-edge-shadow {
	-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);
}

#content a:link {
	text-decoration: none;
	color: #41499a;
	font-weight: bold;
}

#content a:visited {
	text-decoration: none;
	color: #41499a;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
	color: #41499a;
	font-weight: bold;
}


h1 {
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: bold;
	color: #35379c;
	letter-spacing: -1px;
}

h2 {
	color: black;
	font: bold 18px Georgia, serif;
}

.header a {
	font-weight: bold;
	color: #41499a;
	font-size: 18px;
}

.title {
	font-family: Georgia, serif;
	font-size: 16px;
}

#footer {
	background-color: white;
	text-indent: 25px;
	color: white;
	font-size: 10px;
	margin: 0 auto;
	border-top: 1px solid silver;
}

#footer a:link  {
	color: #af8a3d;
	text-decoration: none;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#footer a:visited {
	color: #af8a3d;
	text-decoration: none;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

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

.footer_bottom {
	width: 800px;
	height: 8px;
	padding: 0;
	margin: 0 auto;
}
