body {
	margin:0px;
	font-size: 1em;
	background-image: url(../images/main_bg.jpg);
	padding:0px; }

#frame {
	width:740px;
	margin-top: 5px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	border: 2px solid #000;
	text-align:left; }

div#header {
	background:#fff;
	height: 187px;
	width: 740px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 187px; }
html>body #header { height:187px; }

div#columns {
	background-image: url(../images/columns_bg.png);
	width: 740px; }

div#main {
	width: 560px;
	float: left;
	padding: 5px 10px 5px 10px; }
	
div#sidebar {
	width: 145px;
	height: 300px;
	float: left;
	padding: 5px 10px 5px 5px; }
	
div#footer {
	width: 740px;
	height: 20px;
	background-color: #000; }
	
div.full_box {
	width: 520px;
	border: 1px dashed #333;
	background-color: #FFF;
	margin: 10px 5px 5px 5px; }

div.full_box_top {
	height: 25px;
	padding: 5px 5px 5px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	background-image: url(../images/box_title.png); }
	
/*--- Prevent column/footer overlap ---*/
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden; }

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */