body {
background-color: #cfe18e;
text-align: center;
margin: 0px;
padding: 0px;
background-image: url(images/bg.jpg);
background-repeat: no-repeat; }

#container {
margin: 0px auto;
width: 800px;
}

/********************** Mast ***************************/
#mast {
width: 800px;
margin: 0;
padding: 0;} 


/********************** Menu ***************************/
#menu {
width: 800px;
margin-top: 15px;
margin-bottom: 10px;} 

#menu p, a {
font: bolder 16px Georgia, serif;
line-height: 10px;
text-decoration: none;
color: #000;
}

#menu a {
font: bolder 16px Georgia, serif;
line-height: 10px;
text-decoration: none;
color: #000;
}

#nav a:visited {
color: #000;
}

#menu a:hover {
color: #006707;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;}

#menu li {
display:inline;
margin-left: 15px;
list-style: none;
text-decoration: none;
}

/********************** Main Content ***************************/

#content {
}

#content p, ul, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000;
margin-left: 10px;
text-align: left;
 }

#content li {
list-style-type: disc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000;
 margin: 0px 0px 5px 15px;
 }

#content a, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #006707;
}

#content a:hover{
text-decoration: underline; }

#content h1  { 
font-size: 16px;
line-height: 20px;
font-family: Verdana
color: #000; 
}

 #content h2 { 
font-size: 14px;
line-height: 18px;
font-family: Verdana
color: #000;  }

#content h3  { 
font-size: 12px;
line-height: 16px;
font-family: Verdana
color: #000; }


/********************** Footer ***************************/
#footer {
clear: both;
margin: 0;
padding: 0;
width: 800px;
text-align:center;
border-top: 1px #000 solid;}

#footer h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}

#footer a, a:visited {
	font-weight: bolder;
	color: #4d4b4a;
}

#footer a:hover{
	color:#000000;
}

/********************** Text & Misc ***************************/

img { 
border: 0px;}

