@charset "utf-8";
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #491b0d;
	background-image: url(../media/nav/bkgnd_01.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFC;
}
a	{
	color: #FFC;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	background-image: url(../media/nav/nav_01.jpg);
	background-repeat: no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 180px;
	padding: 0;  /* 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. */
	overflow: hidden;
	border-left: 1px solid #FFC;
	border-right: 1px solid #FFC;
	border-top: 1px solid #FFC;
}
#mainContent {
	height: 420px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #FFC;
	border-right: 1px solid #FFC;
	border-bottom: 1px solid #FFC;
}
#mainContent_02	{
	background-image: url(../media/nav/nav_02_L.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	width: 380px;
	height: 350px;
	padding: 10px;
	float: left;
}
#mainContent_03	{
	background-image: url(../media/nav/nav_02_wide.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	width: 380px;
	height: 350px;
	padding: 10px;
	float: left;
}
#mainContent_04	{
	background-image: url(../media/nav/nav_02_superwide.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	width: 430px;
	height: 350px;
	padding: 10px;
	float: left;
}
#scrollingContent_01	{
	width: 420px;
	height: 310px;
	padding-right: 10px;
	border-top: 1px #FFC solid;
	overflow-y: auto;
	overflow-x: hidden;
}
#scrollingContent_02	{
	height: 310px;
	border-top: 1px #FFC solid;
	overflow-y: hidden;
	overflow-x: hidden;
}
#footer {
	height: 10px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
}
.text_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}
.text_headline_01	{
	font-size: 16px;
	font-weight: bold;
}
.text_headline_01_bkgd	{
	background-color: #60281A;	
}
.text_headline_02	{
	font-size: 16px;
	font-weight: bold;
	color: #491b0d;
}
.text_headline_02_bkgd	{
	background-color: #FFFFFF;	
}
.text_review_01	{
	font-size: 13px;
	font-style: italic;
}
.text_menu_01	{
	font-size: 13px;
	font-weight: bold;
}
.text_menu_02	{
	font-size: 12px;
	font-style: italic;
}

