* {
	outline: none;
}

html, body{
	background: #051C34;
	font: normal .9em arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

#container {
	width: 752px;
	background-color: #FFF;
	margin: auto;
}

#header {
	width: 752px;
	height: 59px;
	background: url(/graphics/bg.png) no-repeat top left;
}

#navbar {
	width: 752px;
	height: 25px;
	background: #D18830 repeat-x top left;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

#navbar li {
	float: left;
	display: block;
	margin: 5px 25px 0 0;
	position: relative;
	white-space: nowrap;
}

#navbar li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navbar li a:hover,
#navbar li a:active {
	color: #7E4B53;
}

#body_block {
	position: relative;
	width: 752px;
	background-color: #ECE8D1;
}

#sidebar_block {
	float: left;
	width: 116px;
}

	#sidebar_block a {
		text-decoration: none;
		color: #D18830;
		font-size: .9em;
	}

	#sidebar_block a:hover {
		color: #BF7C2B;
	}

#content_block {
	width: 592px;
	background-color: #FFF;
	padding: 12px 15px 15px 15px;
	margin: 0 0 0 130px;
}

#page_title,
#admin_page_title {
	color: #7E4B53;
	font-size: 1.5em;
	margin: 0 0 7px;
	padding: 0 0 7px 10px;
	border-bottom: 2px solid #838D99;
}

#admin_page_title input {
	border: 1px solid #CCC;
	font-size: 1.0em;
	width: 482px;
}

#page_content,
#admin_page_content {
	margin: 0 0 0 10px;
}

#page_content .section,
#admin_page_content .section {
	width: 100%;
	position: relative;
	margin: 1em 0;
}

#page_content .section img {
	max-width: 582px;
	width: expression(this.width > 582 ? 582 : true);
}

.section .admin_edit_section {
	height: 23px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.section .admin_edit_type {
	position: absolute;
	border: 1px solid #CCC;
	width: 100px;
	right: 0;
	top: 23px;
}

.section .admin_edit_type .admin_edit_type_title {
	height: 17px;
	width: 90px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	background-color: #F0F0EE;
	line-height: 17px;
}

.section .admin_edit_type .admin_edit_type_options {
	width: 90px;
	padding: 5px;
}

.section .admin_edit_content_txt {
	position: relative;
	width: 453px;
	padding: 5px;
}

.section .admin_edit_content_img {
	position: relative;
	width: 449px;
	height: 191px;
	border: 1px solid #CCC;
	padding: 7px;
}

.admin_edit_content_img .img_view {
	float: left;
	height: 100%;
}

.admin_edit_content_img .img_view img {
	max-height: 191px;
	height: expression(this.height > 191 ? 191 : true);
}

.admin_edit_content_img .img_view .filler_img {
	width: 185px;
	height: 81px;
	border: 1px solid #CCC;
	background-color: #F0F0EE;
	padding: 55px 0;
	text-align: center;
	font-size: 2.2em;
	color: #CCC;
}

.admin_edit_content_img .img_options {
	float: right;
	width: 250px;
}

#footer {
	position: relative;
	width: 742px;
	padding: 5px;
	font-size: .7em;
	background-color: #D18830;
	color: #FFF;
}

#footer #copyright {
	float: left;
}

#footer #designcred {
	float: right;
}

#footer a {
	color: #FFF;
}

#footer a:hover,
#footer a:active {
	color: #051C34;
}

#error {
	width: 572px;
	border: solid #F00;
	border-width: 2px 0;
	padding: 5px;
}

#error strong {
	color: #F00;
}

.success_text {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
}

a {
	text-decoration: none;
}

hr {
	display: none;
}

.button {
	border: 1px solid #CCC;
	background-color: #DFDFDF;
	padding: 2px;
	font-size: 1.2em;
}

.bold {
	font-weight: bold
}

.underline {
	text-decoration: underline;
}

.redtext {
	color: #F00
}

.hold_bottom {
	height: 0;
	clear: both;
}