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

body {
	width: 100%;
	margin: auto;
	background: url(file_management/images/backdrop.jpg) repeat center center fixed;
	-webkit-background-size: width="2500px" height="1412px"
	-moz-background-size: width="2500px" height="1412px"
	-o-background-size: width="2500px" height="1412px"
	background-size: width="2500px" height="1412px"
}

* {
	margin: 0;
}

#top_header {
	height: 150px;
	background-color: #41393d;
}

banner {
	width: 920px;
	margin: 0 auto;
}

#banner img {
	width: 420px;
	margin: 10px;
	align: center;
}

nav {
	height: 35px;
	background-color: #8a8c8f;
}

#nav {
	width: 920px;
	margin: 0 auto;
}

#nav ul {
	margin: 0 auto;
	heigth: 30px;
	list-style: none;
}

#nav li {
	float: left;
	height: 35px;

}

#nav li a:link, a:visited {
	font-family: Athelas Regular;
	font-size: 90%;
	display: block;
	color: #fff;
	padding: 9px;
	text-decoration: none;
}

#nav li a:hover {
	background-color: #41393d;
	text-decoration: none;
}

#content {
	width: 860px;
	background-color: #fff;
	min-height: 600px;
	margin: 0 auto;
	clear: both;
}

#main-content {
	width: 820px;
	margin: 0 auto;
	text-align: center;
}

h1 {
	padding: 20px;
	font-size: 32px;
	color: #be1e3d;
}

p {
	margin: 20px;
	padding-top: 0px;
}

#content img {
	width: 820px;
	min-height: 85px;
	margin: 0 auto;
	position: relative;
	padding: 20px
}

#footer {
	width: 860px;
	height: 30px;
	background-color: #41393d;
	min-height: 95px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: Athelas Regular;
	font-size: 11px;
	padding-top: 15px;
	position: fixed;

}

