body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em;
	text-align: center;
	background: #515151 url(../Images/acs_bg.jpg) repeat-x;
	color: #ffffff;
}
#wrapper, #headWrapper, #credit {	
	margin: 0px auto;
	width: 952px;
	text-align: left;
}
#wrapper {
	background: #ffffff url(../Images/acs_bg_abseiler.gif) repeat-y;
	color: #3e3e3e;
}
#header {
	background: url(../Images/acs_top_bg.jpg) repeat-x top;
	height: 99px;
}
.textLogo {
	margin-left: 300px;
	margin-bottom: 20px;
}
#leftCol {
	width: 297px;
	float: left;
}
#leftNav {
	padding: 10px;
	margin-bottom: 100px;
}
#contactDetails {
	color: #707070;
	padding: 10px;
}
#rightCol {
	width: 655px;
	float: right;
	height: 100%;
}
#mainContent {
	padding: 10px;
}
#footer {
	clear: both;
}
#credit {
	background: url(../Images/acs_chevrons.gif) top repeat-x;
	padding-top: 14px;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .65em;
	text-align: right;
	padding-bottom: 1em;
	padding-right: 1em;
}
h1, h2 {
	color: #686565;
}
h1, h2, p, ul {
	margin-bottom: 1em;
}
/*li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 3px;
	font-size: .875em;
}*/
#mainNav li {
	margin-bottom: 20px;	
}
p {
	font-size: .875em;
}
.centre {
	text-align: center;
}
a {
	color: #686565;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contactDetails a {
	color: #9e9c9c;
}
#contactDetails a:link {
	text-decoration: none;
}
#contactDetails a:visited {
	text-decoration: none;
}
#contactDetails a:hover {
	text-decoration: underline;
}
.contactDetailsTitle {
	margin-bottom: 20px;
}