body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FAFAFA url(../img/content_bg.gif) center repeat-y;
	margin: 0px auto;
	padding: 0px;
}

/* Hides from IE5-mac \*/
* html div.box {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html div.box div.box_body {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html div.box div.box_title {height: 1%;}
/* End hide from IE5-mac */


.clear { clear: both;}

#container {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#content { width: 998px; overflow: hidden;}

#footer { clear: both;}

.empty { display: none;}

#dynamic_box_right {
	width: 250px;
	margin: 0;
	float: right;
	padding-right: 0px;
	/*background-color: #EEEEEE;*/
}

#dynamic_box_left {
	width: 150px;
	margin: 0;
	float: left;
}

/* Hides from IE5-mac \*/
* html #content-holder {height: 1%;}
/* End hide from IE5-mac */

.content_holder {
	margin-left: 162px;
	margin-right: 262px;
}

.content_holder_no_right {
	margin-right: 12px;
	margin-left: 162px;
}

.content_holder_no_left {
	margin-left: 12px;
	margin-right: 262px; 
}

.content_holder_no_left_no_right { 
	margin-left: 12px;
	margin-right: 12px;
}