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

body {
text-align: center;
background: white;
}

body, td {
font-family: arial, verdana, sans-sarif;
font-size: 14px;
line-height: 130%;
color: black;
}

input {
color: black;
}

a {
color: #383327;
}

#content {
text-align: center;
min-height: 100%;
width: 100%;
background: url('./images/mainbg.jpg') repeat-y center;
margin: auto;
position: relative;
}

* html #content {
height: 100%;
}

#top {
min-height: 200px;
background: url('./images/topbg.jpg') repeat-x;
}

#footer {
width: 100%;
height: 75px;
background: url('./images/bottombg.jpg') repeat-x;
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
}

#footer a {
text-decoration: none;
color: black;
}

#footer a:hover {
color: white;
text-decoration: underline;
}

#leftpic {
position: relative;
left: 50%;
margin-left: -400px;
margin-top: 20px;
height: 365px;
width: 212px;
background: url('./images/leftbg.jpg') no-repeat;
text-align: left;
}

* html #leftpic {
left: 0%;
margin-left: -580px;
}

.leftmenu {
text-align: left;
list-style: none;
margin-left: -30px;
}

*html .leftmenu {
margin-left: 10px;
}

.leftmenu a {
text-decoration: none;
font-weight: bold;
}

#txtarea {
position: relative;
left: 50%;
margin-left: -150px;
text-align: left;
width: 560px;
margin-top: -385px;
font-size: 17px;
padding-bottom: 80px;
}

* html #txtarea {
left: 0%;
margin-left: 260px;
}

.left_menu_main {
text-decoration: none;
}

.left_menu_main h2 {
margin-bottom: -10px;
margin-left: 10px;
font-family: arial, verdana, sans-sarif;
font-size: 18px;
font-weight: bold;
text-align: left;
}
