@charset "utf-8";
/* CSS Document */

*, html {
	padding: 0;
	margin: 0;
	}
	
body {
	background-color: #566413;
	background: url(images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
#content {
	width: 960px;
	margin-left: 500px;
	margin-top: 300px;
	}
#content h1 {
	font-size: 22px;
	font-weight: bold;
	color: 94151C;
	padding-top: 44px;
	}
#content p a {
	text-decoration: none;
	color: #000000;
	line-height: 22px;
	}

