@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #CCCCCC;
	color: #000000;
}

h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	cursor:pointer; cursor:hand;
}

img {
	border-style: none;
}

#topHome {
	color: #CCCCCC;
	vertical-align: middle;
	height: 218px;
	line-height: 218px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width:100%;
}

#listen {
	float: right;
	margin-top: 50px;
}

#content{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width:100%;
	height:600px;
	background-repeat:repeat-x;
	background-image: url(images/content_backgr.jpg);
	background-color: #CCC;
}
#news{
	margin: 10px;
	padding: 0px;
	float: left;
	width: 25%;
	text-align: center;
	min-width:100px;
}
#bio{
	margin: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6600;
	display: block;
	float: left;
	width: 70%;
	padding-left: 20px;
	min-width:200px;
}

