html,
body	{
margin: 0;
padding: 0;
text-align: center;
background: #DFE0E1 url("../images/header_bg.jpg") top left repeat-x;
font: 14px Arial, sans-serif;
}
#header	{
background: transparent url("../images/header.jpg") top left no-repeat;
margin: 0 auto; 
text-align: center;
width: 796px;
height: 200px;
}
#content	{
position: absolute;
color: transparent;
background: #F2FCCC url("../images/cbg.jpg") top left repeat-y;
width: 796px;
min-height: 840px;
left: 50%;
margin-left: -398px;
border-bottom: 1px solid #730A23;
}
.tab	{
width: 796px;
}
.tleft	{
float: left;
width: 176px;
padding: 10px;
text-align: left;
}
.tmiddle	{
float: left;
width: 384px;
padding: 10px;
text-align: left;
}
.tright	{
float: left;
width: 176px;
padding-top: 10px;
margin-left: 13px;
}
.break	{
clear: both;
}
.nav_top	{
width: 175px;
color: #FFF;
background-color: #730A23;  
text-align: center;
}
/*------------------------*/
h1	{
font-size: 18px;
line-height: 20px;
color: #730A23;
background-color: transparent;
text-align: center;
}
h2	{
font-size: 16px;
line-height: 16px;
color: #730A23;
background-color: transparent;
text-align: center;
}
.content {display:block; padding:0 5px 15px 5px; background:#fff; border:2px dotted #000; text-align:left;}

a:link,
a:visited	{
color: #730A23;
text-decoration: none;
}
a:hover	{
color: #730A23;
text-decoration: underline;
}
input	{
border: 1px solid #730A23;
}
/*------------------------*/
