body {
	margin: 0px;
	background: #210D06 url(../images/body-bg.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {padding: 9px 0px 9px 0px; margin: 0px;}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 9px 0px;
	color: #51270F;
	text-transform: capitalize;
}
h1 span {
	display: block;
	font-size: 14px;
	color: #B25E1E;
	font-weight: bold;
}
h2 {
	border-bottom: 4px solid #AEA282;
	font-size: 18px;
	font-weight: normal;
	color: #723B14;
	margin: 0px 0px 9px;
	padding: 9px 0px 2px;
}
h3 {
	margin: 0px;
	padding: 9px 0px;
	color: #266C38;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#content p,#content li {line-height:20px;}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#content  ul li {
	line-height: 25px;
	list-style-type: none;
	background: url(../images/bullet.jpg) no-repeat left 7px;
	padding-left: 15px;
}

a:link, a:visited {
	color: #668FC5;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #B86020;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}

img {border: none;}

.rightimg {float: right; margin: 10px 0px 10px 10px; position:relative; display:block;}
.leftimg {float: left; margin: 10px 10px 10px 0px; position:relative; display:block;}

.leftimg span, .rightimg span {visibility:hidden;display:none;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
#container {
	width: 844px;
	margin: 0px auto;
	background: #FFFFFF url(../images/container.jpg) repeat-y;
	border-right: 4px solid #933a14;
	border-left: 4px solid #933a14;
	padding-top: 366px;
	position: relative;
}
#top {
	height: 374px;
	width: 892px;
	background: url(../images/top-bg.jpg) no-repeat;
	position: absolute;
	left: -24px;
	top: 0px;
	z-index:5;
}
#top #logo {
	display: block;
	margin: 0px auto;
	height: 129px;
	width: 842px;
}
#top #logo img {display: none;}
#top #logo:hover img {display: block;}

#content {
	padding: 0px 17px 5px;
	text-align: justify;
	width: 810px;
	background: url(../images/content-bg.jpg) no-repeat right bottom;
	min-height:204px
}
#index {
	height: 342px;
	width: 820px;
	position: relative;
	left: -5px;
	overflow: hidden;
	padding-top: 9px;
}
#index div {
	height: 342px;
	width: 534px;
	background: url(../images/index-bg-lrg.jpg);
	float: left;
}
#index a {
	height: 75px;
	width: 273px;
	display: block;
	position: relative;
	left: 1px;
	top: 0px;
	right: 3px;
	bottom: 4px;
	padding: 0px 3px 4px 1px;
	background: url(../images/index-bg-sm.jpg);
	float: right;
	margin-bottom: 9px;
	text-decoration: none;
}
#index a span {
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 3px;
	bottom: 4px;
	text-transform: uppercase;
	text-align: right;
	line-height: 16px;
	padding: 2px 3px 3px;
}

#index a:hover span {background: #EFE5D4; color: #8a5029;}


#footer {
	padding: 5px 16px;
	width: 810px;
	text-align: center;
	margin: 0px auto;
	border-top: 4px solid #aea282;
	color: #69290E;
	font-size:11px;
}

#footer a:link, #footer a:visited {
	color: #B86020;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#footer .info {
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	color: #51200B;
}

#footer a:hover {
	color: #668FC5;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
a.conversion {color:#FF0000;}
a.conversion:hover {color:#000000;}
#podcasts {padding:3px; background: #F7F2EC; margin:10px 0px;}
#podcasts tr:hover { background: #e5f3fe;}
#podcasts .title, #podcasts .title:hover {
	font-size: 14px;
	font-weight: bold;
	color: #266C38;
	background: #F7F2EC;
}
#podcasts td { padding: 0px 4px; }
#podcasts .off { background: #fefcf9; }
