@charset "UTF-8";
/* CSS Document */

#wrap {
	width:975px;
	margin:0 auto;
	margin-top:100px;
}

#header {
	width:975px;
	margin:0 auto;
}

#links {
	width:264px;
	margin:0 auto;
	margin-bottom:25px;
	font-family:Helvetica, sans-serif;
}

#links a {
	text-decoration:none;
	color:#000;
}

#links a:hover {
	color:#666;	
}

#content {
	font-family:Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:32px;
	width:292px;
	margin:0 auto;
}

#content a {
	text-decoration:none;
	color:#000;
}

#content a:hover {
	color:#666;	
}
