body {
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 20px;
	padding: 0px 0 0;
}

#maintb {

	/*width: 600px;*/
	background: transparent url(images/mainrsv.jpg) no-repeat;
	background-position: 50% 50%;
	height: 500px;

}

#mainTable {
 	width: 600px;
 	border: 1px solid #000;
 	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
 	padding: 0px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
 	border-left: 2px dotted #006666;
	border-bottom: 2px dotted #006666;
 	font-size: 14px;	/*/*/font-size: 100%; /* */
	vertical-align: top;
 }
 
#sidebar {
 	width: 200px;
 	font-size: 12px;
 	vertical-align: top;
 	/*/*/font-size: 85%; /* */
 }
 
 #header {
 	background-color: #333333;
 	color: #CCCCCC;
 	background-image: url(csst_bg.gif);
 }
 
#footer p {
	margin: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 12px;
}

.roundcont {
	width: 400px;
	background-color: #FFFFFF;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background-image: url(top_right.gif) top right; 
}

.roundbottom {
	background-image: url(bot_right.gif) bottom right; 
}

img.corner {
   width: 19px;
   height: 20px;
   border: none;
   display: block !important;
}
 