.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
     overflow: -moz-scrollbars-vertical;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	text-align: center;
	background-color: #BBB;
	}

#container {
	position: relative;
	width: 780px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	border: 1px solid black;
}
	
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/TopBG.jpg) #FFF;
	border-bottom: 1px solid #000;
	height: 227px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 180px;
	width: 180px;
	background: url(images/Logo.png) 0 0 no-repeat;
}
#CompanyName {
	position: absolute;
	top: 50px;
	left: 160px;
	margin: 0px;
	height: 36px;
	width: 461px;
	background: url(images/CompanyName.png) 0 0 no-repeat;
}
#Quote {
	position: absolute;
	top:130px;
	right:50px;
	margin: 0;
	height: 95px;
	width: 193px;
	background: url(images/Quote.png) 0 0 no-repeat;
}

#phone {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#navpane {
	position: relative;
	margin: 0;
	padding: 0;
	height: 20px;
	background: url(images/gradient3.png) repeat-x 0px 0px #1552af;
}
#navpane p {
	margin: 0; padding: 0;
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: Verdana, Ariel, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
}

#MainContainer{
	width: 780px;
}


#main {
	width: 610px;
	float: right;
	margin: 0;
	padding: 0px;
	color: #000;
}
#footer {
	clear: both;
	position: absolute;
	width:100%;
	height: 25px;
	bottom: 0;
	left: 0;
	background-color: #EEE;
	border-top: 1px solid #888;
	margin: 0;
	padding: 0px;
}

.imgborder {
	border: 1px solid black;
	margin: 10px;
	clear: both;
}
