*
{
        FONT-SIZE: 10pt;
        FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

body
{
	background: #f9f7f1;
	margin: 0px;
	margin-top: 5px;
}

b { font-weight: bold; }
p { text-align: justify; text-indent: 20px;}




#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;

	border-width: 0px;
	border-style: outset;
	padding: 10px;

	background: white;

	border-radius:10px;
	box-shadow: 10px 10px 50px #000000;

}

#logo
{
	width: 700px;
	height: 305px;
	border-radius:10px;
	box-shadow: 5px 5px 20px #000000;

	background-image: url("/images/header.jpg");
	background-repeat:no-repeat;

	position: relative;
	text-align: center;
}

.nav_href
{
	color: #1c4455;
	font-weight: bold;
	text-decoration:  none;
}

.nav_href:hover
{
	text-decoration:  underline;
}

.nav_button
{
	float: left;
	padding: 7px;
	width: 130px;
	text-align: center;
	margin: 10px;

	border-radius:2px;
        box-shadow: 3px 3px 50px #000000;
	

	background: rgba(255,246,226,0.8);
}

#nav_bar
{
	height: 42px;
	padding-left: 25px;

	position: absolute;
	bottom: 20px;
	left: 0px;
}

#content
{
	padding: 50px;
	text-align: left;
}

.spacer {
	clear: both;
}

#copyright
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
	font-size: 10pt;
	color: #f2f0ea;

	text-shadow: -1px -1px 1px #c6c4c0;
}
