body, html {
	background-color: #ffffff;
	margin: 0px;  
	text-align: center; 
}

#container {
	margin: 0 auto;
	width: 816px;
	text-align: justify;
	position: relative; 
}

body {
	font-family: Georgia;
	font-size: 14px;
	color: #565656;
}

a {
	color: #9a9a9a;
	text-decoration: none;	
}

a:hover {
	color: #cdccca;
}

#header {
	background: url('images/blocks_head.jpg'); 
	width: 816px;
	height: 78px;
}

#menu {
	position: absolute; 
	left: 519px;
	top: 44px;
}

#content {
	width: 816px;
	margin-top: 20px;
	text-align: center;
}

.recent {
	padding: 7px;
	margin: 1px;
	background: #ffffff;
}

.recent:hover {
	background: #2b2b2b;
}

.justify {
	text-align: justify;
	margin: 0px 40px;
}

#text {
	margin: 40px 40px;
	line-height: 14px;
	font-size: 10px;
	font-family: Courier New;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.space img {
	padding: 5px;
}

a.hidden {
	display: none; 
}