.container {
	background-color: #000;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.top-nav {
	background-color: #000;
	float: left;
	height: 35px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



.bot-nav {
	background-color: #000;
	float: left;
	height: 35px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



.footer {
	background-color: #000;
	float: left;
	height: 33px;
	width: 980px;
	padding-bottom: 20px;
}



.header {
	background-color: #000;
	float: left;
	height: 130px;
	width: 980px;
}



.main-content {
	background-color: #000;
	float: left;
	height: 630px;
	width: 980px;
	background-image: url(../contact_files/content.jpg);
}
.contact-info {
	float: right;
	height: 100px;
	width: 380px;
	margin-top: 220px;
	margin-right: 50px;
}
