@import url(common_styles.css); /*user styles*/

*{	margin:0; padding:0; border:0; }

body, html{
	margin:0 auto;
	background:#fff;
}
#header{
	margin:0 auto;
	width:auto;
	height:auto;
	border:0;
}
#header h1{
	margin:1em
	font:5em Helvetica, Verdana, sans-serif;
	border-bottom:2px solid #000;
}
#header object, #header object embed{ height:1px; line-height:1px; font-size:1px; display:none !important; }
#container{
	margin:0 auto 2px auto;
	border:none;
	width:auto;
	background:transparent url(../imgs/main/content_bg.gif) top left repeat;
	clear:both;
	text-align:left;
}
#menu{ display:none !important; }
	
#content{
	width:auto;
	color:#000;
}
#footer{
	width:auto;
	background:#fff;
}
