body, p, td {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #460538;
}

body {
	background-image: url('images/background.gif');
}

a:link, a:visited, a:active {
	color: #460538;
	text-decoration: none;
}

a:hover {
	color: #460538;
	text-decoration: none;
}

div.main {
	background-image: url('images/main.gif');
	position: relative;
	width: 750px;
	height: 550px;
}

div.menu_box {
	position: absolute;
	top: 85px;
	left:15px;
	width: 140px;
	text-align: left;
}

div.main_box {
	position: absolute;
	top: 87px;
	left: 175px;
	width: 555px;
	height: 435px;
	text-align: left;
	overflow: auto;
	/* border: 1px solid black; */
}

img.logo {
	position: absolute;
	left: -33px;
	top: 320px;
}

div.footer {
	font-size: 10px;
}

div.menu_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.menu_default {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

li.menu_current {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}