body, h1, h2, p, ul, ol, li {
	padding: 0;
	margin: 0;
}

body {
	background: #676767;
}
#container {
	width: 910px;
	margin: 0 auto;
	background: #fff;
	background: url('images/background.png') repeat-y;
}

#sidebar, #main {
	float: left;
}

#sidebar {
	width: 260px;
	background: #dbdee0;
}

#sidebar .content {
	padding: 10px;
}

#sidebar .content img {
	display: inline-block;
	padding-bottom: 15px;
}

#sidebar .content p {
	clear: both;
	font: normal 14px/18px Arial;
	margin-bottom: 15px;
}

#main {
	width: 650px;
	
}

#main .content {
	background: url('images/logo-graphic.jpg') no-repeat right 10px;
	padding: 170px 40px 40px 40px;
}

#main .content h1 {
	font: bold 36px Arial;
	margin-bottom: 10px;
	clear: both;
}

#main .content h2 {
	font: bold 18px Arial;
	margin-bottom: 10px;
}

#main .content p, #main .content ul, #main .content ol {
	color: #000;
	font: normal 14px/19px Arial;
	margin-bottom: 15px;
}

#main .content ul {
	margin-left: 15px;
}

#main .content ol {
	margin-left: 20px;
}

#main .content span {
	color: #3fae49;
	font-size: 18px;
}

#main .content a {
	color: #7b9fd3;
}
#main .content a:hover {
	text-decoration: none;
}

#main .content textarea, #main .content input[type=text] {
	border: 1px solid #ccc;
	font: normal 12px Arial;
}

#main .content label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

#footer {
	background: #d4d7d8;
	clear: both;
	overflow: hidden;
}

#footer .content {
	padding: 20px;
}

#footer .content p {
	font: normal 13px/18px Arial;
}

#footer .content img {
	float: left;
	margin-right: 20px;
}

#footer .box {
	width: 256px;
	float: left;
}

#footer .box#map {
	width: 380px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.message {
	background: #28b24d;
	color: #fff;
	clear:both;
	font: bold 14px/14px Arial;
	margin: 10px 0;
	padding:10px;
}

.logo {
	display: block;
	margin-bottom: 10px;
}