html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0 auto;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background: url('images/background.gif') #fc0001 top repeat-x;
}

#container {
	margin: 0 auto;
	width: 950px;
}


/*Top*/

#top {
	padding-top: 10px;
	height: 25px;
	width: 950px;
	color: #231f20;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#top p {
	margin: 0px;
	padding: 0px;
}


/*Logo*/

#logo {
	margin-top: 120px;
	margin-bottom: 114px;
	margin-left: 225px;
	width: 500px;
	height: 83px;
	background: url('images/logo.gif') top left no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/*Logos*/

#logos {
	margin-bottom: 112px;
	height: 32px;
	width: 950px;
}

#logos .linkedin {
	float: left;
	margin-right: 22px;
	width: 121px;
	height: 72px;
	background: url('images/linkedin_img.gif') top left no-repeat;
}

#logos .linkedin a {
	display: block;
	width: 100%;
	height: 100%;
}

#logos .linkedin a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/linkedin_img_hover.gif') top left no-repeat;
}

#logos .facebook {
	float: left;
	margin-left: 115px;
	margin-right: 22px;
	width: 107px;
	height: 72px;
	background: url('images/facebook_img.gif') top left no-repeat;
}

#logos .facebook a {
	display: block;
	width: 100%;
	height: 100%;
}

#logos .facebook a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/facebook_img_hover.gif') top left no-repeat;
}

#logos .twitter {
	float: left;
	margin-right: 22px;
	width: 111px;
	height: 72px;
	background: url('images/twitter_img.gif') top left no-repeat;
}

#logos .twitter a {
	display: block;
	width: 100%;
	height: 100%;
}

#logos .twitter a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/twitter_img_hover.gif') top left no-repeat;
}

#logos .activerain {
	float: left;
	margin-right: 22px;
	width: 125px;
	height: 72px;
	background: url('images/activerain_img.gif') top left no-repeat;
}

#logos .activerain a {
	display: block;
	width: 100%;
	height: 100%;
}

#logos .activerain a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/activerain_img_hover.gif') top left no-repeat;
}

#logos .engel {
	float: left;
	width: 162px;
	height: 72px;
	background: url('images/engel_img.gif') top left no-repeat;
}

#logos .engel a {
	display: block;
	width: 100%;
	height: 100%;
}

#logos .engel a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/engel_img_hover.gif') top left no-repeat;
}


/*Arrow*/

#arrow {
	margin-bottom: 112px;
	width: 950px;
	height: 41px;
	background: url('images/arrow_img.gif') top left no-repeat;
}


/*Contact*/

#contact {
	margin-bottom: 74px;
	margin-left: 225px;
	width: 500px;
	height: 108px;
}

#contact .img {
	float: left;
	margin-right: 10px;
	width: 102px;
	height: 108px;
	background: url('images/anthony_img.gif') top left no-repeat;
}

#contact .content {
	float: left;
	margin-top: 10px;
	width: 388px;
}

#contact p {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact .bold {
	font-weight: bold;
}


/*Footer*/

#footer {
	width: 950px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0px;
	padding: 0px;
}


/*Misc*/

.clear {
	clear: both;
}