@charset "utf-8";
/* CSS Document */


#leftmenu {
	background-color: #000000;
	height: 470px;
	width: 210px;
	float: left;
	position: relative;
	left: 0px;
	right: 0px;
}
#maincontents {
	background-color: #333333;
	height: 470px;
	width: 475px;
	margin-top: 0px;
	margin-right: 285px;
	margin-bottom: 0px;
	margin-left: 210px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
#rightmenu {
	background-color: #000000;
	float: right;
	height: 470px;
	width: 285px;
	position: relative;
	left: 0px;
	right: 0px;
}

h2 {
    font-size:1.0em;
}

h3 {
font-size:0.8em;
}
