#page { /*the main container*/
	width: 960px;
	margin: 0 auto;
	/* font-size:1em; */
	/* font-size: 0.8em; */
	/* background:#d7d7d7 url(/themes/em_theme/images/backgrounds/bg_content.png) top repeat-x; */
	background-color: #000;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
.content_wrapper {
	/* width: 960px; */
	width: 100%;
	margin: 0 0 0 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.content_wrapper_s {
	width: 960px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#content {
	width:640px;
	float: right;
	min-height: 400px;
	margin: 10px 0 10px 0;
	font-family: Anivers, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000337;
	}
	
#content_s {
	width: 100%;
	min-height: 400px;
	margin: 10px 0 10px 0;
	font-family: Anivers, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000337;
	}

#article_bar {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	}

.gallerycol {
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	}


