* {
	padding:0;
	float:none;
	margin:15;
}

body {
	text-align:center;
	background:#8e5c1b;
	line-height:17px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

#site {
	margin:35px auto;
	text-align:left;
	width:855px;
	height:1615px;
	background:#FFF;
}

#masthead {
	height:175px;
	background:#8e5c1b url(masthead_bg.jpg) no-repeat;
	margin:0 0 10px;
}

#navigation {
	width:95px;
	float:left;
	line-height:14px;
	margin:25px 5px 0 10px;
	padding:0 10px 0 10px;
	height:450px;
	color:#FFF;
	background:#d49c2b;
}

#podcasts {
	margin:0 10px 20px 5px; 
	background:#d49c2b; 
	float:right;
	height:125px;
	width:203px;
}

#content {
	width:460px;
	float:left;
	margin:0 20px 10px 20px;
	font-size:14px;
}

#newsletter {
	text-align:center;
	margin:25px 10px 20px 5px; 
	float:right;
}

#other_sites {
	margin:0 10px 20px 5px; 
	background:#d49c2b; 
	float:right;
	height:90px;
	width:203px;
}

#product {
	float:right;
}

#footer_left {
	height:55px;
	float:left;
	margin:10px;
	font-size:10px;
	font-weight:bold;
}

#footer_left a{
	color:#000;
}

#footer_left a:hover {
	color:#666;
}

.footer_right {
	height:55px;
	float:right;
	margin:10px;
	font-size:10px;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}

h1 {
	color:#fff;
	padding:130px 30px 0 30px;
	font-size:30px;
	line-height:26px;
}

h2 {
	margin:25px 0 10px 0;
	color:#300;
	}

h2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}

h3 {
	margin:25px 0 7px;
	font-size:17px;
}

p {
	margin:0 0 9px;
}

em {
	color:#600;
	font-style:italic;
}

ul {
	margin:0 17px 0 15px;
	list-style-position:outside;
}

li {
	padding:5px 0 5px 4px;
}

a:link {
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

#content p a:hover{
	color:#009;
}

#other_sites a:link{
	color:#d49c2b;	
}

#product a:link {
	color:#FFF;
}



