body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#leftmenu {
	background-color: #C2C2C2;
	float: left;
	width: 220px;
	border-right: 10px solid #666666;
	text-align: center;
}
#bodywrap {
	float: right;
	width: 680px;
}
#wrap {
	width: 910px;
	border: 10px solid #666666;
	position:absolute;
}
#header {
	text-align: left;
	padding: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#bodycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	padding: 20px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #CCCCCC;
	letter-spacing: 0.2em;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.lgbutton {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
	background-color: #000000;
	letter-spacing: 0.1em;
	height: 25px;
	width: 190px;
	font-weight: bold;
	padding-top: 3px;
	margin-top: 10px;
}
.smbutton {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	background-color: #000000;
	letter-spacing: 0.1em;
	height: 22px;
	width: 190px;
	font-weight: normal;
	padding-top: 2px;
	margin-top: 3px;
}
.headerlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	list-style-type: circle;
	line-height: 22px;
}
#leftmenu a {
	color: #EEEEEE;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #AAAAAA;
}
#bodycontent a {
	color: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
}
.bold {
	font-size: 16px;
	font-weight: bold;
}
