﻿@charset "utf-8";
/* CSS Document */
@import url("HeaderFooter.css");
@import url("LeftIndex.css");

body
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #ffffff;
	background-color: #1c1c1c;
	margin: 0px;
}

#root
{
	width: 910px;
	margin: auto;
}

#ContentWrapper
{
	background-color: #1e1e1e; 

}

#Content
{
	background: url(../images/Common_Images/Common_ContentCenter.gif) left top repeat-y;
	width: 910px;
	
}

#ContentTop
{
	background: url(../images/Common_Images/Common_ContentTop.gif) left top no-repeat;
	width: 910px;
	height: 6px;
}

#ContentCenter
{
	padding-bottom: 3px;
}

#ContentBottom
{
	overflow: hidden;
}

#ContentLeft
{
	width: 160px;
	float: left;
	background-color: #1e1e1e;
	color: #FFFFFF; 
	margin-left: 10px;
	display: inline;
}

#ContentRight
{
	width: 724px;
	float: right;
	color: #FFFFFF;
	margin-right: 10px;
	display: inline;
}

a:link
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #e69b63;
	text-decoration: none;
}

a:active
{
	font-family: Arial, "宋体";
	font-size: 12px;
	color: #e69b63;
	text-decoration: none;
}

img
{
	display: block;
}

#ContentRightWrapper
{
	background: url(../images/Common_Images/Common_RightCenter.gif) left top repeat-y;
	float: left;
	display: inline;
	margin-top: 2px;
/*	background:#FF0000;*/
	
}

#ContentRightTop
{
	background:url(../images/Common_Images/Common_RightTop.gif) left top no-repeat;
	width:724px;
	height:6px;
}
#ContentRightCenter
{
	padding-left: 10px;
}

#ContentRightBottom
{
	background: url(../images/Common_Images/Common_RightBottom.gif) left top no-repeat;
	width: 724px;
	height: 5px;
	overflow: hidden;
}
