﻿@charset "UTF-8";
body {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4c1f1a;
	font-family: Garamond;
	font-size: 100%;
	background-image:url('images/bg_woodtile.jpg');
}
.oneColFixCtrHdr #container {
	width: 1001px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
	height: 740px;
	padding: 3;
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;

	width: 1001px;
	border: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: 1001px;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#pic1 {
	width:71px;
	height:531px;

}
#pic2 {
	width:554px;
	height:531px;
	background-color: #ffffff;

}
#pic3 {
	height: 531px;
	width:329px;
	background-color: #ffffff;
	border: 0;	

}
#pic4 {
	height: 531px;
	width:47px;

}

#pic2press {
	width:883px;
	height:531px;
	background-color: #ffffff;

}
#pic3press {
	height: 531px;
	width:229px;
	background-color: #ffffff;
	border: 0;		
}
a:link {
	color: #7B1202;
}
a:visited {
	color: #7B1202;
}
a:hover {
	color: #bd9a00;
}
#PressList {
}


.style1 {
	color: #333333;
	font-family: Garamond;
	font-size: 15px;
}
.style3 {
	color: #7B1202;
	font-family: Garamond;
	font-size: 15px;
	font-weight: bold;
}

.style4 {
	color: #7B1202;
	font-family: arial;
	font-size: 13px;
}



.style5 {
	color: #333333;
	font-family: Garamond;
	font-size: 14px;
}
.style7 {
	font-size: 12px;
	color: #333333;
}


#requestheader {
	background-color: #F4CF28;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 318px;
}


a:link.menulink {
	color: #7B1202;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a:visited.menulink {
	color: #7B1202;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a:hover.menulink {
	color: #bd9a00;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-decoration: none;
}