body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	text-align: center;
}
#div-container {
	margin: auto;
	width: 770px;
	text-align: left;
	border-right: 5px solid #8F213C;
	border-left: 5px solid #8F213C;
	padding-right: 1px;
	padding-left: 1px;
}
#div-header {
	width: 770px;
	border-bottom: 1px solid #ffffff;
	background: #2978D5;
	text-align: left;
}
#div-menu {
	height: 30px;
	border-bottom: 1px solid #ffffff;
	background: #8F213C;
	text-align: left;
}
#div-menu ul {
	margin: 0 0 0 7px;
	padding: 0;
	height: 30px;
}
#div-menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
	line-height: 30px;
	height: 29px;
}
#div-menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	float: left;
	line-height: 29px;
}
#div-menu ul li a:hover {
	text-decoration: none;
	color: #aaaaaa;
	background: none;
}
#div-main {
	text-align: left;
	background: url('img/menu_bg.jpg') top left no-repeat #3C53A3;
}
#div-product {
	text-align: left;
	width: 150px;
	padding: 10px;
	float: left;
}
#div-product ul {
	margin: 20px 0 0 0;
	padding: 0;
}
#div-product ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 6px 0;
}
#div-product ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0;
}
#div-product ul li a:hover {
	color: #ffffff;
	background: none;
}
#div-content {
	text-align: left;
	background: #A0DCFF;
	width: 559px;
	padding: 20px;
	margin-left: 170px;
	border-left: 1px solid #ffffff;
}
#div-footer {
	border-top: 1px solid #ffffff;
	width: 770px;
	clear: both;
	background: #8F213C;
	padding: 0;
	height: 30px;
	margin-bottom: 10px;
	text-align: left;
}
#div-footer p {
	font-size: 10px;
	color: #555555;
	margin-bottom: 0;
	line-height: 14px;
	text-align: left;
	width: 770px;
}
#div-footer p a {
	text-decoration: none;
}
#div-footer p a:hover {
	background: #657E67;
	color: #FFFFFF;
}
p#copyright {
	margin: auto;
	font-size: 10px;
	color: #555555;
	line-height: 14px;
	width: 770px;
	text-align: center;
	padding: 0 0 15px 0;
}
p#copyright a {
	text-decoration: none;
}
p#copyright a:hover {
	background: #8F213C;
	color: #FFFFFF;
}
