body {
	background: #e1ddd9;
	background-image:url(../images/BGfull.jpg);
	color: #535353;
	padding: 0px;
	margin: 0px;
	background-position: center;
	font: 11px, verdana, arial, helvetica, sans-serif;
}

a {
	color: #333333;
	line-height: 1.5;
}
a:visited {color:#C62027;}
a:hover {color: #C62027;}
a:active { color:#681E01;}


img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 700px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	/*background-image: url(../images/topbigBG.jpg);*/
	text-align: center;
}

#banner img {} 

/* ----------outer and inner----------------- */
#outer{
	/*background-image: url(../images/mid_bigBG.jpg);*/
	padding-left: 200px;
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	width:175px;
	float:left;
	position:relative;
	margin-left:-185px;
	margin-right:1px;
 }

/* -----------------content--------------------- */
#sitecontent { 
position: relative; 
margin: 0px; }

p{
	padding: 5px 10px 10px;
	margin:0px;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	margin:0px;
	text-align: center;
	background-image: url(../images/bottomBG.jpg);
	height: 158px;
	background-repeat: repeat-x;
	background-color: #87837D;
} 
