html, body {
	font-family: 'Droid Sans', arial, serif;
	font-size: 14px;
}
body {
	background-image: url("images/background.jpg");
}
h1 {
	font-size: 30px;
	color: #0e99a8;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #ff6ca7;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
p{
	line-height: 20px;
}
div#body_content {
	float: left;
	width: 450px;
	margin-bottom: 40px;
}
div#wrapper {
	padding-top: 70px;
	width: 870px;
	margin: 0 auto;
	position: relative;
}
img#logo {
	margin-top: -70px;
}
img#photo {
	position: absolute;
	right: -50px;
	top: -50px;
	display: block;
}
div#content {
	background-image: url("images/content_background.png");
	background-position: center;
	background-repeat: repeat-y;
	width: 824px;
	margin: 0 auto;
	padding-left: 50px;
	position: relative;
}
div#menu_holder {
	float: left;
	padding-right: 25px;
	position: relative;
	z-index: 10;
}
ul#menu {
	font-size: 12px;
	padding: 0;
}
ul#menu li {
	margin-top: 3px;
}
ul#menu a {
	text-decoration: none;
}
ul#menu a.active {
	text-decoration: underline;
	font-weight: bold;
}
a {
	color: #000;
}
div#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #999;
}
img#cleaning {
	position: absolute;
	left: 19px;
	bottom: -5px;
}
td.title {
	color: #999;
	font-weight: bold;
	text-align: right;
}
.failure {
	padding: 10px;
	color: #ffffff;
	background-color: darkred;
	font-weight: bold;
}
p.grey {
	color: #666;
	padding: 0px;
	margin: 0px;
}
#footer .full {
    background: #d74141;
    color: white;
    font-size: 0.9rem;
    padding: .3rem 1rem;
    width: auto;
    display: block;
    max-width: 320px;
    margin: .5rem auto;
    text-shadow: 1px 1px black;
}
