body {
	background-color: #cccccc;
	margin: 0px;
}
h2 {
	text-shadow: 1px 1px 1px #cccccc;
	border-bottom: 1px solid #F60;
	padding-bottom: 3px;
	font-size: 18px;
	color: #000;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#header {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #333333;
	text-align: center;
}
#contact-bar {
	text-shadow: 1px 1px black;
	color: #FFF;
	background-color: #666666;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#contact-bar a{
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#contact-bar a:hover{
	text-shadow: 1px 1px white;
	text-decoration: none;
	background-color: #ccc;
	padding: 3px;
	color: #333;
}
#content {
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
	width: 920px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#content .content-left {
	text-shadow: 1px 1px #cccccc;
	float: left;
	width: 550px;
	margin-top: 15px;
	margin-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-bottom: 20px;
}
#content .content-right {
	text-shadow: 1px 1px #cccccc;
	float: right;
	width: 350px;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-bottom: 15px;
}
#content .content-right a{
	text-decoration: none;
	color: #666;
}
#content .content-right a:hover{
	text-decoration: underline;
}
#content .content-right li{
	list-style-type: none;
	border-bottom: 1px dashed #F60;
	padding-bottom: 3px;
	padding-top: 3px;
}
#content .content-right ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.construction {
	text-shadow: 1px 1px white;
	font-size: 14px;
	font-weight: bold;
	background-color: #DDD;
	padding: 3px;
}
#benifits {
	background-image: url(http://claridges.ie/images/bg.png);
	padding: 15px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	clear: both;
	color: #FFF;
}
#footer a{
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#footer a:hover{
	text-decoration: none;
	background-color: #CCC;
	padding: 3px;
	color: #333;
}

