body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 10px;
	background-image:url(../images/front/Body_Tile.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#11317C;
	margin: 0px;
	text-align: center;
}
a:link {
	color: #11317C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #11317C;
}
a:hover {
	text-decoration: none;
	color: #11317C;
}
a:active {
	text-decoration: none;
	color: #11317C;
}



/*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:721px;
	background-image:url(../images/front/Body_Top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.Center_Colume {
	width: 721px;
	text-align: left;
	position: relative;
	float: left;
}
.Header {
	width: 721px;
	background-image: url(../images/front/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 279px;
}
.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*/


p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
h1{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #810C5D;
	text-transform: uppercase;
}
h2{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #810C5D;
	text-transform: uppercase;
}

/* Enquiry - Styles */

.button {
	width: 100%;
	background-color: #11317C;
	border: 1px solid #11317C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 12px;
}
.text {	width: 100%;
}
.textbox {	width: 100%;
	height: 80px;
}
.Gallery {
	padding:2px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	letter-spacing: 0.1em;
}
