body {
	top: 0px;
}

#headerholder {
	position: absolute;
	top: 0;
	width: 100%;
	background: url(./images/bkgtile.png) repeat-x left top;
	height: 150px;
	display: block;
	clear: both;
	left: 0px;
}

#headerholder2 {
	position: absolute;
	top: 0;
	width: 100%;
	background: url(./images/bkgtile.png) repeat-x left top;
	height: 150px;
	display: block;
	clear: both;
	right: 0px;
}

#header {
	position: absolute;
	background: url(./img/header.jpg) no-repeat left top;
	height: 150px;
	margin: 0 auto;
	width: 920px;
	margin-top: -150px;
	margin-left: -71px;
}

#header ul {
	margin: 0;
	display: block;
	padding-left: 513px;
	padding-top: 110px;
}

#header ul li {
	display: block;
	height: 40px;
	width: 122px;
	float: left;
}

#header ul li a {
	display: block;
	height: 40px;
	text-indent: -5000px;
	width: 122px;
}

#maintable {
margin-top: 150px;
overflow: auto;
}

/* @group Nav */

#nav {
	background: url(./img/nav_bkg.png) repeat-x left top;
	height: 25px;
	overflow: hidden;
	width: 779px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: block;
	float: left;
	height: 25px;
}

#nav ul li a {
	display: block;
	float: left;
	height: 25px;
	text-indent: -5000px;
	overflow: hidden;
}

#nav ul li .link1 {
	background: url(img/topnav.gif) no-repeat -21px top;
	width: 44px;
}

#nav ul li .link2 {
	background: url(img/topnav.gif) no-repeat -65px top;
	width: 75px;
}

#nav ul li .link3 {
	background: url(img/topnav.gif) no-repeat -140px top;
	width: 112px;
}

#nav ul li .link4 {
	background: url(img/topnav.gif) no-repeat -252px top;
	width: 62px;
}

#nav ul li .link5 {
	background: url(img/topnav.gif) no-repeat -314px top;
	width: 94px;
}

#nav ul li .link6 {
	background: url(img/topnav.gif) no-repeat -408px top;
	width: 78px;
}

#nav ul li .link7 {
	background: url(img/topnav.gif) no-repeat -486px top;
	width: 35px;
}

#nav ul li .link8 {
	background: url(img/topnav.gif) no-repeat -521px top;
	width: 56px;
}

#nav ul li .link9 {
	background: url(img/topnav.gif) no-repeat -577px top;
	width: 57px;
}

#nav ul li .link10 {
	background: url(img/topnav.gif) no-repeat -634px top;
	width: 42px;
}

#nav ul li .link11 {
	background: url(img/topnav.gif) no-repeat -676px top;
	width: 77px;
}

#nav ul li .link12 {
	background: url(img/topnav.gif) no-repeat -753px top;
	width: 47px;
}

#nav ul li a:hover.link1 {
	background: url(img/topnav_on.gif) no-repeat -21px top;
}

#nav ul li a:hover.link2 {
	background: url(img/topnav_on.gif) no-repeat -65px top;
}

#nav ul li a:hover.link3 {
	background: url(img/topnav_on.gif) no-repeat -140px top;
}

#nav ul li a:hover.link4 {
	background: url(img/topnav_on.gif) no-repeat -252px top;
}

#nav ul li a:hover.link5 {
	background: url(img/topnav_on.gif) no-repeat -314px top;
}

#nav ul li a:hover.link6 {
	background: url(img/topnav_on.gif) no-repeat -408px top;
}

#nav ul li a:hover.link7 {
	background: url(img/topnav_on.gif) no-repeat -486px top;
}

#nav ul li a:hover.link8 {
	background: url(img/topnav_on.gif) no-repeat -521px top;
}

#nav ul li a:hover.link9 {
	background: url(img/topnav_on.gif) no-repeat -577px top;
}

#nav ul li a:hover.link10 {
	background: url(img/topnav_on.gif) no-repeat -634px top;
}

#nav ul li a:hover.link11 {
	background: url(img/topnav_on.gif) no-repeat -676px top;
}

#nav ul li a:hover.link12 {
	background: url(img/topnav_on.gif) no-repeat -753px top;
}

#nav ul li ul, #nav ul li ul li, #nav ul li ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-indent: 0;
	float: none;
	height: auto;
	display: block;
	text-decoration: none;
}

#nav ul li:hover .submenu {
	display: block;
}

#nav .submenu {
	position: absolute;
	display: none;
	margin-top: 25px;
}

#nav .submenu li a {
	padding: 6px;
	background-color: #f1b300;
	color: #6a0800;
	font: bold 11px Arial, sans-serif;
	margin-bottom: 1px;
}

#nav .submenu li a:hover {
	background-color: #9a0000;
	color: #fff;
}

/* @end */

.comment_txtbox {
	height: 18px;
	width: 328px;
	padding: 6px;
	background-color: transparent;
	background-image: url(img/comment/txtbox.png);
	text-align: center;
	color: #555;
	font: 16px sans-serif;
	border: none;
	margin-top: 10px;
}

.comment_title {
	font-weight: bold;
	font-size: 1.2em;
	color: #f1b300;
}

.comment_txtboxtiny {
	height: 12px;
	width: 152px;
	padding: 4px;
	background-color: transparent;
	background-image: url(img/comment/txtboxtiny.png);
	text-align: center;
	color: #555;
	font: 11px sans-serif;
	border: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.comment_select {
	height: 30px;
	width: 340px;
	background-color: transparent;
	background-image: url(img/comment/txtbox.png);
	text-align: center;
	color: #555;
	font: 12px sans-serif;
	border: none;
	margin-top: 10px;
	padding: 4px;
}

.comment_msg {
	width: 310px;
	background: url(img/comment/msgbox_bkg.png) scroll left top;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

#cmsg {
	border-style: none;
	border: none;
	width: 306px;
	color: #555;
	font: 12px sans-serif;
	overflow: auto;
	margin: 0;
	display: block;
	background: none;
	height: 180px;
}

.comment_msg_top {
	background: url(img/comment/msgbox_top.png) no-repeat left top;
	width: 340px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}


.comment_msg_btm {
	background: url(img/comment/msgbox_btm.png) no-repeat left top;
	width: 340px;
	height: 15px;
	margin-top: 0;
}