@charset "utf-8";
/* format */

* {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #CCCCCC;
	margin-top: 30px;
	background-color: #000000;
}
#wrapper {
	background-color: #000000;
	margin: 0px auto;
	width: 770px;
}
#menu {
	width: 110px;
	float: left;
	height: 330px;
	color: #CCCCCC;
}
#menu ul li {
	list-style-type: none;
	height: 50px;
	width: 110px;
	font-size: 16px;
	font-weight: bold;
	font-family: Garamond;
	padding-left: 10px;
}
#content {
	width: 350px;
	float: left;
	color: #CCCCCC;
	padding-left: 45px;
	border-left: thin solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#top {
	height: 50px;
	width: 770px;
	font-size: 23px;
	font-weight: bolder;
	font-family: Garamond;
	color: #CCCCCC;
	background-color: #000000;
	margin-bottom: 20px;
}
#footer {
	height: 50px;
	width: 770px;
	border-top: thin solid #666666;
	clear: both;
	padding-top: 10px;
	text-align: right;
	font-family: Garamond;
	font-size: 14px;
	background-color: #000000;
	margin-bottom: 20px;
}
#base {
	float: right;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	margin-top: 2px;
	margin-left: 5px;
}
#sub {
	font-family: Garamond;
	font-size: 10px;
	line-height: 2em;
	color: #CCCCCC;
	width: 770px;
	margin-bottom: 40px;
}
a:link {
	text-decoration: none;
	color: #999999;
}
