body {
margin: 0; 
padding: 0; 
text-align: center; 
background: url("../images/BG.jpg");
}
img {
border:0px;
}
#Wrapper{
width: 800px; 
margin: 0 auto;
text-align:left;
}
#Header{
float:left;
width:800px;
}
#Logo{
float:left;
width:390px;
}
#Menu{
float:right;
width:360px;
padding-top:15px;
padding-right:30px;
}
#hBG{
float:left;
width:756px;
height:11px;
background-image: url(../images/hBG.png);
background-repeat:no-repeat;
}
#Content{
float:left;
background-color:#ebdaca;
width:756px;
height:auto;
}
#fBG{
float:left;
width:756px;
height:30px;
background-image: url(../images/fBG.png);
background-repeat:no-repeat;
}
#Footer{
float:left;
width:780px;
padding-left:6px;
padding-top:10px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color:#ffffff;
}
/** HOME PAGE **/
#welcome{
float:left;
margin:10px;
width:390px;
color:#3f3f3f;
font-family: Arial;
font-size: 16px;
font-weight: bold;
overflow:hidden;
}
#contact{
float:right;
width:230px;
padding-top:10px;
}
/** GALLERY PAGE **/
#GalleryText{
float:left;
margin:10px;
width:700px;
color:#3f3f3f;
font-family: Arial;
font-size: 16px;
font-weight: bold;
overflow:hidden;
}
#GalleryThumbs{
float:left;
width:750px;
padding-top:20px;
word-spacing:30px;
line-height:60px;
text-align:center;
}
/** LINK STYLES **/
a:link, a:visited {
color:#900; text-decoration: underline;
}
a:hover {
color: #900;text-decoration: none;
font-weight: bold;
}
/** HEADING/BULLET STYLES **/
.head1{
font-size:36px; font-weight:bold;
color:#5e4510;
}
.head2{
font-size:26px; font-weight:bold;
color:#3f3f3f;
}
.head3{
font-size:22px; font-weight:bold;
color:#5e4510;
}
#bullets{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#bullets li{
background: url("../images/bullet.png");
background-repeat: no-repeat;
padding-left: 25px;
}