* {
padding: 0;
margin: 0;
}

html, body  {
height: 100%;
margin: 0;
padding: 0 0 0 0;
}

html {
width: 100%;
background-color: #FFFFFF;
}

body {
font-family: arial, verdana, sans seriff;
font-size: 14px;
width: 850px;
position: relative;
left: 50%;
margin-left: -425px;
}

.wrapper { 
background: url('./images/main_bg.jpg') repeat-y;
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -41px; 
}

.footer, .push { 
height: 41px;
}

.footer {
background: url('./images/bottom_bg.jpg') no-repeat;
color: #000000;
text-align: center;
font-size: 12px;
}

.footer a {
color: #000000;
}

#content {
width: 850px;
}

#top  {
background: url('./images/top_bg.jpg') no-repeat;
height: 175px;
width: 850px;
}

#menu ul {
margin-left: 38px;
}

#menu ul li {
list-style-type: none;
background: url('./images/menu_bg.jpg') no-repeat;
width: 209px;
height: 48px;
padding: 3px 0 0 15px;
font-size: 18px;
color: #019F54;
font-weight: bold;
}

#menu ul li a {
font-size: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}

#left_gallery {
margin-left: 38px;
}

#txt_area {
text-align: left;
margin-left: 15px;
width: 520px;
margin-top: 10px;
margin-bottom: 10px;
}

#txt_area a {
color: #019F54;
}

#txt_area a:hover {
color: black;
}

h2 {
font-family: century gothic;
font-size: 25px;
font-weight: normal;
color: #019F54;
margin-bottom: 15px;
}

p {
margin-bottom: 15px;
}

#da_box {
float: right;
width: 160px;
text-align: center;
border: 1px solid #6F6F6F;
padding: 5px 5px 5px 5px;
background-color: #B1C53F;
}
