body {
 font-family: Georgia;
 background-color: #2b4e10;
}
* {
	margin:0;
	padding:0
}
a {
 color: #afa793;
 text-decoration: none;
}


p {
font-family: Georgia;
font-size: 13px;
color: white;
line-height: 120%;
margin-top: 10px;
}
body, html {
 height:100%;
}
#wrapper {
 height: 100%;
 margin:0 auto;
 background-color: #2b4e10;

}

#topbox {
 height: 78px;
 background-image: url(../images/main_01.jpg);
}
#menu-top {
 height: 36px;
 background-image: url(../images/main_02.jpg);
 background-repeat: repeat-x;
}
#banner {
 height: 181px;
 background-color: #f7f2e5;
 text-align: center;
 border:5px solid #4a6c00;
 border-left: 0;
 border-right: 0;
 border-top: 0;

}
#pictures {
 text-align: center;
 background-color: #f7f2e5;

 
}
#tagline {
 height: 80px;
 background-color: #f7f2e5;
 border:5px solid #4a6c00;
 border-left: 0;
 border-right: 0;
 border-bottom: 0;
}
#grand {
 height: 112px;
 background-image: url(../images/main_07.jpg);
 text-align: center;
}
#footer {
 height: 84px;
 background-color: #2b4e10;
}
.big-logo {
 padding-top: 20px;
}
.bootlegH {
 font-size: 36px;
 font-family: Georgia;
 color: white;
 margin-bottom: 10px;
}