/* CSS Document */

body{
font:Geneva, Arial, Helvetica, sans-serif;
font-size:80%;
background-color:#FFF0E6;
}
img{
border:0;}
#container{
width:761px;
margin:auto;
}

#top{
background-image:url(../images/top.jpg);
background-repeat:no-repeat;
height:149px;
}
#topleft{
padding-top:5px;
padding-left:10px;
float:left;
width:244px;
}

#topmiddle{
float:left;
width:255px;
text-align:center;
}

#topright{
float:right;
padding-top:5px;
padding-right:10px;
}

#topmiddle h1{
color:#FF6B01;
padding:0;
margin:0;
font-size:190%;
margin-top:40px;
margin-left:30px;
}

#bottom{
background-image:url(../images/bottom.jpg);
background-repeat:no-repeat;
height:315px;
}

#buttons{
text-align:center;
padding-top:50px;

}

.nav{
margin-left:20px;
float:left;
}

#footer{

}

#footerleft{margin-top:90px;
margin-left:15px;
float:left;
color:#FF6B01;
}

#footerright{margin-top:80px;
margin-right:15px;
float:right;
}

#footerleft2{margin-top:20px;
margin-left:15px;
float:left;
color:#FF6B01;
}

#footerright2{margin-top:10px;
margin-right:15px;
float:right;
}

#footerleft a{

color:#FF6B01;
text-decoration:none;
}

#footerleft a:hover{
color:#FF6B01;
text-decoration:underline;
}

#footerleft a:visited{
color:#FF6B01;
text-decoration:none;
}

#footerleft2 a{

color:#FF6B01;
text-decoration:none;
}

#footerleft2 a:hover{
color:#FF6B01;
text-decoration:underline;
}

#footerleft2 a:visited{
color:#FF6B01;
text-decoration:none;
}

#text{
padding:25px 10px 0 10px ;
margin:0;
text-align:center;



}

#text h1{
color:#FF6B01;
padding:0;
margin:0;
font-size:190%;
}

.bigger{
font-size:120%;
}

.smaller {
font-size:60%;
color:#999999;
}