* {
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
}
#container {
	height: auto;
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #top_shadow {
	background-image: url(images/top_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	background-color: #FFF;
}

#main_holder {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	background-color: #797979;
	height: 35px;
}
#navigation ul li {
	float: left;
	list-style-type: none;
}
#navigation ul li a {
	display: block;
	height: 35px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
}
#navigation .current {
	background-color: #FFF;
	color: #797979;
}


#navigation ul li a:hover {
	color: #797979;
	background-color: #FFF;

}
#container #bottom_shadow {
	background-image: url(images/bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 9px;
	background-color: #FFF;
}
#main_mat {
	margin: 20px;
	text-align: justify;
}
h3 {
	color: #C16100;
}
#main_mat p {
	font-size: 15px;
	display: block;
}
#bottom_header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

