body {
background-color: white;
color: #5f5850;
padding:0px;
margin:0px;
	font: .75em Georgia, "Times New Roman", Times, serif;
}
 

/* ----------left side menu column controls----------------- */

a {
	color: #807669;
	font: .65em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 5px;
	word-spacing: 5px;
	text-decoration: none;
}
a:visited {color: #69c;
	text-decoration: none;
}

/* My Comment */
a:hover {color: #cecc99;}
a:active { color:#000000;}
/* ----------menu bar text color controls in banner section----------------- */
h1 {
font-size: 1em;
text-transform:uppercase;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px;
	color: #69c;
	border-style: none;
}
h2 {
font-weight: normal;
padding: 5px 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 1.5em;
	color: #69c;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
width: 500px;
padding:0px;
	background-color: #d6cfac;
	margin: 20px auto 0px;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
margin: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-style: none;
}

#banner img {
	padding: 10px 0px;
} 

/* ----------outer and inner----------------- */

#outer{ 
border-left: /* color of the left column  */ 
border-right: /* color of the right column  */ 
background-color: #ffffff;
} 

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

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

/* -----------------content--------------------- */ 
#content{ 
margin: 50px 0px 0px;
}

#content2{ 
margin: 50px 0px 0px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
}
p {
padding: 5px 10px;
margin:0px; }

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

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
margin:0px;
text-align: center;
	font: normal .5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	letter-spacing: 5px;
	padding: 80px 35px 35px;
} 