@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("newswire.css");
@import url("photo-gallery.css");

img {
	margin: 5px;
	border-color: #000;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {	text-decoration: none;}

body {
	background: #64513f url(../images/bg.gif) 0 0 repeat-x;
	padding: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2a20;
}
#container {
	background: #FFF url(../images/column.gif) 531px 0 repeat-y;
	width: 745px;
	margin: 0 auto;
	border: 1px solid #01366c;
	padding: 0 17px 0 16px;
}
#header {
	background: url(../images/header.gif) 0 0 no-repeat;
	height: 88px;
	margin: 0;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 80px;
	text-decoration: none;
}
#navigation {
	margin: 0;
	list-style: none;
	background: url(../images/menu.gif) 0 0 no-repeat;
	height: 41px;
	position: relative;
	text-indent: -1234em;
}
#navigation li {
	margin: 0;
	height: 35px;
	position: absolute;
	top: 2px;
}
#navigation li a {
	display: block;
	height: 35px;
	text-decoration: none;
}
#home {
	width: 124px;
	left: 0px;
}
#home a:hover {	background: url(../images/menu.gif) 0px -43px no-repeat;}
#products {
	width: 143px;
	left: 126px;
}
#products a:hover {	background: url(../images/menu.gif) -126px -43px no-repeat;}
#gallery {
	width: 184px;
	left: 271px;
}
#gallery a:hover {	background: url(../images/menu.gif) -271px -43px no-repeat;}
#news {
	width: 121px;
	left: 457px;
}
#news a:hover {	background: url(../images/menu.gif) -457px -43px no-repeat;}
#contact {
	width: 165px;
	left: 580px;
}
#contact a:hover {	background: url(../images/menu.gif) -580px -43px no-repeat;}

img#photo {
	float: left;
	margin: 0 0 3px;
	border-width: 0;
}
#content {
	float: left;
	padding: 13px;
	background: #d2be99;
	border: 1px solid #bda776;
	width: 484px;
	min-height: 600px;
	_height: 600px;
}
#index #content {
	min-height: 220px;
	_height: 220px;
}
#title {
	background: url(../images/underline.gif) 0 100% repeat-x;
	margin: 0 0 15px;
	padding: 0 0 3px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #013662;
	font-weight: normal;
}
#column {
	margin-left: 515px;
	width: 230px;
}
#newswire {
	background: url(../images/newswire.gif) 0 0 no-repeat;
	height: 254px;
	padding: 13px;
}
#newswire h2.heading {
	margin: 0 0 10px;
	padding: 0 0 3px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #013662;
	font-weight: normal;

}
#gallerylink {
	padding: 11px 13px 13px;
	text-align: center;
}
#gallerylink h2.heading {
	background: url(../images/underline.gif) 0 100% repeat-x;
	margin: 0 0 15px;
	padding: 0 0 3px;
	font-size: 20px;
	letter-spacing: -1px;
	color: #013662;
	font-weight: normal;
	text-align: left;
}
#gallerylink img {
	background: #f2ebdf;
	padding: 2px;
	border: 3px solid #7c6249;
}
#gallerylink p {
	margin: 5px 0 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#column a {
	color: #5f481c;
	text-decoration: none;
}
#column a:hover {	text-decoration: underline;}
#clear {
	height: 13px;
}
#footer {
	padding: 27px 18px 0 17px;
	width: 745px;
	margin: -17px auto 0;
	background: url(../images/footer.gif) 17px 0 no-repeat;
	position: relative;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
#footer p {
	margin: 0 0 10px;
}
#byline {	font-size: 10px;}
