@charset "utf-8";

/* Page Elements */

body {
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-bottom:8px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3d1145;
	text-decoration: underline;
}
a img {
	border:none;
}

/* Typography */

.title1 {
	font-size:20px;
}
.text1 {
	font: 11px/17px Arial, Helvetica, sans-serif;
	color:#fff;
}
.text2 {
	font-size:11px;
	line-height:14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#333;
}
h1 {
	font-size:20px;
	line-height:20px;
	margin-bottom:10px;
}
h2 {
	font-size:18px;
	line-height:18px;
	margin-bottom:10px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

/* Structure */
	
#wrap {
	width: 960px;
	margin: 0px auto;
}

.box2{width: 118px; float:left; padding-right:4px;}

.box {
	width: 237px;
	float:left;
	padding-right:4px;
}
.end {
	padding-right:0px;
}
.content {
	width:217px;
	height:190px;
	float:left;
	background-color:#3c1243;
	margin-top:4px;
	padding:10px;
	color:#FFF;
}
.content a {
	float:right;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	background-image:url(../images/arrow.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
	padding: 0px 0px 0px 12px;
}
.content a:hover {
	text-decoration:underline;
	color: #fff;
}

/* Header */

#content {
	width: 960px;
	float:left;
}
#line1 {
	width:960px;
	float:left;
	height:5px;
	background:#9c9a9a;
	margin-top:1px;
	margin-bottom:15px;
}
#line2 {
	width:960px;
	float:left;
	height:5px;
	background:#83368f;
	margin-top:15px;
	margin-bottom:5px;
	clear:both;
}
#header {
	width: 960px;
	margin: 0;
	float:left;
}
#header-bar {
	width: 950px;
	float:left;
	background-color:#3c1243;
	padding: 5px 0 5px 10px;
	font: 10px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}
#logo {
	width:310px !important;
	float: left;
}
h1 a {
	width: 380px;
	height: 102px;
	background: url(../images/north-east-england.gif);
	float: left;
}
h1 {
	margin: 0px;
}
.logoReplace {
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
.logoReplace span {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}

/* Footer */

#footer {
	width: 960px;
	color: #333333;
	float:left;
	background-color:#ffffff;
}
#footer img {
	float:left;
}
#footer-content {
	width: 500px;
	padding:30px 5px 0 0;
	color: #333333;
	float:right;
	background-color:#ffffff;
	text-align:right;
	font: 11px/18px Arial, Helvetica, sans-serif;
}

/* Extra */

.left {
	float: left;
	padding:0;
	margin:0;
}
.right {
	float: right;
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
