body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #333333;
	background-color: #cccccc;
}


p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a img {
	border: none;
}

#wrapper {
	width: 882px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	background-color: #4d4d4d;
}

#seoH1{
	width: 100%;
	height: 15px;
	text-align: center;
}

#seoH1 h1{
	color: #ffffff;
	font-size: 0.6em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}


#logo {
	float: left;
	width: 100%;
}

#logo img{
	padding-left: 20px;
}

#menu {
	float: left;
	width: 100%;
	background-color: #ff9900;
	text-align:center;
}

#menu img{
	padding: 2px 7px 2px 0px;
}


/* Page */

#page {
	float: left;
	width: 100%;
	background-color: #ff9900;
	height: 390px;
}


/* Content */

#content {
	float: left;
	width: 840px;
	margin: 10px 20px 10px 20px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 370px;
}

#content p{
	padding: 0px 5px 0px 5px;
}

#contentCat {
	float: left;
	width: 840px;
	margin: 10px 20px 10px 20px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 360px;
	overflow: scroll;
	overflow-x:hidden;
}

#contentCat p{
	padding: 0px 5px 0px 5px;
}



#pageTitle{
	float: left;
	width: 100%;
	background-color: #880202;
	height: 32px;
	text-align: center;
}

#pageTitle h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #ffffff;
	display: inline;
}

#strapline{
	float: left;
	width: 100%;
	background-color: #880202;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#yard{
	float: left;
	width: 100%;
	
}


#seoH2{
	float: left;
	width: 100%;
	background-color: #cc3300;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

#seoH2 h3{
	color: #ffffff;
	font-size: 0.6em;
	display: inline;
}


#seoH2 a {
	color: #ffffff;
	padding-right: 10px;
	font-size: 0.6em;
}
#seoH2 a:hover {
	color: #880202;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 170px;
}



a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #880202;
}