body {

	margin: 0;
	padding: 0;
	background: #fff url(/images/backgrounds/main.gif) repeat-y;
	font-family: "lucida grande", verdana;
	font-size: 12px;

}

#banner {
	
	background: url("/images/backgrounds/grey_line.gif") repeat-x;
	
}

#banner h1 {
	
	height: 246px;
	background: url("/images/headers/mameintosh.gif") no-repeat;
	margin: 0;
	padding: 0;
	
}

#banner h1 span	{
	
	display: none;
	
}

#content {

	margin: 0 60px 0 300px;
	line-height: 16px;

}

#content img {
	
	border: #ccc 1px solid;
	padding: 1px;
	
}

#content img.noborder {

	border: 0;
	padding: 0;

}

#content h1 {
	
	padding: 10px 0 0 0;
	font-size: 13px;
	
}

#content a:link, #content a:active, #content a:visited {
	
	background: #e2e2e2;
	color: #4e4e4e;
	text-decoration: none;
	
}

#content a:hover {
	
	color: #fff;
	background-color: #4e4e4e;
	text-decoration: none;
	
}

#content p.photo {
	
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	color: #888;
	
}

#navigation {
	
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	width: 259px;
	list-style: none;
	color: #444;
	
}

#navigation li {
	
	padding: 5px 0 5px 20px;
	border-bottom: #d6d6d6 1px solid;
	
}

#navigation li a:link, #navigation li a:visited {
	
	color: #222;
	text-decoration: none;
	
}

#navigation li a:hover {
	
	color: #fff;
	background: #222;
	
}

#navigation li.first {

	padding: 5px 0 5px 20px;
	border-top: #d6d6d6 1px solid;
	
}

.footer {
	
	padding: 5px 0 10px 0;
	margin: 25px 0 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	border-top: #ccc 1px solid;
	
}

.notice {
	
	padding: 5px;
	background-color: #ccc;
	border: #666 1px solid;
	
}
