@charset "utf-8";
/* CSS Document 
COLORS
main background dark green #766A2B
main border lighter green #ACA034
orange links #C36128

*/
body {font:12px Verdana, Arial, Helvetica; margin: 0 0 10px 0;}

#box1 a, #box2 a, #box3 a {color: #9C2920; text-decoration:none;}
#box1 a, #box2 a, #box3 a {color: #74271B;}  


#container1 {
width: 1000px;
text-align: center;
background-image: url(../images/flowers.gif);
background-position:left 20%; 
background-repeat: no-repeat;
margin: auto;
overflow: auto;
}

#container2{
width: 788px;
margin: auto;
overflow:auto;
}

#box1 img, #box3 img{
margin-left: 20px; 
padding: 5px; 
background-color: #E6E6E6;
border: 1px solid #808080;
}

#masthead {
background-image:url(../images/masthead.gif);
height: 155px;
background-repeat: no-repeat;
text-indent: -9000px;
background-position: 5% 100%;


}
 
#navigation {
float: right;
margin-right: 10px;
}

#container3{
margin: auto;
overflow: auto;
text-align: center;
width: 780px;
border-left: 4px solid #ACA034; 
border-right: 4px solid #ACA034;
background-color: #766A2B;
background-image:url(../images/background.gif);
background-repeat:no-repeat;
background-position: right bottom;}

#container3_top{
background-image: url(../images/main_top.gif);
background-repeat: no-repeat;
width: 788px;
height: 21px;
clear: both;
}

#container3_bottom{
background-image: url(../images/main_bottom.gif);
background-repeat: no-repeat;
width: 788px;
height: 21px;
clear: both;
}

#box1 p, #box3 p , #box4 p{
padding: 10px 40px 10px 25px;
}

#box1 {
width: 444px;
background-image:url(../images/box.gif); background-repeat:repeat-y;
text-align: left;
margin-left: 10px;
float: left;
}

#box1_bottom{
background-image: url(../images/box_end.gif);
background-repeat: no-repeat;
width: 444px;
height: 31.183px;
}
#box1_top{
background-image: url(../images/box_top.gif);
background-repeat: no-repeat;
width: 444px;
height: 19.608px;
}

#box2 {
background-image:url(../images/box2.gif); 
background-repeat:repeat-y;
width: 316.315px;
float: right;
text-align: left;
}

#box2 p{
padding: 10px 35px 10px 25px;
}

#box2_top{
background-image: url(../images/box2_top.gif);
background-repeat: no-repeat;
width: 316.315px;
height: 19.608px;
}
#box2_bottom{
background-image: url(../images/box2_end.gif);
background-repeat: no-repeat;
width: 316.315px;
height: 24.173px;
}

#box3 {
width: 444px;
background-image:url(../images/box.gif); background-repeat:repeat-y;
text-align: left;
margin-left: 10px;
float: left;
}

#box3_bottom{
background-image: url(../images/box_end.gif);
background-repeat: no-repeat;
width: 444px;
height: 31.183px;
}
#box3_top{
background-image: url(../images/box_top.gif);
background-repeat: no-repeat;
width: 444px;
height: 19.608px;
}
 
 #box4 {
width: 700px;
background-image:url(../images/box4.gif); background-repeat:repeat-y;
text-align: left;
margin-left: 10px;
float: left;
}

#box4_bottom{
background-image: url(../images/box_end.gif);
background-repeat: no-repeat;
width: 700px;
height: 31.183px;
}
#box4_top{
background-image: url(../images/box4_top.gif);
background-repeat: no-repeat;
width: 700px;
height: 19.608px;
}

.header_left{
background-image: url(../images/header.gif);
color: #FFFFFF;
height: 44.5px; 
padding-top: 10px;
background-repeat: no-repeat;
text-indent: 15px;
font-size:20px;
margin-left: 15px;
}

.header_right{
background-image: url(../images/header2.gif);
color: #FFFFFF;
height: 44.5px; 
padding-top: 10px;
background-repeat: no-repeat;
text-indent: 15px;
font-size:20px;
width: 268.9px;
float: right;
margin-right: 35px;
}

#footer {clear: both; 
text-align:center;
font-size: 10px;
color: #C36128;
margin-top: 10px;
}
#footer a {
text-decoration:none;
color: #9C2920;
}
#footer a:hover {
color: #74271B;
}

