.container {
	width: 910px;
	text-align: left;
	margin: auto;
	margin-top: 10px;
}

.header {
	overflow: auto;
}

.menu-content {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #182a7a;
	border-bottom: 1px solid #182a7a;
	overflow: auto;
}

.menu {
	margin: 10px;
	overflow: auto;
}

.menu li {
	display: inline;
	padding-left: 12px;
	font-weight:bold;
	white-space: nowrap;	
}

.content {
	margin-top: 10px;
	margin-bottom: -10px;
	background-image: url(/assets/navi.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #FFFFFF; /*IE bug*/
}

.left-menu
{
	width: 200px;
	float: left;
	background-image: url(/assets/navi_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.left-menu div
{
	margin-top: 15px;
	margin-left: 10px;
	
}

.left-menu a 
{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}

.right {
	width: 700px;
	float: left;
}

.right-banner {
	margin-left: 10px;
	width: 695px;
	overflow: hidden;
}

.right-content {
	margin-left: 10px;
	margin-bottom: 10px;
}

.footer
{
	border-left: 1px solid #FFFFFF;/*IE bug*/
}

.footer div {
	float: left;
}

.footer-left 
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width:200px;
	background-color: #e11f27;
}

.footer-left a
{
	color: #FFFFFF;
	font-weight: bold;
}

.footer-right {
	padding: 10px;
	text-align: center;
	font-size: 9px;
	color: #666666;
	width: 670px;
	margin-left: 10px;
}

.links
{
	margin-left: 0;
	padding-right: 20px;

}

.links p {
	font-size: 14px;
	color: #FFFFFF;
}

.links div
{
	margin-left: 0;
	/*border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;*/
}

.links a
{
	color: #CCCCCC;
}

.links a strong
{
	color: #FFFFFF;
}

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