/* CSS Document */

body {
	background: #f58221 url(../_imgs/background.jpg) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
}
h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

#footer {
	width: 696px; 
	font-weight: bold;
}
	#footer a {
		color: #000000;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
#content {
	background: url(../_imgs/img_bkgnd-content.gif) repeat-y top left;
	padding: 30px 60px;
}
	#content h1 {
		font-size: 24px;
		color: #f58221;
	}
	#content h2 {
		font-size: 18px;
		color: #79278d;
		font-weight: normal;
	}
	#content p {
		font-size: 12px;
	}
	#content .main a {
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
	#content .main a:hover {
		text-decoration: underline;
	}