@charset "utf-8";
body {
	background-color: #999999;

}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	width: 864px;
	margin-right: 180px;
	margin-left: 180px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}


#nav {
	width: 210px;
	position: absolute;
	left: 192px;
	top: 195px;


}
#header {



}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#nav li {
	font-size: 100%;
	list-style-type: none;
}
#nav a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/button_background01.jpg);
}
#nav a:hover, #nav a:active {
	color: #000000;
	background-image: url(images/button_background02.jpg);
}
.leftimg {
	float: left;
	margin-right: 8px;
}
.rightimg {
	float: right;
	margin-left: 8px;
}

#welcome {
	margin-left: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	margin-right: 15px;

}
#content {
	margin-left: 230px;
	margin-right: 15px;

}
#image {
	font-size: 16px;
	font-style: italic;
	color: #000099;
	margin-left: 30px;
	position: absolute;
	left: 185px;
	top: 470px;

}

#footer {
	margin-top: 65px;
	text-align: center;

}
