body{
	text-align:center;
}

#container {
	width: 921px;
	margin: 0 auto;
}
#container #header {
	width: 921px;
	text-align: center;
}
#container #menu {
	width: 921px;
	background-color: #4A4A4A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

#container #main {
	width: 921px;
	text-align: left;
}


#container #footer {
	background-image:url(images/footer.jpg);
	width: 921px;
	height: 68px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.bodystyle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align: left;
}
.bodystylebold
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}
.footerstyle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	
}
.menustyle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#FFF;
	
}
.top-header
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#000;
	text-align: left;
}
.header-font
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	text-align: left;
}
.enquiry-font
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#F00;
}
a:active {
	text-decoration: none;
}


.float-left {
	float:left;
	margin-right:10px;
}
.float-right {
	float:left;
	margin-left:10px;
	clear:left;
}
