
body{
background: url(../images/content.jpg) no-repeat fixed;
padding: 0px;
margin: 0px;
}



#home{
background: url(../images/bg.jpg) no-repeat fixed;

}



/*--this is for IE 5.5 and IE 6 --*/
div#overlay {
background: url(../images/overlay.gif) no-repeat; 
position: absolute; 
top: 0px; 
left: 133px; 
width: 1500px; 
height: 200px;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75 
}



/*-- this is for IE 7 and other browsers -- */
body > div#overlay { 
background: url(../images/overlay.gif) no-repeat; 
position: fixed; 
top: 0px; 
left: 133px; 
width: 1500px; 
height: 200px;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75 
}


/*--this is for IE 5.5 and IE 6 --*/
div.menu_container {
position: absolute;
left: 150px;
top: 120px;
width: 600px;
height: 50px;
}



/*-- this is for IE 7 and other browsers -- */
body > div.menu_container { 
position: fixed;
left: 150px;
top: 120px;
width: 600px;
height: 50px;
}



.menu_item{
font-family: times;
font-size: 12px;
letter-spacing: 2px;
color: #c09c23;
border-top: 1px dotted #f6d835;
border-bottom: 1px dotted #f6d835;
text-decoration: none;
margin: 0px 20px 0px 0px;
padding: 2px 0px 2px 0px;

height: 30px;

}

.menu_item:hover{
color: #f6d835;
text-decoration:  none;
}

/*
.left_border{
background: url(../images/left_border.jpg) repeat-y;
position: absolute;
left: 0px;
top: 0px;
width: 133px;
height: 100%;

}

*/

/*--this is for IE 5.5 and IE 6 --*/
div.left_border {
background: url(../images/left_border.jpg) repeat-y;
position: absolute;
left: 0px;
top: 0px;
width: 133px;
height: 1100px;
}



/*-- this is for IE 7 and other browsers -- */
body > div.left_border { 
background: url(../images/left_border.jpg) repeat-y;
position: absolute;
left: 0px;
top: 0px;
width: 133px;
height: 100%;
}



.container{
width: 500px;
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
/*padding-bottom: 100px;
margin-top: 170px;
margin-left: 200px;*/
padding: 170px 0px 100px 200px;;
position: relative;
/*
position: absolute;
top: 170px;
left: 200px;
*/


}


.title{
font-family: times;
font-size: 25px;
margin-bottom: 20px;
font-style: italic;
border-bottom: 1px solid black;
width: 100%;


}

.footer{
font: 10px verdana;
color: #999999;
padding-top: 50px;
padding-bottom: 100px;
text-align: center;
/*border-top: 1px solid #80c453;*/
}

.footer a {
color: #999999;
text-decoration: none;
}

.footer a:hover{
color: #000000;
text-decoration: underline;
}

a  {
color: #6d4110;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: underline;
}



