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

body {
	background: #330000;
	margin: 0px;
	padding: 0px;
	color: #999999;
	font: small "Times New Roman", Times, serif;
}
#page {
	height: 700px;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}
#page #photo {
	height: 480px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: url(assets/backgrounds/dot.jpg);
}
#page #navigation {
	border-top: 1px solid #333333;
	border-bottom: 1px #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	font-size: None;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#page #navigation img {
	margin-right: 2px;
	border: 1px solid #330000;
	margin-top: 3px;
}
#page #navigation a:hover img {
	border: 1px solid #CCCCCC;
}
#page #bottom {
	background: url(assets/backgrounds/bottom.jpg) no-repeat;
	height: 90px;
	margin: 0px;
	padding-top: 2px;
	padding-left: 70px;
}

