body {
	color: #990000;
	background-color:#990000; 
}

#main {
	width:1020px;
	/*height: 700px; */
}

#left {
   float: left;
	width: 150px;
	background-color: #990000;
}

#header_left {
  background-image: url(../images/china/header_left.jpg);
  width: 100%;
  height: 186px;
}

.menu_catalog {
	font-size: 13px;
	width: 140px;
	background-image: url(../images/left_menu_bkgr.jpg);
	 /*padding-right: 10px;*/
}

.menu_catalog_selection {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #be0101;
}

a.a_add_product:link {
	color: #990000; font-size: 11px; font-weight: bold; text-decoration: none;
}
a.a_add_product:visited {
	color: #990000; font-size: 11px; font-weight: bold; text-decoration: none;
}
a.a_add_product:hover { 
	color: #990000; font-size: 11px; font-weight: bold; text-decoration: none;
}
a.a_add_product:active {
	color: #990000; font-size: 11px; font-weight: bold; text-decoration: none;
}

#main_menu {
	float: right;
	background-image: url(../images/yellow.jpg);
	height: 18px;
	width: 360px;
	padding: 0px;
	margin-top:101px;
}

#main_menu a {
  font-size: 15px;
  text-decoration: none;
  color: #990000;
  height: 100%;
  display: block;
  float: left;
}

#main_menu ul {
	margin: 0px;
	list-style: none;
	padding: 0 0 0 0;
}

#main_menu li {
	display: inline;
}

#center {
   float: left;
	width:850px;
	height: 100%;
}

#header {
	background-image: url(../images/china/header.jpg);
	height: 120px;
	background-repeat: no-repeat;
}

#login {
  float: left;
  width: 550px;
  height: 100px;
  border-bottom:thin solid black;
  background-color: White;
}

#login_left {
  float: left;
  width: 100px;
  height: 100px;
  background-image: url(../images/china/center_left.jpg);
  background-repeat: no-repeat;
  background-color: white;
}

#login_center {
  float: left;
  width: 450px;
  height: 30px;
  background-image: url(../images/yellow.jpg);	
  font-size: 20px;
}

#login_right {
   float: right;
   width: 100px;
	height: 30px;
}

.input_user {
	width: 100px;
	height: 13px;
	border: solid 1px #000000;
	font-size: 11px;
	background-color: #ffffff;
}

#content {
  clear:both;
  float: left;
  width: 650px;
  background-color: White;
}

.pages {
	font-size:16px;
	color: #990000;
	text-decoration:none;
}

.current_page {
	font-size:16px;
	color: #6495ED;
	text-decoration:none;
}

#content_right {
  float: right;
  width: 193px;
  background-color: #990000;
}

#footer {
	 clear: both;
}