/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
body{
font-family: Verdana, Helvetica;
font-size:12px;
color:#000000;

background:#ffffff url(../images/cnt_bgr.jpg) repeat;
}

#content{
position:absolute;
width:738px;
min-height:100%;
height:auto;
top:0px;
left:30px;
background-image:url(../images/cnt_bgg.jpg);
}

* html #content{height:100%;}

#top{
width:738px;
height:160px;
}

#add{
position:absolute;
z-index:2;
top:10px;
right:10px;
color:#7386a4;
}

#main{
width:698px;
margin:0px 20px 20px 20px;
}

h1{
color:#cb1f38;
font-size:11px;
font-weight:bold;
margin:0px;
}

h1.top{
color:#96afd6;
font-size:11px;
font-weight:bold;
margin:0px;
}

a:link{color:#cb1f38; text-decoration:underline;}
a:visited{color:#cb1f38; text-decoration:underline;}
a:hover{color:#cb1f38; text-decoration:none;}

.light{
color:#7f7f7f;
}

.hr{
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
padding:0px;
display:block;
border-bottom: 1px solid #c6c6c6;
}