@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #1a1a1a;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#wrapper {
	text-align: left;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	}
#header {
	width: 738px;
	height: 78px;
}
#frames {
	width: 738px;
	height: 248px;
	clear: both;
}

#mainbody {
	width: 738px;
}
#leftbody {
	float: left;
	width: 462px;
	padding-left: 28px;
}
#rightbody {
	background-image: url(images/rightbody.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 222px;
	padding-left: 26px;
}
#footer {
	background-image: url(images/bottommenu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 75px;
	width: 738px;
	text-align: center;
}
#wrapper #footer a {
	text-decoration: none;
	color: #555555;
}
#wrapper #footer a:hover {
	color: #FFFFFF;
}

#wrapper #header #topmenu ul {
	list-style-type: none;
	padding-top: 32px;
}
#wrapper #header #topmenu ul li {
	display: inline;
}
#wrapper #mainbody #rightbody ul {
	list-style-type: none;
	margin-left: 5px;
}

#wrapper #mainbody #rightbody input {
	width: 188px;
	background-color: #000000;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #666;
	font-size: 10px;
}

#wrapper #mainbody #leftbody input {
	width: 300px;
	background-color: #000000;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #666;
	font-size: 10px;
	}

#logo {
	width: 272px;
	float: left;
}
#wrapper #mainbody #rightbody textarea {
	background-color: #000000;
	width: 188px;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#wrapper #mainbody #leftbody textarea {
	background-color: #000000;
	width: 300px;
	border: 1px solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#wrapper #mainbody #rightbody .submit {
	width: 60px;
	background-color: #666666;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#wrapper #mainbody #leftbody .submit {
	width: 60px;
	background-color: #666666;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#wrapper #mainbody #rightbody .button {
	width: 193px;
	text-align: right;
}

#wrapper #mainbody #leftbody .button {
	width: 305px;
	text-align: right;
}

#topmenu {
	width: 466px;
	float: left;
	background-image: url(images/topmenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a img {
	border: 0;
	}
#wrapper #footer ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #footer .endlist {
	border-right-style: none;
}
#wrapper #footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 12px;
	padding-left: 12px;
	}
#wrapper #mainbody #leftbody p {
	padding-bottom: 18px;
	color: #999999;
}
#wrapper #mainbody #rightbody li {
	color: #838383;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 2px;
}
#wrapper #mainbody #rightbody li a {
	text-decoration: none;
	color: #909090;
}
#wrapper #mainbody #rightbody a:hover {
	color: #CCCCCC;
}
#wrapper #mainbody #leftbody a {
	text-decoration: none;
	color: #CCCCCC;
}

