/* CSS Document */

a, a:hover, a:visted {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#006600;
}

body{
text-align: center;
margin-top: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-color: #f2f2f2;
}

.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
text-decoration:none;
}

#container{
margin: 0 auto;
border: 0px solid #cc0000;
width: 800px;
height: 559px;
}

#main_body {

margin: 0 auto;
background-color:#FFFFFF;
width: 800px;
border: 1px solid #6f706e;
background-image:url(../images/backgroung-2.jpg);
background-repeat: no-repeat;
text-align:left;
}

#header{
margin: 0 auto;
width: 800px;
height: 10px;
text-align:right;
border-left: 0px #000000 solid;
border-right: 0px #000000 solid;
padding-right: 5px;
padding-bottom: 5px;
}
#page_header{

margin: 0 auto;
float: left;
background-color:#FFFFFF;
width: 800px;
height: 100px;
border-bottom: 1px solid #6f706e;
border-left: 1px solid #6f706e;
border-right: 1px solid #6f706e;
border-top: 1px solid #6f706e;
background-image:url(../images/page_header.jpg);
background-repeat: no-repeat;
text-align:left;
}

#nav 
{
width: 100%;
float: left;
text-align: center;
margin: 0 auto;
background-image: url( ../images/backgroundgrad.jpg);
font-size: 0px;
border-top: 1px solid #6f706e;
border-right: 1px solid #6f706e;
border-left: 1px solid #6f706e;
}
	

#nav ul {
  padding: 0;
  list-style: none;
  margin-left: 5px;
}		 

#nav ul li {
  display: inline;
  list-style: none;
  float: left;
  text-align: center;
  font-size: 0px;
  padding: 0px 10px 0px 10px;
}	
		 
		
#footer{
width: 800px;
height: 20px;
border-bottom: 1px solid #6f706e;
border-right: 1px solid #6f706e;
border-left: 1px solid #6f706e;
border: 1px solid #6f706e;
text-align: center;
color: #FFFFFF;
background-color:#474747;
vertical-align: middle;
background-image:url(../images/footer.jpg);
background-repeat: no-repeat;
background-position:right;
float: left;
}

#bottom{
width: 800px;
height: 20px;
text-align: right;
color: #000;
background-color:#fff;
vertical-align: middle;
float: left;
}

#frontpage_text{
width: 500px;
text-align:left;
margin-left:10px;
margin-top:10px;

}

#page{

width: 800px;
text-align:left;
margin: 0px;
border-right: 1px solid #6f706e;
border-left: 1px solid #6f706e;
border-top: 0px solid #000000;
background-image:url(../images/page_back.jpg);
background-repeat: no-repeat;
vertical-align:top;
padding-top: 20px;
float: left;
background-color: #fff;

}

#page_text{
width: 600px;
text-align:left;
margin-left:10px;
margin-top: 0px;
padding-bottom: 15px;
float: left;

}


#bottom_text{

}

.header {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #173713;
}