@charset "utf-8";
/* CSS Document */
h2 {
	color: #060;
}


html, body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #CCC;
	background: url(../images/bg-main.gif) repeat-x #5E9745;
	margin: auto;
	padding: 0;
	
}

.hidden {
	display: none;
}

#page-container {
	width: 800px;
	margin: auto;
}

#phone {
	height: 30px;
	font: Arial;
	font-size: 16pt;
	color: #000;
	text-align: right;
	padding-top: 20px;
}

#banner {
	background: url(../images/banner_rn.jpg) no-repeat top;
	height: 220px;
}

#content {
	margin-bottom: 10px; 
}
#footer {
	height: 70px;
	width: 100%;
	background: #111;
}
#footer-sub {
	clear: both;
	width: 800px;
	padding-top: 15px;
	margin: auto;
}
.img {
	border: thin solid white;
}
