@charset "utf-8";
/* 
CSS Document
Site: http://www.cityonahillproductions.com
Author: JLOOP - Daniel Fordyce
Date: February 19, 2008
*/



/*------------------------ HTML styles ------------------------*/

body { background: url(../images/bg_gray.gif) repeat; }

/*------------------------ Typography ------------------------*/

#content p {
	color: #FF3300;
	font-size: 12px;
	text-align: center;
	}
	
/*----------------------- Link Styles ------------------------*/

h3 a { color: #0B3F38; }
	
/*-------------------------- Layout --------------------------*/
	
#container { 
	width: 1040px;
	background: url(../images/paper_gray.gif) repeat-y; 
	}

#content { 
	width: 988px; 
	clear: none;
	}
	
#content iframe { margin-bottom: 0; }

/*--------------------------- Misc ---------------------------*/

a.button {
	display: inline-block;
	margin-left: 0 10px;
	padding: 3px 5px;
	background-color: #205150;
	color: #FFF;
	font-weight: bold;
	}
a.button:hover {
	background-color: #5E8786;
	text-decoration: none;
	}