h1, h2, p, img {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #27568f;
	margin: 0px;
	padding: 0px;
	background: #cac8ca url(../images/background.gif) repeat-x 0px 0px;
}

#container {
	position:relative;
	left:50%;
	margin-left:-380px;
	width:760px;
	background:url(../images/container-bg.gif);
	height:700px;
}
html>body #container {
	min-height:700px;
	height:auto;
}
#header {
	height:182px;
	width:760px;
}
#menu {
	margin-left:6px;
}
#menu a {
	display:block;
	color:#fff;
	background:#e89833;
	border:2px #ac6f22 solid;
	margin-left:2px;
	width:143px;
	float:left;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 0;
}
#menu a.last { width:144px; }
#menu a:hover {
	color:#fff;
	background:#325d95;
	border:2px #4e80c2 solid;
}
#content {
	margin:60px 50px;
	line-height:18px;
}
#content p {
	margin-bottom:20px;
}
#content h1 {
	font-size:18px;
	margin-bottom:10px;
}
#footer {
	width:760px;
	height:84px;
	background:url(../images/footer-bg.gif);
	position:relative;
	left:50%;
	margin-left:-380px;
}
#footer-box {
	position:relative;
	color:#fff;
	text-align:center;
	background:#507db3;
	padding:12px 0;
	margin:0 8px;
	bottom:5px;
	line-height:18px;
}
.photo-topleft {
	padding:5px;
	border:2px #298bc8 solid;
	float:left;
	margin-top:6px;
	margin-right:18px;
	margin-bottom:10px;
}
.photo-bottomright {
	padding:5px;
	border:2px #298bc8 solid;
	float:right;
	margin-top:6px;
	margin-left:18px;
	margin-bottom:0px;
}