/* *** design by guiyi *** */

body {
background-color: #000;
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: 142px;
height: 1137px;
padding:0px;
margin: 0px;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
width:142px;	
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/top_x.gif);
background-color:#3399CC;
}

#top-q {
width:480px;
height:86px;
float:left;
background-image:url(images/top_q.gif);
background-color:#FCA605;

}
/* ----------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:1051px;
 background-image:url(images/bg_x.gif);
 background-color:#6CF;
 float:left;
} 

#q-news {
 width:480px;
 height:1051px;
 background-image:url(images/bg_q.gif);
 background-color:#FFCC33;
 float:left;
}

/* -----------------content--------------------- */
#content{ 
margin: 0px; }




/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 
