/* layout */
body {
text-align:center; /*center hack*/
}

#wrap {
	width:802px;
	/*width: auto !important; IE6 hack*/
	margin:10px auto; /*center hack*/
	text-align:left; /*center hack*/
	border: 1px solid grey;
}

#login {float:left;width:99%; overflow:hidden; }
#header {float:left;width:100%; overflow:hidden; }
#menu {clear:both; width:100%; height:40px; }
#audio {float:left;width:100%; overflow:hidden; }
#left_col {float:left;width:220px; overflow:hidden; }
#content_wrapper {float:left; width:570px; overflow:hidden; }
	#newsflash {float:left;width:65%;overflow:hidden; }
	#content {float:left; width:69%; overflow:hidden; }
	#content2 {float:left; width:95%; overflow:hidden; }
	#right_col {float:right; width:22%; overflow:hidden; }
	#gallery {float:right; width:22%; overflow:hidden; }
#user {clear:both;width:100%;overflow:hidden; }
	#user50 {float:left; width:42%; overflow:hidden; }
	#user100 {float:left; width:100%; overflow:hidden; }
#footer {clear:both;}


.module {width:190px;}
.inside {padding:0px 0px 10px 0px;}
.inside_2 {padding:25px;}
.inside_header {padding:0px 0px 0px 10px;}

/* border:1px solid grey; */
