
body {
background-color: #C9FBEF;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding-top:10px;
padding-bottom:30px;
padding-right:30px;
padding-left:30px;
}

a {color: #2a5faa;}
a {text-decoration: none;}
a:visited {color:#2a5faa;}
a:hover {color: #564b47;}
a:active { color:#ff0000;}

h1 {
font-size: 11px;
background-image: url(images/bgp2.jpg);
padding:5px 15px;
margin:0px; 
}

h3 {
font-size: 11px;
background-image: url(images/bgp3.jpg);
padding:5px 15px;
margin:0px; 
}

/* ----------container to center the layout-------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-image: url(images/bgp.jpg);
background-repeat: repeat-y;
} 

#banner {
text-align: center;
background-color: #C9FBEF;
padding: 0px;
margin: 0px; 
}

#banner img {padding:0px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
margin-left: 170px; /* color of the left column  */ 
margin-right: 170px; /* color of the right column  */ 
background-color: #fff8dc;  /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:170px; 
 float:left; 
 position:relative; 
 margin-left:-170px; 
 margin-right:1px;

 }
 #right {
 width:100px; 
 float:right; 
 position:relative; 
 margin-right:-100px; 
 margin-left:1px;

 }

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 

}
p {
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right;
} 

.style1 {font-size: 14px}
.style2 {font-size: 9px}
.title {font-size: 50px}
.first {font-size: 32px}
.main {font-size: 18px}
.error {color:#FF0000}
.indent {text-indent: 20pt;}
.style3 {font-size: 24px}

