/* CSS Document */

body {
background:url(images/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
font-family: Georgia, "Times New Roman", times, serif;
font-size: 1em;
line-height: 1.3em;
color: #37230C;
margin-top: 0px;
background-color:#290800;
}
h1 {
font-size: 1.2em;
color: #000000; 
font-weight: normal;
}
h2{
font-size: 1.2em;
color: #000000; 
font-weight: normal;
line-height: 10px;
margin-top: 0;
}
h3{
font-size: 1.2em;
color: #000000; 
font-weight: normal;
line-height: 10px;
margin-top: 0;
padding: 6px 0 6px 6px;
background: #CECECD;
}
p{
margin-top: 0;
}
a, a:visited {
color:#C95923;
}
a:hover {
color:#FD702B;
}
#container {

width: 960px;
margin: auto;
}
#logo {
width: 960px;
height: 219px;
}
#menu {
clear:both;
width: 960px;
}
#menu .item {
float: left;
}
#main {
clear:both;
width: 918px;
margin: 0 0 0 26px;
background-image:url(images/bg_main.jpg);
background-repeat:repeat-y;
}
#home_left {
float: left;
width:420px;
padding: 0 0 0 60px;
}
#home_right {
float: left;
width:388px;
padding: 0 50px 0 0px;
}
#home_deco_top {
width:385px;
}
#home_right_text {
width:355px;
padding: 15px 15px 0 15px;
}
#home_deco_bottom {
width:385px;
padding-top:15px;
}
#secondary_left {
float: left;
width:520px;
padding: 0 0 0 60px;
}
#events {
float: left;
width:500px;
padding: 0 20px 0 60px;
}
#secondary_left_with_text {
float: left;
width:500px;
padding: 0 20px 0 60px;
}
#secondary_full {
float: left;
width:785px;
padding: 0 0px 0 60px;
}
#secondary_right {
float: left;
width:288px;
padding: 0 50px 0 0px;
}
#secondary_deco_top {
width:285px;
}
#secondary_right_text {
width:265px;
padding: 15px 10px 0 10px;
}
#secondary_deco_bottom {
width:285px;
padding-top:15px;
}
#footer {
clear:both;
width: 860px;
padding: 50px 50px 120px 50px;
font-size: .7em;
line-height: 1.6em;
text-align:center;
color: #37230C;
background-image:url(images/bg_footer.jpg);
background-repeat:no-repeat;
}
#footer a, #footer a:visited {
text-decoration: none;
color: #37230C;
}
#footer a:hover {
text-decoration: none;
color: #96652C;
}
.clear{clear: both;}




