/* CSS Document */

/* GLOBAL ELEMENT SETTINGS */

* {
	margin:0; 
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;	
}


p {
	font-size: 12px;
	color: #666666;
}


a {
	text-decoration: none;
	color: #000000;
}


a:hover {
	cursor:pointer;
	color: #BF2F1C;
}


a:visited {
	color: #666666;
}


img {
	border: none;
}

#background {background-image:url(http://www.stlpublicradio.org/2010site/graphics/stripes.jpg);
background-repeat: repeat;
	
}


div.wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}



h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 15px 0px 5px 0px;
}


h2 {
	font-size: 14px;
	font-weight:normal;
	color: #666666;
	padding: 0px 0px 5px 2px;
}


h3 {
	font-size: 12px;
	font-weight:bold;
	color: #BF2F1C;
	padding: 0px 0px 5px 0px;
}

h4 {
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #BF2F1C;
	padding: 10px 0px 0px 0px;
	
}

#ad {
	width: 160px;
	height: 600px;
	background-color:#ffffff;
	margin: 0 auto;
	float:right;

}
