body
{
	background-image: url("bg.jpg");
	background-position: center;
	background-position-y: 0px;
	background-repeat: no-repeat;
	background-color: black;
	text-align: center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container
{
	width:970px;
	text-align:center;
	border:0px solid red;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
}

#header
{
	text-align:left;
	border:0px solid blue;
	height:75px
}

.left-col
{
	float: left;
	width:370px;
	margin-top:65px;
	padding-right:20px;
	padding-left:10px;
	
}

td
{
	font-size:12px;
}

#image
{
	text-align:center;
}

.right-col
{
	float: left;
	width:320px;
	height:300px;
	margin-top:20px;
}

.home-pic
{
	float:left; 
	padding-left:25px;
}

.offer-pic
{
	float:left; 
	padding-left:25px;
	margin-top:40px;
}

.single-col
{
	width: 750px;
	border:0px solid red;
	margin-top:65px;
	float:left;
}

#prices
{
	width:320px;
	height:300px;
	overflow:auto;
	margin-top:-15px;
}


#content
{
	text-align:center;
	border:0px solid green;
	height:420px;
}

#content-body
{
	width:730px;
	text-align:left;
	border:0px solid red;
	margin-left: auto;
	margin-right: auto;
	
}

#content-title
{
	text-align:center;
	border:0px solid green;	
	font-size:18px;
}

#phone
{
	float:right;
}

#logo
{
	float:left;
}

#menu
{
	text-align:center;
}