body {
	margin: 0;
	padding: 0;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}
#container {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:1000px;
}
#header {
	height: 140px;
	margin-top: 0px;
}
#container #header #phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	width: 250px;
	margin-top: 80px;
	text-align: right;
	margin-right: 60px;
}
#container #header #navigation {
	width: 100%;
	height: 24px;
	margin-top: 15px;
}
#container #header #logo img {
	border: 0;
	margin-top: 10px;
}
#container #header #navigation ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	width: 100%;
}
#container  #header  #navigation ul li    {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	margin-right: 3px;
	margin-left: 5px;
	line-height: 22px;
	text-align: center;
}
#container #header #navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #header #navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
#container #header #navigation .active {
	color: #000000;
}
#container #footer {
	height: 50px;
	width: 100%;
	margin: 0px;
	clear: both;
}
#container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
