html, body { 
	width: 100%; 
	margin: 15px 0 0; 
	padding: 0; 
	border: 0; 
	background-color: #000; 
	height: 15px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
#right {
	width: 146px;
	height: 506px;
	background-color: #18224f;
	float: right;
}
#logo {
	width: 80px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -355px;
	z-index: 2;
}
#photos {
	width: 137px;
	position: absolute;
	left: 50%;
	top: 91px;
	margin-left: 221px;
	z-index: 100;
}
#photos img {
	border: solid 1px #fff;
	margin-bottom: 7px;
}
#sitemenu {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -265px;
	z-index: 55;
}
#sitemenu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	margin-right: 43px;
}
#sitemenu a:hover, #sitemenu a.on {
	color: #18224f;
}
#menu {
	position: absolute;
	width: 640px;
	left: 50%;
	margin-left: -265px;
	z-index: 50;
}
#menu {
	top: 70px;
}
#menu a, #submenu a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #c60;
	padding: 1px 5px;
	margin-right: 5px;
	border: solid 1px #c60;
}
#menu a:hover, #menu a.on, #submenu a:hover, #submenu a.on {
	background-color: #c60;
	color: #fff;
}
#submenu {
	width: 375px;
	height: 43px;
	position: absolute;
	left: 50%;
	top: 492px;
	margin-left: -375px;
	background-color: #18224f;
	padding: 8px 20px 0 357px;
	border-top: solid 3px #c60;
	z-index: 60;
}
#submenu p {
	padding-top: 7px;
}
#submenu a {
	margin: 0 5px 0 110px;
}
