@import url(/css/global.css);
body{
	overflow: -moz-scrollbars-vertical;
	background: url(/layout/bg.jpg) repeat-x;
	background-color: #fffef0;
	margin: 0;
	color: #ccc;
}

p {
	color: #999;
}

h1, h2, h3, h4, h5, h6 {
	color: #999;
}

#container {
	margin: 0 auto;
	width: 761px;
	height: 770px;
}

#header {
	width: 761px;
	height: 53px;
	background: url(/layout/header.jpg) no-repeat;
}

#loggabg {
	margin-left: 20px;
	width: 211px;
	height: 129px;
	background: url(/layout/loggabg.gif) no-repeat;
}

#loggabg img {
	margin-left: 25px;
	margin-top: 15px;
}

#content {
	width: 761px;
	height: 468px;
	background: url(/layout/mainbg.jpg) no-repeat;
}

#left {
	width: 250px;
	float: left;
}

#main {
	overflow: auto;
	width: 480px;
	height: 427px;
	padding-right: 10px;
	padding-top: 25px;
}

#footer {
	width: 761px;
	height: 79px;
	background: url(/layout/footer.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 5px;
}

#footer p {
	color: #999;
	font-size: 10px;
}

#menubgcontent {
	width: 211px;
	margin-left: 18px;
}

#menubgtop {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 21px;
	background: url(/layout/menubgtop.gif) no-repeat;
}

#menubg {
	width: 211px;
	background: url(/layout/menubg.gif) no-repeat;
}

#menubgbottom {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 21px;
	background: url(/layout/menubgbottom.gif) no-repeat;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	list-style-image: url(/layout/arrow.gif);
	background: url(/layout/menubg.gif) repeat-y;
}

ul#menu li {
	width: 150px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

ul#menu li a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

ul#menu li a:hover {
	color: #666;
}

ul#menu li a#Active {
	color: #666;
}

ul#menu li ul#submenu {
	margin-left: 0px;
	padding-left: 15px;
}

ul#menu li ul#submenu li {
	padding-top: 2px;
	padding-bottom: 2px;	
}

ul#menu li ul#submenu li a {
	color: #aaadae;
	text-decoration: none;
	font-weight: bold;
}

ul#menu li ul#submenu li a:hover {
	color: #000;
}
ul#menu li ul#submenu li a#SubActive {
	color: #000;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

form fieldset {
	border: none;
}

form legend {
	color: #999;
}

form label {
	color: #999;
}

form textarea {
	width: 200px;
	height: 100px;
}
