@charset "utf-8";
/* CSS Document */
@import "style_menu_list.css";
@import "style_header_menu.css";

html,body{
	margin: 3px 0;
	padding:0;
}


body{
	background-image:url(images/img_back.jpg);
}


p{
	margin: 5px;
	font-size: 90%;
}


a{
	display:block;
	color: #981793;
	padding:10px;
}

#header {
	background-image:url(images/header_back.gif);
	width: 800px;
	height: 100px;
}

#header p{
	width: 300px;
	float: right;
	text-align: right;
	font-size: 80%;
}




#container{
	text-align:left;
	background-color: #FFF;
	border: 1px solid #000;
}
	

#content p{
	line-height: 1.4;
}


.side_menu {
	padding: 5px;
	margin: 3px;
	font-size: 90%;
	font-weight:bold;
}






/*h,p*/
#content h1{
	font-size: 100%;
	font-weight: bold; 
	color: #336633;
	margin: 10px 0;
	padding-bottom: 5px;	
	border-bottom: #666666 1px dotted;
	}


#content h2{
	border-bottom: #cccccc 1px solid;
	border-left: #336633 4px solid;
	background-color:#f3f0f0;
	padding: 5px;
	margin-top: 10px;
	font-size: 90%;
	font-weight:bold;
}

#content_only h1{
	font-size: 100%;
	font-weight: bold; 
	color: #336633;
	margin: 10px 0;
	padding-bottom: 5px;	
	border-bottom: #666666 1px dotted;
	}


#content_only h2{
	border-bottom: #cccccc 1px solid;
	border-left: #336633 4px solid;
	background-color:#f3f0f0;
	padding: 5px;
	margin-top: 10px;
	font-size: 90%;
	font-weight:bold;
}









#container{
	width:800px;
	margin:0 auto;
}


#content_only{
	width: 785px;
	margin: 0 7px;
	min-height: 300px;
	_height: 300px;
}

#content{
	float:right;
	width:580px;
	padding: 0 10px 10px 0;	
	background-color:#FFFFFF;
}


#navigation{
	float:left;
	width:200px;
}


#extra{
	float:left;
	clear:left;
	width:200px;
}


#footer{
	clear:both;
	width:100%;
	color: #FFF;
	background-color: #336633;
}

#footer p{
	margin:0;
	padding:5px 10px;
	text-align: right;
}
