/* CSS Document
Thirty Tigers
Radio CSS
© 2008 Thirty Tigers
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com 
Created 12/14/08 10:14AM
Updated 12/14/08 10:14AM
Validated 12/14/08 10:14AM */	
	
/* Global Layout Elements */

/* total width of live area is 770px
total width of left column is 300px
total width of right column is 470px
*/
		
div#contactcolumn {
	width: 540px;
	float: none;
	padding: 40px 0 50px 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
div#contactcolumn p {
	margin: 0 70px 15px 0;
	}
	
div#contactcolumn h1 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 110%;
	}
	
div#contactcolumn h2 {
	margin: 35px 0 7px 0;
	font-weight: bold;
	font-size: 120%;
	color: #e30a06;
	background: url(../images/newsdivider_18.jpg) bottom left no-repeat;
	padding: 0 0 8px 0;
	}
	
div#contactcolumn h2#toph2 {
	margin: 0 0 7px 0;
	}
	
div#contenttop {
	width: 100%;
	background: url(../images/radiohead_14.jpg) top left no-repeat;
	}