/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Corbel, Arial;	
}

#header-contact-content, #header-info-content, #content-components, #footer-info-content, #footer-copyright-content {
	width:1116px;	
	margin:0px auto;
}
#header-contact {
	position:fixed;
    left:0px;
    top:0px;
	width:100%;
	padding:10px 0px;
}
#contact-info {
	padding:0px 0px 0px 20px;
	color:#777;
	background-image:url(../images/envelope.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
}
#header-info {
	position:fixed;
    left:0px;
    top:40px;
	width:100%;
	padding:21px 0px;	
	background-color:#0092c4;
}
#header-info-content {
	vertical-align:central;
}
#content {
	position:fixed;
    top:150px;
	width:100%;
}
#content h1 {
	margin:18px 0px 10px 20px;
	color:#222;
}
#content ul {
	margin:0px 0px 5px 50px;
	list-style-type:none;
}
#content ul li {
	margin:0px 0px 5px 0px;
}
#content ul li a {
	margin:0px 0px 5px 0px;
	text-decoration:none;
	color:#0092c4;
}
#footer-info {
	position:fixed;
    left:0px;
    bottom:0px;
	height:65px;
    width:100%;
	background-color:#0092c4;
}
#footer-copyright {
	position:fixed;
    left:0px;
    bottom:0px;
	width:100%;
	padding:20px 0px;
	background-color:#282a2b;
}
#footer-copyright-content {
	color:#707676;
}
