/**/


body.custom {
	background-color: #00274C;
}

html {
	background-color: #00274C;
}


#header {
	background-image: none;
	height: 78px;
	border-bottom: 1px;
}

.custom a:hover  {
	background-color: #EFE9D6;
}

.custom h3 {
	color: #993333;
}


.custom .std_text .first, .custom .std_text .drop_cap {
	color: #1f2e65;
}

.custom #nav {
	background-color: #00274C;
}

.custom #nav a:hover {
	background: #00274C;
}

.custom #container {
	background-color: #00274C;
	border: 1px solid #bbbfae;
}


.custom #page {
	background-color: #fff;
}

.custom #comment_form .form_submit,
.custom #search_form .form_submit {
	background-color: #00274C;
}


