	@import url('menu.css');
	body {
		background: #f4f4f4 url('/images/bg_site.gif') repeat-y center;
		margin: 0px;
		padding: 0px;	
		color: #333333;
	
		font: 1em/1.2em Sans-serif;
		text-align: left; 
		behavior:url(/css/rollover.htc);
	}
	
	#container {
		text-align: left;
		width: 799px;
		height:100%;
		margin-right:auto;
		margin-left:auto;
	}
	
	#logo {
		position:relative;
		left:0px;
		top:-6px;
		float:right;
	}
	
	
	#content_wrap {
		display:block;
		margin: 0px;
		padding: 0px;
	}
	
	#content {
		margin: 0px;
		padding: 30px 20px;
		font-size: 0.8em;
		color: #3b3b3b;
	}
	
	#footer {
		display:block;
		text-align: center;
		clear: both;
		border-top:1px solid #eee;
		margin:30px 0px 0px 0px;
		padding:5px;
		z-index:1;
		font-size: 8pt;
	}
	
	#footer,
	#footer A {
		color: gray;
	}
	
	li {
		color: #3b3b3b;
		text-align:left;
	}
	
	