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

body {
	background-color: #303;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	color: #300;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	color: #300;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #300;
	font-weight: bold;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #300;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #300;
	font-weight: bold;
	text-align: left;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #300;
	font-weight: bold;
	text-align: center;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #300;
	text-decoration: none;
	line-height: 12px;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #300;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C60;
}
#container {
	height: 710px;
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
}
#header {
	float: left;
	height: 198px;
	width: 803px;
}
#content {
	float: left;
	width: 803px;
	height: 472px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}
#nav_area {
	background-repeat: repeat;
	float: left;
	width: 226px;
	height: 472px;
}
.nav_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}
#nav {
	width: 198px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #300;
}
#text_area {
	float: left;
	height: 472px;
	width: 575px;
	background-repeat: repeat;
}
#message {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	float: left;
	width: 515px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 20px;
	overflow: auto;
	height: 442px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer {
	background-image: url(../images/footer.jpg);
	float: left;
	height: 44px;
	width: 804px;
}

