html{
overflow-y: scroll;
margin: 0;
padding: 0;
background: #5e1c15;
}

body{
margin: 0;
padding: 0;
background-image: url(images/bg.gif);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 50% 0%;
font-family: trebuchet ms, arial, helvetica, sans-serif;
font-size: 13px;
color: #ffffff;
}

#wrapper{
margin: 0 auto;
width: 810px;
height: 1000px;
}

#leftcolumn{
margin-top: 340px;
margin-left: 55px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
width: 175px;
float: left;
display: inline;
}

#rightcolumn{
float: left;
margin-left: 80px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 50px;
padding: 0px;
width: 495px;
display: inline;
}

#navigation{
margin-top: 35px;
margin-left: 25px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0px;
width: 460px;
height: 70px;
}

#navigation a:link, #navigation a:visited{
display: block;
float: left;
background: url(images/navbg.png);
width: 102px;
height: 24px;
text-align: center;
text-decoration: none; 
padding: 6px 0px 0px 0px;
margin-left: 0px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
color: #ffffff;
font-size: 14px;
}

#navigation a:hover, #navigation a:active{
color: #de877d;
background: url(images/navbg2.png);
}

#maintext{
clear: both;
padding: 0px;
width: 488px;
}









/*===========================*/
/*==Input Styles============*/
/*==========================*/

input{
background: #fdedeb;
border: 1px solid #37100c;

font-family: tahoma, helvetica, sans-serif;
color: #1c1818;
padding: 1px;
margin: 0px;
}

input:focus{
background: #ffd1cd;

}

input[type=button], input[type=submit]{
background: url(images/buttonBG.gif);
color: #fff9f9;
padding: 3px;
cursor: pointer;
}

th, td {
text-align: left;
border-bottom: 1px dotted #ffffff;
}

.noTableBorder td {
border-bottom: none;
}

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}














.redtext{
color: #de877d;
}

a:link, a:visited{
text-decoration: none; 
color: #de877d;
}

a:hover, a:active{
text-decoration: underline; 
}