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

* {
	margin: 0 auto;
	padding: 0;
}

html {
	background-color: #efeef3;	
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p {
	font-size: 14px;
	padding: 20px 20px 0px 20px;
}

h1 {
	font-size: 28px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 20px 20px 0px 20px;

}

.center_container {
	margin: 0 auto;
	width: 830px;
	margin-top: -30px;
}

.header {
	background-image: url(Images/header.png);
	width: 830px;
	height: 170px;
}

img {
	border: none;
}

.bar {
	width: 816px;
	height: 46px;
	background-image: url(Images/bar.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.bar_text {
	color: #000;
	float: left;
	margin-top: 8px;
	margin-left: 12px;
	font-size: 14px;
}

.main_container {
	margin: 0 auto;
	background-image: url(Images/container_bg.png);
	width: 828px;
	background-repeat: repeat-y;
}

.content_container {
	width: 816px;
	min-height: 200px;
	background-image: url(Images/shade.png);
	background-repeat: repeat-x;
}

.navigation {
	height: 25px;
	width: 530px;
	float: right;
	margin-top: -25px;
}

#nav_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav_list li {
	float: left;
}

#nav_list li a {
	margin-right: 15px;
	text-decoration: none;
	font-size: 11px;
	color: #3f85c1;
}

#nav_list li a:hover {
	border-bottom: 1px solid #000;
}

#slogan {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	width: 643px;
	text-align: center;
	color: #3f85c1;
	padding-top: 20px;
}

#enter {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	width: 643px;
	text-align: center;
	color: #3f85c1;
	padding-top: 10px;
}

.footer {
	background-image: url(Images/footer.png);
	background-repeat: no-repeat;
	width: 830x;
	height: 91px;
	margin-top: 30px;
}

#footer_text {
	font-size: 10px;
	float: right;
	padding-right: 21px;
	padding-top: 40px;
	text-align: right;
}

a:link {
	color: #dfb802;
	text-decoration: none;
}

a:visited {
	color: #dfb802;
	text-decoration: none;
}

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

a:active {
	color: #dfb802;
	text-decoration: none;
}

.main_container ol, .main_container ul {
	padding-left: 35px;
}
