html, body  {
	margin : 0;
	padding : 0;
	height : 100%;
	width : 100%;
	background-color : PaleGoldenrod;
	/* #09c */
	font-family : Tahoma;
	color : Black;
}

.menu_item  {
	background-color : Silver;
	font-size : 12px;
	padding : 2px 20px;
	border : 1px solid Black;
	font-weight : bold;
}

#header_h1  {
	font-size : xx-large;
	font-weight : bold;
	font-style : italic;
	color : Black;
	white-space : nowrap;
}

#header_h2  {
	font-size : large;
	font-weight : bold;
	font-style : italic;
	color : Black;
	white-space : nowrap;
}

a:link  {
	color : black;
	text-decoration : none;
}

a:visited  {
	color : black;
	text-decoration : none;
}

a:hover  {
	color : black;
	text-decoration : none;
}

#header_box  {
	border-bottom : 2px solid black;
}

#header_img  {
	position : absolute;
	top : 5px;
	left : 20px;
}

#header_txt  {
	margin-left : 270px;
	height : 155px;
	padding-top : 55px;
}

div  {}

#body_txt  {
	padding : 20px;
	margin-left : 270px;
	margin-bottom : 30px;
	margin-right : 20px;
	margin-top : 40px;
	height : 270px;
	overflow : auto;
}

#body_box  {
	width : 100%;
}

#menu  {
	position : absolute;
	left : 20px;
	top : 250px;
	width : 200px;
}

