@charset "utf-8";


/* --- TICKET FORMATTING --- */
#content {
	padding: 30px 20px;
	margin-top: 30px; }
	
#content h1 {
	padding-top: 0;
	margin-top: 0;
	color: #927f2e;
	font-size: 2em; }
	
#content h2 {
	margin-bottom: 0;
	padding-bottom: 5px;
	color: #927f2e;
	border-bottom: 1px #927f2e solid; }
	
#content p {
	margin-top: 0;
	padding-top: 5px;
	font-size: 1.2em; }
	
	
#section {
	background: url(/images/div_gradient.gif) top #fff repeat-x; 
	padding: 10px; }