
BODY {
	background-color: #8e8aa3;
	margin: 0px;
	padding: 0px;
}

#page-container {
	background-color: #ffcd6a;
	border: 7px solid #571807;
	margin: 15px auto;
	width: 714px;
	position: relative;
}

/* -- Header -- */

#header-logo {
	position: absolute;
	left: 288px;
	top: 14px;
	text-align: center;
}

#header-fabric {
	background: url( /images/template/header-fabric.jpg );
	height: 91px;
}

#header-trim {
	background: url( /images/template/header-trim.gif ) top repeat-x;
	height: 17px;
}


/* -- Navigation -- */

#nav-container {
	height: 20px;
}

.navigation {
	height: 20px;
	padding: 0px;
	margin: auto;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation li {
	display: inline;
}

.navigation.left-col {
	float: left;
	padding-left: .8em;
}

.navigation.right-col {
	float: right;
	padding-right: 1.5em;
}

.navigation a, .navigation span {
	display: block;
	float:left;
	padding: 2px 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #531304;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation a:hover {
	color: #b72a0f;
}

.navigation .active-item {
	color: #b72a0f;
	font-weight: bold;
}


/* -- Body Content -- */

#body-container {
	clear: both;
	background: url(/images/template/bg-gradient.jpg);
	vertical-align: top;
	border-top: 1px solid #ffcd6a;
	padding: 0px;
	padding-top: 80px;
}

/*
#homepage #body-container {
	background: url(/images/home/bg-home.jpg) !important;
}
*/

#content {
	margin: auto;
	width: 630px;
}

#content, #content p {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #531304;
}

#content p {
	margin-top: 7px;
	margin-bottom: 9px;
	text-align: justify;
}

#content a {
	color: #5b647b;
}

#content IMG {
	margin-bottom: 2px;
}

.caption, .caption a {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #495e93 !important;
	text-decoration: none;
	padding-bottom: 6px;
}

.caption a:hover {
	text-decoration: underline;
}

.photo-caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}

div.photo-caption, td.photo-caption {
	padding-top: 1px;
	padding-bottom: 1px;
}

td.photo-caption IMG {
	padding-bottom: 1px;
}

span.photo-caption {
	position: relative;
	top: 1px;
}

IMG.float-left {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

IMG.drop-caps {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}


/* -- Footer -- */

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#footer a {
	color: #495e93;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#tagline {
	font-size: 140%;
	font-style: italic;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	color: #be4d19;
	padding: 5px 0px;
}

#copyright {
	font-size: 90%;
	font-weight: normal;
}