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

body {
	background-image:url(../images/background.jpg);
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

img {
	border: none;
}

div {
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 950px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -475px;
	padding: 0px;
	background-color: #ccc;
}

#header {
	width:950px;
	margin-top: 10px;
}

#columnleft {
	width: 400px;
	margin-top: 0px;
	margin-left: 15px;
	position:relative;
	text-align: center;
	float:left;
}

.phones {
	float: left;
	padding: 10px 0px 10px 10px;
	
}
#columnright {
	width: 500px;
	margin-top: 10px;
	margin-right: 2px;
	position:relative;
	text-align: left;
	float: right;
}

#footer {
	position: relative;
	width: 950px;
	text-align: center;
	float: left;
}

