/*
STRANAHAN HOUSE STYLES - HOME PAGE ONLY
==============================================================================
GENERAL STYLES
==============================================================================
*/

a:link {
	color: #504932;
	text-decoration: none;
}
a:visited {
	color: #29170d;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}
body {
	background-color: #29170d;
	background-image: url(images/background_home.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.cell_horiz {
	vertical-align: top;
	text-align: center;
	height: 15px;
}
.content {
	vertical-align: top;
	text-align: left;
	width: 800px;
}
.content_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.content_lf {
	vertical-align: top;
	text-align: left;
	width: 199px;
}
.content_ctr {
	vertical-align: top;
	text-align: center;
	width: 365px;
}
.content_rt {
	vertical-align: top;
	text-align: left;
	width: 236px;
}
.footer {
	vertical-align: top;
	text-align: center;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic;
}
.header {
	vertical-align: top;
	text-align: left;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.left_margin {
	width: 101px;
}
.right_margin {
	width: 99px;
}
.main_nav {
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #504932;
	width: 800px;
	height: 15px;
}
.sponsors {
	text-align: left;
}
.video_box {
	border: solid #74573c 1px;
}
