body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
}

.wrapper{
	width:900px;
	margin:auto;
	padding:0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

.container{
	width:800px;
	margin:auto;
	border:0px solid red;
}

.header{
	position:relative;
	width:800px;
	height:200px;
}

.topmenu{
	position:relative;
	width:800px;
	height:30px;
	background-image:url(../images/topmenu.jpg);
	background-repeat:no-repeat;
	padding:7px 0px 0px 0px;
}

.topmenu_links{
	top:20px;
	margin-left:65px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
}

.topmenu_links a{
	color:#ffffff;
	text-decoration:none;
}

.topmenu_links a:hover{
	text-decoration:underline;
}

.contents{
	position:relative;
	width:784px;
	
	margin:20px 8px;
}

.footer{
	position:relative;
	width:764px;
	margin:0px 8px;
	padding:10px;
	text-align:center;
	background-color:#cccccc;
	color:#555555;
	font-size:11px;
}

.menu_list{
	list-style-image: url(../images/arrow.gif);
	font-size: 11px;
	padding:0px;
	margin-left:20px;
	margin-top:0px;
}

.menu_list a{
	color:#000000;
	text-decoration:none;
}

.menu_list a:hover{
	text-decoration:underline;
}

.hat{
	position:absolute;
	width:152px;
	height:120px;
	top:-30px;
	left:88px;
}

.content_heading{
	color:#5f3e1d;
	font-weight:bold;
}

.content_text{
	font-size:11px;
	margin-top:17px;
	text-align:justify;
}

.content_line{
	margin:20px 0px;
}

.nav_right_top{
	background-image:url(../images/right_menu_top.gif);
	width:200px;
	height:43px;
}

.nav_right_middle{
	background-image:url(../images/right_menu_middle_repeat.gif);
	background-repeat:repeat-y;
	width:200px;
}

.nav_right_middle_wrapper{
	background-image:url(../images/right_menu_middle.gif);
	background-repeat:no-repeat;
	width:200px;
}

.nav_right_middle_contents{
	width:180px;
	padding:0px 10px;
}

.nav_right_list{
	list-style-image: url(../images/arrow.gif);
	font-size: 11px;
	padding:0px;
	margin-left:20px;
	margin-top:7px;
}

.nav_right_list a{
	color:#000000;
	text-decoration:none;
}

.nav_right_list a:hover{
	text-decoration:underline;
}

.nav_right_list li{
	margin-top:5px;
}


.nav_right_bottom{
	background-image:url(../images/right_menu_bottom.gif);
	width:200px;
	height:50px;
}
