/* CSS Document */
* { 
    margin: 0; 
}
body {
margin: 0px;
padding: 0px;
text-align:center;
font-family: verdana, arial, tahoma, sansSerif;
color:#333333;
font-size:12px;
background:#6E0717 url(img/table_background.jpg) repeat-y top center;
scrollbar-3dlight-color: #6E0718;
 scrollbar-base-color: #6E0718;
 scrollbar-highlight-color: #6E0718;
 scrollbar-track-color: #E5E5E5;
 scrollbar-arrow-color: #6E0718;
 scrollbar-darkshadow-color: #6E0718;
 scrollbar-face-color: #E5E5E5;
 scrollbar-shadow-color: #6E0718;
}
html, body { 
    height: 100%; 
}
#main_wrapper {
background:url(img/body_img.jpg) no-repeat top center;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -39px;
}

#wrapper{
width:998px;
margin: 0 auto;
text-align:left;
background:url(img/table_background.jpg) repeat-y top left;
}
#title {
padding: 8px 0px 0px 50px;
}
h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
}
h1 {
font-size:18px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
a {
color:#6E0717;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#666666;
}
#content {
margin: 15px 40px 0px 50px;
}
.footer, .push { 
    height: 39px;
	font-size:10px;
}
.footer {
background:url(img/footer_img.jpg) no-repeat top center;
}
.footer_text {
padding-top:13px;
}
#topinfo {
padding:20px 40px 0px 0px;
text-align:right;
font-size:11px;
}
.gallery_container {
scrollbar-3dlight-color: #6E0718;
 scrollbar-base-color: #6E0718;
 scrollbar-highlight-color: #6E0718;
 scrollbar-track-color: #E5E5E5;
 scrollbar-arrow-color: #6E0718;
 scrollbar-darkshadow-color: #6E0718;
 scrollbar-face-color: #E5E5E5;
 scrollbar-shadow-color: #6E0718;
}