/* ------------------------------------------------------------
   Project: G&K Solutions
   Type: CSS2
   Author: Lee Westwood
   Date: 12/02/2008
   Company: www.mmgraphix.co.uk
   ------------------------------------------------------------ */ 

body {
	background: #ccd6fa;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */
#wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
}
#menu {
	width: 820px;
	height: 58px;
	background: url(images/menu.jpg) repeat-x;
	float: left;
}
#top {
	width: 900px;
	overflow: auto;
	background: url(images/logo.jpg) right top no-repeat #fff;
}
#content {
	width: 890px;
	overflow: auto;
	background: #fff;
	padding: 15px 0px 15px 0px;
	margin-bottom: 4px;
}
#text {
	padding: 0px 15px 0px 15px;
}
#footer {
	width: 890px;
	background: url(images/footer.jpg) repeat-x;
	padding: 1px 0px 0px 0px;
	text-align: center;
	height: 29px;
}
#backgroundimages {
	background: url(images/imagesbg.png) no-repeat center top;
	width: 676px;
	height: 364px;
	text-align: center;
	position: absolute;
	z-index: 100;
}


/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#top h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0a50a1;
	padding: 50px 0px 0px 25px;
}
#text h1 {
	font-size: 18px;
	color: #EABB00;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#text h1 a {
	font-size: 18px;
	color: #EABB00;
	text-decoration: none;
}
#text h3 {
	font-size: 18px;
	color: #EABB00;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#text h3 a {
	font-size: 18px;
	color: #EABB00;
	text-decoration: none;
}
#text p {
	font-size: 12px;
	color: #104e96;
	margin: 0px;
	padding: 0px;
}
#text p a {
	font-size: 12px;
	color: #104e96;
	text-decoration: none;
}
.feedback {
	font-size: 12px;
	color: #104e96;
	margin: 10px 0px 0px 0px;
}
.feedback a {
	font-size: 12px;
	color: #104e96;
	text-decoration: none;
}
#footer p {
	font-size: 12px;
	color: #FFCC00;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#footer p a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}