html{
 width:100%;
 background-image:url('/static/img/bg.jpg');
 background-repeat:repeat-x;
 background-color:#95ceda;
}

body{
 width:816px;
 margin:0 auto;
 padding:0;     
 font-family:sans-serif;
}

img{border:none;}


#wrap{
 width:100%;
 background-color:#fff; 
}


#toplinks{
background-color:#8bc6d2;
text-align:right;
padding:8px;
}

.topA{
color:#fff;
font-weight:bold;
font-size:.9em;
text-decoration:none;
}

.topSpan{
margin:0 10px;
}

#topRound{
 background-image:url('/static/img/round_top.jpg');
 background-repeat:no-repeat;
 width:100%;
 height:14px;
}

#main-body{
padding-bottom:50px;
border-left:1px solid #744924;
border-right:1px solid #744924;

}

#header{
margin-bottom:10px;
text-align:center;}

#menuUL{
margin:0;
padding:0 0 0 5px;
list-style:none;
height:50px;}

#menuUL li{
float:left;

}

#menuUL li a{
text-decoration:none;
color:#d9d1ca;
padding:7px 10px;
display:block;
font-weight:bold;
}

#menuUL li a:hover{
text-decoration:none;
color:#fff;
background-color:#8a5f3a;
}

.menuDiv{
background-color:#744924;
height:33px;
overflow:hidden;
float:left;
text-align:center;
vertical-align:middle;
padding:0 9px;
font-size:.8em;
}


/* INDEX PAGE CSS */
.indexTOP{
display:inline; 
}


.indextoplinks{
color:#744924;
text-decoration:none;
border:1px solid #744924;
width:171px;
display:block;
padding:3px;
}


.indextoplinks:hover{
color:#fff;
text-decoration:none;
border:1px solid #744924;
background-color:#744924;
}



.title{
font-size: 1.4em;
font-weight:bolder;
color: #744924;
}

#content1{
width:500px;
height:100%;
margin-top:40px; 
padding:0px 15px 50px 25px;;
border-right:1px solid #d8cabe;
line-height:16pt;
}

#content2{
padding:30px 25px 0 25px;
}

#newsletterTitle{
width:200px;
background-color:#744924;
padding:10px;
color:#fff;
font-weight:bold;
margin-bottom:20px;
text-align:center;
}

#bottomRound{
background-image:url('/static/img/bottom_round.jpg');
height:14px;
background-repeat:no-repeat;
overflow:hidden;
}

#footer{
font-size:.8em;
color:#fff;
text-align:center;
background-color:#95ceda;
}

#footer a{
padding:5px;
color:#fff;
text-decoration:none;
}

.inputText br{clear:left;}
.label1{width:100px;text-align:right;margin:2px 0;padding-right:5px;display:block;float:left;}
