body {
	margin: 0px auto;
	font-family: Tahoma;
	font-size: 10px;
	background-image:url(../images/front/Body_Tile.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#F4F4F4;
	margin: 0px;
	text-align: center;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF8888;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


/*Layout properties*/

.body1 {
	display: table;
	width: 100%;
	background-image:url(../images/front/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}
.body2 {
	height:592px;
	width:761px;
	background-image:url(../images/front/Body_Top.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	margin-left: auto;
	margin-right: auto;
}
.Center_Colume {
	width: 721px;
	text-align: left;
	position: relative;
	float: left;
	margin-left:20px;
	margin-right:20px;
}
.Header {
	width: 721px;
	background-image: url(../images/front/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 93px;
}
.Images {
	height: 276px;
	width: 721px;
	position: relative;
	float: left;
}
.Main {
	width: 721px;
	text-align: left;
	position: relative;
	float: left;
}
.Text_Area {
	width: 701px;
	margin: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.Right_Area{
	width:215px;
	float:right;
}
.Content_Image{
	padding:2px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}


/* Text Formating - Styles*/

.text_10 {
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing:0.1em;
	line-height:17px;
	color: #666666;
}
.text_11 {
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing:0.1em;
	line-height:1.4em;
	color: #333333;
}
.text_12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.Text_Header{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #D50B00;
}

/* Enquiry - Styles */

.button {
	width: 100%;
	background-color: #D50B00;
	border: 1px solid #C77D03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
}
.text {	width: 99%;
}
.textbox {	width: 99%;
	height: 80px;
}
.Gallery {
	padding:2px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	letter-spacing: 0.1em;
}
/*------NAVIGATION------*/

#nav { width:721px; height:54px; background:url(../images/front/navbg.jpg) repeat-x; float:left; }
#nav ul { padding:6px 0 0 0; }
#nav ul li { background:none; float:left; padding:0; list-style:none; }
#nav ul li a { font-size:13px; font-family:arial; color:#000000; border-right:1px solid #333333; padding:0 8px 0 8px; }
#nav ul li a:hover { font-weight:bold; color:#CC0000; }
#nav ul li a#navEnd { border:none; }