html, body {
   margin : 10px 0 10px 0;
   padding : 0;
}

body {
   font : 13px Verdana, sans-serif;
   color : #333333;
   background : #879796;
   width : 100%;
}


A:link {
   color : #990000;
   background : transparent;
   text-decoration : none;
   font-weight: bold;
} 
A:visited {
color : #333; 
background-color: #cadfff;
background-color : transparent;
height : 0; 
text-decoration : underline; 
} 
A:hover {
color : blue; 
background-color: #ffC10E;
text-decoration : dotted; 
border-left-width:3px;
border-left-color:white;
border-left-style:solid;
border-right-width:3px;
border-right-color:white;
border-right-style:solid;
border-top-width:3px;
border-top-color:white;
border-top-style:solid;
border-bottom-width:3px;
border-bottom-color:white;
border-bottom-style:solid;
   text-decoration : underline;
} 


a:active {
   color : #333;
}

h2 {
   text-align : center;
   margin : 1em 0.5em 0.5em 0.5em;
   color: #879796;
   font-size: 140%;
}

img {
   border : none;
}

#wrap {
   margin : 0 auto;
   width : 748px;
   background : url(images/bg3.jpg) repeat-y;
}

#header {
   background-image : url(images/119.jpg);
   background-repeat : no-repeat;
   margin : 0;
   height : 148px;
   width : 748px;
}
#header h1 {
	color: #990000;
	margin: 0;
	padding: 55px 0 0 5px;
	text-align: center;
	font-size:350%;
}

#content {
   margin : 0 15px 0 15px;
   padding : 5px;
}

#content p {
   margin : 0 0 6px 205px;
   text-align : justify;
 }

#left {
   float : left;
   width : 175px;
   margin : 1.75em 0 0 0;
   padding :0;

}

#left p {
   margin : 1.2em 0.5em 1.2em 0.5em;
   font-size : 90%;
}
#left h2 {
	margin : 0;
	color: #879796;
	text-align: center;
	font-size : 130%;
}

 #nav {
   margin: 0;
   width:746px;
   background : #FFC10E;
   border-bottom : 1px solid #FFC10E;
   border-top: 1px solid #FFC10E;
   border-left : 1px solid #FFC10E;
   border-right : 1px solid #FFC10E;
   height:20px;
}

#nav ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

#nav li {
   display : block;
   float : left;
}

#nav li a {
   color : #444;
   display : block;
   width : 112px;
   text-decoration : none;
   background : #FFC10E;
   padding : 2px 5px;
   border-left : 1px solid #879796;
   border-bottom : 1px solid #879796;
   border-top: 1px solid #879796;
   border-right : 1px solid #879796;
}

#nav ul li a:hover {
   color : #879796;
   background : #FF9E0F;
}

#nav a:active	{
   background : #879796;
   color : #879796;
}

#special {
   border-right : 1px solid #879796;
}


#footer {
   margin : 0;
   padding : 0;
   clear: both;
   height:50px;
   background: url(images/119a.jpg) no-repeat;
   text-align:right;
   border-top: 1px solid #879796;
}
#footer p {
	padding: 5px 10px 0 0;
	font-size: 80%;
{


