/* CSS Document */

html,body {margin:21;padding:21;}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #505050;
	text-align:center;
}
p {margin:20px;}
.contact {font-size: 10px;}
h1 {margin:20px; font-size: 14px; line-height: 0px; margin-bottom: 0px;}
a:link, a:visited, a:active {
	color: #94962B;
	text-decoration: none;
}
div#wrapper {
	width: 726px;
	text-align: left;
	margin: 0 auto;
}
div#header {
	height: 105px;
	margin: 0;
}
div#leftcol {
	width: 245px;
	margin: 0;
	float: left;
}
div#content {
	width: 475px;
	float: right;
	border-color: #d8d8d8;
	border-width: 1px;
	border-style: solid;
	margin-top: 5px;
}
div#footer {
	text-align: right;
	font-size: 10px;
	width: 475px;
	float: right;
	margin-top: 10px;
}
