* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
html, body, #wrap {
	height: 100%;
	background-color: #000;
	background-repeat: repeat;
	margin-top: 5px;
}
#banner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #6FAADB;
	border-bottom-color: #6FAADB;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#footerspace {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6FAADB;
	clear: both;
}
#content {
	width: 900px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 0px;
}
#designer {
	float: right;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 0px;
}
#main {
	padding-bottom: 50px;
}  /* must be same height as the footer */
#footer {
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background-color: #000;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#nav-contact {
	margin-left: 380px;
}

