* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background-color:#f1f5f1;
}

body div {
	text-align:left;
	margin:0 auto;
}

#container {
	width:800px;
	background:#ffffff url(images/back.gif) repeat-y;
}

#banner {
	width:800px;
	height:250px;
	background:url(images/banner.gif) top no-repeat;
}

#contents {
	width:560px;
	float:right;
	margin:10px;
}

#menu {
	width:200px;
	float:left;
	margin-bottom:50px;
}

#footer {
	width:800px;
	clear:both;
	height:25px;
	background:url(images/foot.gif) bottom no-repeat;
	text-align:center;
	color:#333333;
	font-size:80%;
}

a:link ,  a:active {
	color:#336666;
	text-decoration:underline;
}

a:visited {
	color:#336666;
	text-decoration:underline;
}

a:hover {
	color:#1A3A5A;
	text-decoration:none;
}

#banner a:link ,  a:active {
	color:#ffffff;
	text-decoration:none;
}

#banner a:visited {
	color:#ffffff;
	text-decoration:none;
}

#banner a:hover {
	color:#006600;
	text-decoration:underline;
}

h1 {
	font-size:180%;
	color:#ffffff;
	padding-top:75px;
	padding-left:250px;	
}

h2 {
	font-size:100%;
	border-left:solid 10px #93ca76;
	border-bottom:solid 1px #eeeeee;
	background:url(images/back2.gif);
	padding:7px;
	margin-top:5px;
	margin-bottom:15px;
}

h3 {
	font-size:130%;
	color:#006600;
	font-weight:bold;
	margin:15px 32px 15px 53px;
}

.red {
	color:#cc0000;
}

.blue {
	color:#3300ff;
}

.green {
	color:#336600;
}

.green_bk {
	background-color:#336600;
}

#menu ul{
	font-size:83%;
	line-height:120%;
	margin-top:25px;
	margin-left:25px;
}

#menu ul li{
	border-top:dotted 1px #111111;
	list-style:none;
	margin:10px 2px;
	padding-top:5px;
}

#logo{
	margin-left:30px;
	margin-top:50px;
	font-size:75%;
	color:#333333;
	}

#banner p {
	font-size:100%;
	line-height:115%;
	color:#006600;
	font-weight:bold;
	margin-top:80px;
	margin-left:260px;
}

.contents_head{
	font-size:1px;
	height:10px;
	background:url(images/right-head.gif) top right no-repeat;
	margin-top:5px;
}

.contents_head .chm{
	font-size:1px;
	height:10px;
	background:url(images/left-head.gif) top left no-repeat;
}

.contents_body{
	background:url(images/left-middle.gif) top left repeat-y;
}

.contents_body .cbm{
	background:url(images/right-middle.gif) top right repeat-y;
	padding:10px;
}

.contents_bottom{
	font-size:1px;
	height:10px;
	background:url(images/right-bottom.gif) bottom right no-repeat;
	margin-bottom:70px;
}

.contents_bottom .cbtm{
	font-size:1px;
	height:10px;
	background:url(images/left-bottom.gif) bottom left no-repeat;
}

#contents p {
	font-size:80%;
	line-height:150%;
	color:#333333;
	padding-bottom:5px;
}

#contents table {
	font-size:80%;
	line-height:150%;
	color:#333333;
}

#contents th {
	font-size:80%;
	line-height:150%;
	color:#ffffff;
	background-color:#93ca76;
}

#contents .l {
	font-size:130%;
	line-height:150%;
	color:#333333;
	padding-bottom:5px;
}

#contents ol {
	font-size:80%;
	line-height:150%;
	color:#333333;
	padding-bottom:5px;
	margin-left:30px;
}

#contents .right {
	font-size:75%;
	text-align:right;
	border-top:solid 1px #cccccc;
	padding:5px 10px 0px 10px;
	margin-top:30px;
}