body {
background-color: rgb(255, 248, 175);
background-image:url(bg002.gif);
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:rgb(0,0,0);

padding:20px;
margin:0px;
}


/* LINKS */

a:link {
color: rgb(51,102,155);
font-weight:bold;
text-decoration:none;
}

a:visited {
padding:2px;
color: rgb(51,102,155);
font-weight:bold;
text-decoration:none;
}

a:hover {
padding:2px;
color: rgb(51,102,155);
font-weight:bold;
text-decoration:none;
border-bottom:3px solid red;
}

a:active {
padding:2px;
color: rgb(51,102,155);
font-weight:bold;
text-decoration:none;
}

/* MENU LINKS */


#left a:link{
display: block;
padding:2px;
background-color:rgb(51,102,152);
color:rgb(255, 248, 175);
font-weight:bold;
text-decoration:none;
}



#left a:visited {
display: block;
padding:2px;
background-color:rgb(51,102,152);
color:rgb(255, 248, 175);
font-weight:bold;
text-decoration:none;
}

#left a:hover {
display: block;
padding:2px;
background-color:rgb(51,102,255);
color: rgb(255, 255, 255);
font-weight:bold;
text-decoration:none;
border-bottom: 0px;
}

#left a:active {
display: block;
padding:2px;
background-color:rgb(51,102,255);
color:rgb(255, 248, 175);
font-weight:bold;
text-decoration:none;
}



h1 {
font-size:12px;
color: rgb(255, 248, 175);
text-transform:uppercase;
background-color: rgb(255,255,204);
background-image:url(bg002.gif);
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h3 {
font-size: 10px;
color: rgb(255, 255, 255);
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

i {
color: rgb(11, 11, 11);
}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:40px;
margin:0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
background-color: rgb(255,255,204);
padding: 0px;
margin: 0px;
background-image:url(bg002.gif);
}

#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 214px rgb(51,102,155);  /* color of the left column  */ 
background-color: rgb(255,255,204); /* color of the content column */

 } 

#inner{
margin:0px; width:100%;
background-color: rgb(239,239,239); /* color of the content column */
} /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:200px;

 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;

 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px; }

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right;
} 
