@charset "utf-8";
/* CSS Document */

body {
width: 800px;
margin: 0px auto;
text-align: center;
background: #514A33;
font-family: Arial, Helvetica, sans-serif;
}

a, img {
border: 0px;
}

a {
color: #8A412F;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #8A412F;
font-weight: bold;
text-decoration: underline;
}

h3 {
margin: -4px 0 0 0;
padding: -4px 0 0 0;
}

p {
font-size: 13px;
line-height: 1.3em;
}

#wrap {
text-align: left;
background: #FFE6AF;
}

#header {
position: relative;
margin: 0 0 0 0;
}

#navigation {
position: absolute;
margin-left: 441px;
margin-top: -22px;
z-index: 10;
color: #fff;
background: #6F794D;
padding: 0px 8px 2px 8px;
}

#navigation a {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
text-decoration: none;
}

#navigation a:hover {
color: #fff;
text-decoration: underline;
}

#mainbody {
position: relative;
background: #FFE6AF;
padding: 0px 0 30px 0;
}

.inside {
padding: 0 10px;
}

#leftcolumn {
float: left;
width: 37%;
}

#button1 {
positon: relative;
z-index: 3;
margin: -35px 0px 0px 20px;
}

#button2 {
positon: relative;
z-index: 3;
margin: 20px 0px 0px 20px;
}

#rightcolumn {
float: right;
width: 63%;
padding: 25px 0 0 0;
}

#clearing {
position: relative;
clear:both;
}

#clear {
position: relative;
clear: both;
}

#footer {
/*position: relative;
clear: both;
width:800px;
background: #9D2E30;*/
height: 15px;
}

.leftcoltext {
font-family: Arial, Helvetica, sans-serif;
color: #000; 
font-weight: bold;
font-size: 14px;
padding: 0 25px;
line-height: 1em;
}