body {
	background-color: #2165AE;
}

#header {
	position: absolute;
	width: 1280px;
	left: 50%;
	margin-left: -640px;
}

.header {
	height: 200px;
}

.header img {
	margin-top: 50px;
}

.menu {
	height: 28px;
	overflow: visible;
}

.headerline {
	height: 11px;
}

.footerline {
	height: 40px;
	background-color: #F7D504;
}

.content {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.breadcrumbs {
	color: #817C3A;
	margin-left: 10px;
	margin-top: 10px;
}

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

.image_only {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 225px;
}

h2 {
	margin-top: 20px;
	margin-left: 10px;
	color: #2165AE;
}

h3 {
	margin-top: 20px;
	margin-left: 10px;
	color: #222;
}

p {
	margin-left: 10px;
	margin-right: 10px;
}

