body {
	background: url(images/bg.png) repeat-y center top;
	margin: 0px;
	font-family: Arial;
	color: #303030;
}

#container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header {
	color: #f3f3f3;
	margin: 0px;
	padding: 6px 0px 6px 20px;
	height: 48px;
}

#header_image {
	height: 140px;
	margin: 0px;
	padding: 0px;
	width: 549px;
	float: left;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #f3f3f3;
}

#header_image img {
	position: absolute;
	left: 1px;
	top: 61px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#contents {
	color: orange;
	width: 550px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 0.9em;
}

#contents p {
	margin: 0px 23px 0px 20px;
	text-align: justify;
}

#contents div {
	margin: 0px 23px 0px 20px;
}

#menu {
	color: #f3f3f3;
	width: 250px;
	float: right;
	margin: 0px;
	text-align: center;
}

#footer {
	color: #f3f3f3;
	clear: both;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #303030;
	text-decoration: underline;
	font-weight: bold;
}

#menu a {
	color: #c0c0c0;
	background: url(images/button.gif);
	display: block;
	padding: 8px;
	border-width: 0px 0px 1px 0px;
	border-color: #b90000;
	border-style: solid;
	font-weight: normal;
	text-align: left;
	height: 19px;
}

#menu a:visited {
	color: #c0c0c0;
	background: url(images/button.gif);
	padding: 8px;
	border-width: 0px 0px 1px 0px;
	border-color: #b90000;
	border-style: solid;
	font-weight: normal;
	text-align: left;
	height: 19px;
}

#menu a:hover {
	color: #f3f3f3;
	background: url(images/button_hover.gif);
	text-decoration: none;
	padding: 8px;
	border-width: 0px 0px 1px 0px;
	border-color: #b90000;
	border-style: solid;
	font-weight: normal;
	text-align: left;
	height: 19px;
}

.menu_category {
	color: #f3f3f3;
	background: url(images/button.gif);
	font-weight: bold;
	padding: 5px;
	font-size: 1.2em;
	border-width: 0px 0px 1px 0px;
	border-color: #f3f3f3;
	border-style: solid;
	text-align: left;
	height: 22px;
}

#menu li {
	color: black;
	padding: 5px;
	font-weight: normal;
	text-align: left;
}

.textbox {
	width: 100%;
}

.combobox {
	width: 100%;
}