/* CSS Document */

body{
margin:0px;
background: #ffffff;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:13px;
line-height:19px;
}

#wrapper{
width: 1000px;
margin-left:auto;
margin-right:auto;
}

#inner{
height: 525px;
padding: 30px;
color:#7f7f7f;
}

#inner a{
text-decoration: none;
color: #7f7f7f
}

#inner a:hover{
text-decoration: underline;
color: #7f7f7f
}

.bigtxt{
font-size: 1.1em;
font-weight:bold
}


#footer{
background: #ffb300 url(images/footerback.jpg);
background-repeat: repeat-y;
height: 10px;
width: 100%;
background-position: center;
}

#footer-about{
background: #ffb300 url(images/footerback-about.jpg);
background-repeat: repeat-y;
height: 10px;
width: 100%;
background-position: center;
}




ul.mainnav{
list-style: none;
margin-left: 0px;
line-height:22px;
}

.style4 {
color: #ffb300;
font-size: 1.2em;
font-weight:bold;
}

.style5 {
color: #ffb300;
font-size: 1.3em;
font-weight:bold;
}

