@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(/images/bgd.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main-wrap {
	width: 1000px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	background-image: url(/images/leonard.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px
}
#main {
	height: 600px;
	width: 660px;
	left: 250px;
	position: relative;
}
#title {
	height: 70px;
	top: 7px;
	position: relative;
}
#menu {
	width: 660px;
	background-color: #FF813E;
}
#contentbox {
	background-color: #ffffff;
	min-height: 400px;
	width: 654px;
	border: medium solid #FF813E;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}
.text16 {
	font-size: 16px;
	font-weight: bold;
}
.text14 {
	font-size: 14px;
}
.text12 {
	font-size: 12px;
}
.text11 {
	font-size: 11px;
}
.text10 {
	font-size: 10px;
}
.text9 {
	font-size: 9px;
}
