/* CSS Document */
body {
background-color: #f4f2e6;
font-size: 10px;
line-height: 16px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#68675c;
padding:0px;
margin:0px;
}
a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: #000000;}
a:active { color:#000000;}

h1 {
font-size: 10px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
background: url(../images/css_body_center.gif) repeat-y top center;
width: 802px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #f4f2e6;
padding: 0px;
margin: 0px; }

#banner img {padding:0px 0px;} 

/* ----------outer and inner----------------- */

#outer{
margin: 0px 120px;
/*border-left: solid 120px #f4f2e6;  color of the left column  */ 
/*border-right: solid 120px #f4f2e6;  color of the right column  */ 
/*background-color: #f4f2e6;   color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:120px; 
 float:left; 
 position:relative; 
 margin-left:-120px; 
 margin-right:1px;
 }
 #right {
 width:120px; 
 float:right; 
 position:relative; 
 margin-right:-120px; 
 margin-left:1px;
 }
 .contentBox {
	float: right;
 	width: 270px;
	line-height:16px;
 }
 .contentBox2 {
 	float:left;
 	width: 190px;
 }
  .contentBox3 {
 	float:right;
 	width: 380px;
 }
  .contentBox4 {
	line-height:16px;
 }
 

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
}
#subnav {
	margin:0px;
	padding: 0px;
}
#subnav ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}
#subnav ul li{
	margin:0px;
	padding: 0px;
	display: inline;
}
p {
padding: 5px 5px 5px 0px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

.clear {
	clear: both;
}

/*  ----------------footer---------------------- */ 
#footer {
font-size: 1px;
background: url(../images/css_footer.gif) no-repeat top center;
clear:left;
padding:40px 0px;
margin:0px;
text-align: right; } 