@charset "UTF-8";
/* CSS Document */


body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
background-color: black;
}

#thePage {
	background-color: black;
    padding-bottom: 10px;
	width: 800px;	
	margin: 10px auto; /*center*/
	border-top:solid 1px black;	
}

#header {
float: left;
height: 110px;
width: 800px;
}

#menu {
float: left;
height: 40px;
width: 800px;
}

#bondMain {
float: left;
background: #ccc;
width: 800px;
background: white;
}

#bondLeft img {
margin: 14px 0 8px 14px;
}

#bondMain h3 {
margin-top: 18px;
margin-left: 14px;
font-family: Helvetica, Arial;
margin-bottom: -5px;
font-size: 95%;
}

#bondMain p {
margin-left: 14px;
font-family: Helvetica, Arial;
font-size: 70%;
line-height: 14px;
color: #3a3a3a;
}

#bondMain a {
text-decoration: underline;
color: #3a3a3a;
}

#bondMain a:hover {
text-decoration: underline;
color: #3a3a3a;
}

#bondLeft {
float: left;
width: 520px;
margin-right: 20px;
}

#bondContact {
float: left;
width: 560px;
margin-right: 20px;
}


#bondRight {
float: right;
width: 260px;
height: 745px;
background: white;
}

.contactLeft {
float: left;
width: 280px;
}

.contactMap {
float: right;
width: 260px;
}

#footer {
float: left;
width: 800px;
height: 40px;
}