body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #e3e1da;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 900px; 
	margin: 0 auto;
	text-align: left;
}
#top {
	background-color: #27bdff;
	height: 10px;
	width: 100%;
}
#menu_container {
	width: 900px;
	height: 51px;
	float: left;
	clear: both;
}
#menu_left {
	width: 18px;
	height: 51px;
	background-image: url(images/menu_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu {
	background-color: #27bdff;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 51px;
	width: 864px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 100%;
}
#menu ul li {
	float: left;
	width: 20%;
}
#menu ul li a {
	height: 36px;
	display: block;
	padding-top: 15px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover {
	background-image: url(images/menu_back_hover.jpg);
	background-repeat: repeat-x;
}
#menu_right {
	width: 18px;
	height: 51px;
	background-image: url(images/menu_right.jpg);
	background-repeat: no-repeat;
	float: right;
}
#content {
	width: 864px;
	float: left;
	background-color: #FFF;
	padding: 18px;
}
#promotion {
	width: 600px;
	height: 300px;
	float:left;
}
#box {
	width: 230px;
	height: 300px;
	float: right;
	background-image:url(images/box.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
#threeboxes {
	float: left;
	clear: both;
	background-image: url(images/largebox.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}
#threeboxes .box {
	width: 31%;
	height: 120px;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #999;
}
#threeboxes .lastbox {
	width: 30%;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #585858;
}
h2 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #585858;
}
#content p, ul, #footer p {
	font-size: 70%;
	color: #585858;
}
a {
	color: #148bbf;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer {
	width: 864px;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	border-bottom: 5px solid #27bdff;
	background-color: #FFF;
}
.special_left {
	width: 150px;
	float: left;
	margin-right: 20px;
	clear: left;
	margin-bottom: 50px;
}
.special_right {
	float: left;
	clear: right;
	margin-bottom: 50px;
}