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



body {
	margin: 0;
	padding: 0;
	font-family: Calibri;
	font-size: 11px;
	color: #009;
	background: #ffffff;
}


* {
	margin:0;
	color: #333;
}

#wrapper{
	height:655px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
	
	
}
h1 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: Garamond;
	font-size: 85px;
	font-weight: normal;
	color: #4C4D51;
}
	
p {
	font-family: Calibri;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

#header {
	height:70px;
	width: 800px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}

#title {
	height:70px;
	width: 800px;
	float: left;
	padding-bottom: 13px;
	padding-top: 5px;
		
}

#container {
	width:800px;
	height:550px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}



#menu {
	width: 800px;
	height: 24px;
	background-color: #4C4D51;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Garamond;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px solid #4C4D51;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #4C4D51;
	background-color: #FFF;
}

#menu .active a {
	border: 1px solid #4C4D51;
	background-color: #FFF;
	color: #4C4D51;
}

a {
	text-decoration: none;
}
a:hover {
	color: #999;

}
	

/* Footer*/

#footer {
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E4E4E;
	background-color: #FFF;
	height: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	text-transform: uppercase;
	padding-top: 5px;
}

#footer_p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #4E4E4E;
	float: right;
}

#footer_a {
	color: #000000;
}

.link_page {
	text-decoration: none;
}

