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

body {
	background: #1c1c1c url(bg.png) top center repeat-x;
	color: #f3f3f3;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: 0px auto;
	width: 600px;
}

/* HEADER */
#header {
	font-size: 10px;
	height: 70px;
	margin: 0px;
	width: 600px;
}
	#header img {
		margin-top: 12px;	
	}

/* CONTENT */

#content {
	border-bottom: 1px solid #ccc;
	margin-top: 10px

}
	#content h1 {
		color: #ffb400;
		font-size: 20px;
		font-weight: normal;
		margin: 0px;
	}
		#content h1 a,a:hover {
			color: #ffb400;
			text-decoration: none;
		}
	
	#content h2 {
		color: #666;
		font-size: 16px;
		font-weight: medium;
		margin: 0px;
}
	
	#content p {
		margin-top: 5px 0px;
		line-height: 18px;
	}
	
	#content p strong {
		text-decoration: underline;	
	}

/* FOOTER */
#footer {
	margin-top: 10px;	
}
	#footer a {
		text-decoration: underline; 
		color: #ffb400
	}
	#footer a:hover {
		text-decoration: none; 
		color: #ccc
	}

