#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
}
body {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-color: #304E00;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #EDCD12;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #892E2E;
	margin-top: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}
#body {
	min-height: 300px;
}
#sidebar {
	float: left;
	width: 212px;
	margin-left: 30px;
}
#content {
	float: right;
	margin-right: 20px;
	width: 605px;
	font-size: 14px;
}
#content a {
	color: #EDCD12;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #B40105;
}

#services {
	width:290px;
	float:left;
	padding:5px
}
#services h2{
	background:#666;
	text-align:center;
	color:#C30;
}

#footer {
	background-image: url(images/footer.png);
	height: 200px;
	font-size: 12px;
	color: #A8845F;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #A98664;
	text-decoration: none;
}
#footer a:hover {
	color: #E4F00C;
}



#bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 24px;
}


#header {
	height: 267px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#cookie {
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	color: #643C19;
	height: 17px;
	padding-top: 3px;
}
#cookie a {
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #643C19;
}
#bodyback {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
}
