body {
	margin: 0;
	font: 11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #6f6f6f;
	background-color: #5a5a5a;
}
a {
	color: #6f6f6f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* LAYOUT */

#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color: white;
}
#content {
	background-color: white;
}
#content-left {
	width: 285px;
}
#content-right {
	float: right;
	width: 615px;
}
#header {
	height: 265px;
	background: #d0d0d0 url(http://www.corporatestays.co.uk/images/site/hdr-bkgd.gif) repeat-x;
}
#img {
	height: 235px;
}
#nav {
	height: 30px;
	color: silver;
	background: #999 url(http://www.corporatestays.co.uk/images/site/nav-bkgd.gif) repeat-x 0 0;
}
#footer {
	height: 60px;
	padding: 15px 10px 10px 285px;
	background-color: #d8d8d8;
	font-size: 10px;
}

#txt-box {
	padding: 30px 30% 30px 0;
}
#r-col {
	float: right;
	width: 200px;
	padding: 30px 30px 30px 20px;
}
#l-col {
	width: 350px;
	padding: 30px 0 30px 0;
}
#logo-box {
	padding: 30px;
}


/* TEXT FORMATTING */

.hdr1 {
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	color: #de0021;
	line-height:23px;
}
.hdr2 {
	font-size: 11px;
	color: #de0021;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.button {
	font-size: 9px;
	color: white;
	text-align: center;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-right: 1px solid silver;
}
.button a {
	height: 23px;
	display:block;
	text-decoration:none;
	padding: 7px 10px 0 10px;
	color: #FFFFFF;
	background: #999 url(http://www.corporatestays.co.uk/images/site/nav-bkgd.gif) repeat-x 0 0;
	border-right: none;
}
.button a:hover {
	background: #7c7c7c url(http://www.corporatestays.co.uk/images/site/nav-bkgd.gif) repeat-x 0 -30px;
}
.contact-box {
	font-size: 14px;
	color: #de0021;
	padding: 10px 0 10px;
	line-height: 18px;
}
.contact-box a {
	text-decoration: none;
	color: #de0021;
}
.contact-box a:hover {
	text-decoration: underline;
	color: #de0021;
}
.r-col a{
	text-decoration: none;
	color: #6f6f6f;
}
.r-col a:hover{
	text-decoration: underline;
}