@CHARSET "UTF-8";

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #ffffff;
}

#wrapper {
	width: 100%;
	min-height: 2000px;
	font-family: sans-serif;
}

#col_navigation {
	float: left;
	min-height: 2000px;
	background-image: url(../artwork/hg_logo.gif);
	background-repeat: repeat-y;
}

#area_logo {
	height: 54px;
	width: 160px;
	background-image: url(../artwork/logo.gif);
}

#area_menu {
	width: 160px;
}

#area_content {
	padding: 54px 10px 10px 10px;
	margin-left: 160px;	
}

ul {
	list-style-type: square;
	list-style-position: inside;
}
	

ul.menu1 {
	margin: 50px 0px 0px 45px;
	list-style-position: outside;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #666600;
	font-weight: bold;
}
a.menu_link {	
	color: #ffcc33;
}

h1{
	color: #666600;
	font-size: 1.5em;
}
h2{
	margin-top: 1.0em;
	color: #666600;
	font-size: 1.0em;
}

p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #000000;
}