@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Times, serif;
	font-size:0.9em;
	background:#fff;
	color:#030303;
}

div.inner {
	padding-top:36px;
}

#menu {
	background:url(../images/menu/background.png) repeat-x;
	height:36px;
	overflow:hidden;
}
#menu ul {
	width:955px;
	margin:0 auto;
	padding:0;
	color:#fff;
	/*font-weight:bold;*/
}
#menu li {
	line-height:36px;
	float:left;
	font-size:0.9em;
}
#menu li div {
	line-height:36px;
	padding:0 10px;
	background:url(../images/menu/item_border_right.png) right bottom no-repeat;
}
#menu li:hover {
	background:url(../images/menu/item_background.jpg) repeat-x;
}
#menu li:hover div {
	background:none;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#main {
	margin-top:1px;
	border-bottom:#0090ff 4px solid;
}
#left {
	background:url(../images/main_left.jpg) top repeat-x;
	min-height:35px;
}
#center {
	background:url(../images/main_top.jpg) top repeat-x;
	min-height:35px;
}
#right {
	background:url(../images/main_top.jpg) top repeat-x;
	min-height:35px;
}
#main-inner .left {
	background:url(../images/main_left.jpg) top repeat-x;
}
#main-inner .left-inner {
	background:url(../images/main_left_center.jpg) right top no-repeat;
	height:35px;
}
#content th {
	background:#ededed url(../images/th.jpg) no-repeat left;
	line-height:28px;
	text-align:left;
	padding-left:10px;
	color:#fff;
}
#content-center {
	padding:5px 10px 0 10px;
}
#footer {
	background:url(../images/footer/background.jpg);
	height:35px;
	overflow:hidden;
	text-align:center;
	line-height:35px;
	color:#000;
}
#footer a {
	color:#000;
}
form {
	width:180px;
	text-align:right;
}
form p {
	margin:0;
	padding:3px 5px;
}
