@charset "utf-8";
/* CSS Document */

body, th, td, input, option, textarea, select, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #2E0000;
}

#canvas {
	width: 738px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
	color: #00FFFF;
}

#top_table {
	width: 738px;	
	background-image: url(images/top_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 244px;
}

#top_menu td {
	background-image: url(images/menu_back.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 25%;
}

#top_menu a:link,
#top_menu a:active,
#top_menu a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#top_menu a:hover {
	color: #008000;
}

#left_menu {
	background-image: url(images/left_menu_back.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	font-size: 14px;
}

#left_menu a.menu_item:link,
#left_menu a.menu_item:active,
#left_menu a.menu_item:visited {
	text-align: left;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
}

#left_menu a.menu_item:hover {
	background-color: #B08150;
}

#content {
	background-image: url(images/content_back.jpg);
	background-repeat: repeat;
}