body {
	margin: 15px auto;
	text-align: center;
	background: #CCC url(pics/bg.gif) repeat-x;
}

#container {
	width: 952px;
	margin: 3px auto;
}

#header {
	width: 952px;
	height: 185px;
	padding-top: 60px;
	background: #FFF url(pics/header.jpg) no-repeat center top;
}

#menu {
	width: 200px;
	height: 200px;
	background-color: #333;
	float: left;
	clear: left;
}	

#content {
	width: 952px;
	background: #FFF url(pics/wrap.gif) repeat-y center top;
	float: right;
	clear: right;
	text-align: center;
}	

#footer {
	width: 952px;
	height: 40px;
	background: #CCC url(pics/footer.gif) no-repeat left top;
	float: right;
	clear: right;
}	

#title {
	font-size: 60px;
	font-weight:bold;
	color: #332616;
	text-align: center;
}	

#link {
	color: #CC0000;
	text-decoration: underline;
}