/* CSS Document */
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	font-size:12px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#container{
	margin:0 auto;
	width:780px;
	text-align:left;
}
#container p{
	margin:0;
	padding:0;
}
#container a{
	margin:0;
	padding:0;
}
#container img{
	border:none;
}
#hero{
	width:780px;
	height:390px;
}
#heroleft{
	float:left;
}
#heroleft div, #heroright div{
	float:left;
}
#info{
	width:280px;
	height:180px;
	background-image:url(images/info.gif);
	background-repeat:no-repeat;
	line-height:16px;
	padding:50px 0 0 10px;
}
#info a, #content a{
	font-weight:bold;
	color:#0099FF;
}
#content{
	width:780px;
	height:1280px;
	float:left;
	clear:both;
}
#left{
	float:left;
	width:360px;
	height:1280px;
}
#right{
	width:360px;
	height:1240px;
	float:left;
	background-image:url(images/right.gif);
	background-repeat:no-repeat;
	padding:20px 40px 20px 20px;
}
#enquiry{
	width:780px;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	clear:both;
	float:left;
	padding:30px 0 0 0;
}
