body {
	margin: 0;
	background-image: url(images/main-bg.jpg); 
	background-repeat:repeat-x; 
	background-color: #666666;
}
h1 {font-family: arial; color: #FF6600; font-size: 14px; font-family: arial; font-weight: bold; }
h2 {font-family: arial; color: #999999; font-size: 12px; font-family: arial; font-weight: bold; }

.content {
	font-family: arial;
	font-size: 12px;
	color: #999999;
}
.content a {
	font-weight:bold;
	color: #FF6600;
	text-decoration: none;
}
.content a:hover {
	font-weight:bold;
	color: white;
	text-decoration: none;
}
.nav {
	background-image:url(images/nav-bg.gif);
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
.nav a {
	font-weight:bold;
	color: #FF6600;
	text-decoration: none;
}
.nav a:hover {
	font-weight:bold;
	color: white;
	text-decoration: none;
}
.footer {
	background-image:url(images/bot-bg.gif);
	font-family: arial;
	font-size: 10px;
	color: #999999;
}
.footer a {
	color: #993300;
	text-decoration: none;
}
.footer a:hover {
	color: white;
	text-decoration: underline;
}
.input { 	
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
	border: 1px solid #FF6600;
}
.enquiry {
	font-family: arial; 
	font-size: 12px; 
	font-weight:bold; 
	color: #FF6600;
}
.image {
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}
.top-bg {background-image:url(images/top-bg.jpg);}
.mid-bg {background-image:url(images/mid-bg.gif);}