/* *** design by guiyi *** */

html {
overflow: scroll;
overflow-x: hidden;
overflow-x: auto !important;
}

body {
background-image:url(images/bg_nav_left.gif);
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
margin:0px;}

/* ----------container to center the layout---------- */
#container {
width: 960px;
height: 1136px;
padding:0px;
margin: 0px;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
width:960px;	
height: 86px;	
text-align: right;
padding: 0px;
margin: 0px; }

#logo {
width:142px;
height:86px;
float:left;
background-color:#333;
}

#top-x {
width:480px;
height:86px;
float:left;
background-image:url(images/bg_nav_left.gif);
}

#tit-x {
width:60px;
height:86px;
float:right;
background-image:url(images/tit_x.gif);
}

#top-q {
width:480px;
height:86px;
float:left;
background-image:url(images/bg_nav_left.gif);
}

#tit-q {
width:65px;
height:86px;
float:right;
background-image:url(images/tit_q.gif);
}

/* ----------outer and inner----------------- */
#outer{ 

background-color: #ffffff; /* color of the content column */
 } 

/* --------------left navi------------- */
#left {
 width:142px; 
 height:1051px; 
 float:left;  
 margin-right:0px;
 background-image:url(images/bg_nav_left.gif);
 background-color:#000;
 }

#x-news {
 width:480px;
 height:1050px;
 background-image:url(images/bg_nav_left.gif); 
 float:left;
} 

#q-news {
 width:480px;
 height:1050px;
 background-image:url(images/bg_nav_left.gif); 
 float:left;
}

/* -----------------content--------------------- */
#content{ 
margin: 0px; }




/*  ----------------footer---------------------- */ 
#footer {
width: 960px;
height: 20px;
background-image:url(images/copyright.gif);
clear:left;
padding:0px;
margin:0px;
text-align: right; } 