@charset "utf-8";
body {
	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: #333333;
	background-color: #D2C5A3;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.oneColFixCtr #container {
	width: 1200px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	width: 782px;
	margin-right: 209px;
	margin-left: 209px;
	background-color: #f4f2f2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 0px 200px;

}
.oneColFixCtr #mainBoxes {
	width: 782px;
	margin-right: 209px;
	margin-left: 209px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #581505;
	padding-bottom: 6px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 6px;
	color: #D4310C;
}
#leftCol  {
	width: 340px;
	margin-left: 35px;
	padding: 0px;
	display: block;
}
#rightCol  {
	float: right;
	width: 340px;
	margin-right: 35px;
	display: block;
}

#header {
	background-image: url(images/header.jpg);
	height: 132px;
}
#menu {
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home #menu #homelink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}
#imageList {
	margin-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

#imageListBox {
	background-color: #000000;
	float: right;
	height: 55px;
	width: 80px;
	margin-top: -1px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F4F2F2;
}
#imageList a {
	color: #000000;
	text-decoration: none;
}

#mainBoxes a {
	color: #D4310C;
}
a {
	color: #9F7637;
}
#footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D2C5A3;
	height: 35px;
	padding-top: 15px;
	margin-top: 15px;
	margin-right: 209px;
	margin-left: 209px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9E310B;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainBoxes p {
	font-size: 12px;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: disc;
	font-size: 13px;
}
#imageList #playbttn1 {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 3px;
	left: 5px;
}
#blurtop {
	padding: 0px;
	margin-top: -20px;
}
#mainContent .singleCol {
	margin-right: 35px;
	margin-left: 35px;
}
div.feedburnerFeedBlock ul li span.headline a {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div.feedburnerFeedBlock ul li  {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.feedburnerFeedBlock ul   {
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	list-style-position: outside;
}

