@charset "utf-8";
body {
	background-color: #999999;
}
#header {


}

#container {
	margin-right: 200px;
	margin-left: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	width: 800px;
	background-color: #FFFFFF;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	margin-left: 190px;
	margin-right: 20px;
	margin-top: 30px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A61069;
	padding-left: 10px;
}
#title {
	margin-left: 195px;
	font-size: 36px;
	color: #000000;
	margin-right: 20px;
}
.rightimg {
	float: right;
	margin-left: 8px;
}
.leftimg {
	float: left;
	margin-right: 8px;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	width: 170px;
	top: 190px;
	position: absolute;
	color: #000000;
	margin-top: 76px;
	font-style: italic;
	left: 240px;
}
#sideinfo {
	width: 170px;
	text-align: center;
	position: absolute;
	top: 650px;
	font-size: 14px;
	font-style: italic;
	padding-left: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A61069;
	border-bottom-color: #A61069;
	margin-left: 5px;
}

#nav ul {
	margin: 10px;
	padding: 0px;
}
#nav a {
	display: block;
	padding-right: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 140px;
	text-decoration: underline;
	height: 35px;
}
#nav li {
	font-size: 100%;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	color: #000000;
	background-image: url(images/button_background01.jpg);
}


#nav a:hover, #nav a:active {
	background-repeat: no-repeat;
	background-image: url(images/button_background02.jpg);
	color: #A61069;
}
#pageend {
	background-color: #A61069;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
#footer {
	text-align: center;
	color: #000000;
}
