
body {
margin : 0;
padding : 0;
font : 73% tahoma, helvetica, "Trebuchet MS", arial, sans-serif;
line-height : 1.7em;
color : black;
background : white;
}
#header {
height : 200px;
margin : 0 0 0 200px;
width : 1280px;
color : #000;
background : white url(images/banner.jpg) no-repeat;
}
.container { width: 1280px; margin: auto; padding: 20px 0 0 0; border-top: 5px solid #eee;background : white; }
#navcontainer ul {
text-align : center;
font-size : 18px;
font-style:bold;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-left : 0;
background : pink;
color : #fff;
width : 1280px;
line-height : 18px;
}
#navcontainer ul li {
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
}
#navcontainer ul li a {
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : black;
text-decoration : none;
border-right : 1px solid #fff;
}
#navcontainer ul li a:hover {
background : white;
color : #72522c;
}
#navcontainer #active {
border-left : 1px solid #fff;
}
#gutter {
float : left;
width : 100px;
height : 1px;
}
#col1 {
float : left;
width : 650px;
margin: auto;
padding-right : 3%;
}
#col2 { background : url(images/img2.jpg) no-repeat bottom right;
float : right;
width : 400px;
margin-left : 1%;
margin-bottom : 1em;
padding-right : 0.5%;
}

#footer {
clear : both;
height : 50px;
margin: auto;
width : 1280px;
padding : 5px;
border-top : 10px solid #72522c;
text-align : left;
background : #bfa280;
color : #000;
}
h1 {
margin : 0;
padding : 0em;
font-size : 200%;
letter-spacing : 5px;
color : green;
background : transparent;
}
h2 {
margin-top : 5px;
padding : 0.5em 0 0 0.5em;
text-transform : uppercase;
letter-spacing : 5px;
font-size : 140%;
color : #72522c;
background : transparent;
}
h3 {
margin : 20px 0 0 30px;
padding : 0.5em 0 0 0.5em;
text-transform : none;
letter-spacing : 5px;
font-size : 140%;
color : #72522c;
background : transparent;
}
h4 {

text-transform : none;
text-align : left;
letter-spacing : 5px;
font-size : 15px;
color : black;
background : transparent;
}


a {
text-decoration : underline;
color : #72522c;
background : inherit;
}
a:hover {
text-decoration : none;
color : #000;
background : inherit;
}
a img {
border : 0;
}
#gallery {
height : 600px;
margin-left : 20px;
}
#gallery img {
float : left;
padding : 10px;
}
.clear {
clear : left;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}


/*TOP SCROLLBAR*/

#scroll {
overflow : auto;
height : 300px;
width : 75%;
padding : 1em;
color : black;
background : inherit;
border : 1px solid #aaa;
margin : 0px;
}
