/* Globals */
* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background: url(../images/bg.jpg) top left;
}

/* Containers */

#wrap {
	padding: 20px 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #000;
	background: #fff url(../images/body_bg.gif) no-repeat 0px 135px;
}

/* Header */

#header {
	position: relative;
	height: 157px;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat top left;
	width: 431px;
	height: 157px;
	text-indent: -10000px;
	position: absolute;
	top: 0;
	left: 300px;
}

/* Content */

#content {
	position: relative;
	margin: 100px 0 0 0;
}

#content .intro_text {
	margin: 20px 50px;
	line-height: 1.5em;
	font-size: 16px;
	text-align: center;
}

/* Subpage Details */

#content h2 {
	margin: 10px 50px;
	font-weight: normal;
}

#content p {
	margin: 20px 50px;
}

#content .imgright {
	float: right;
	clear: right;
	margin: 20px;
}

#content .navigation a {
	margin: 0 10px 0 0;
}

/* Homepage Boxes */

#content #holder {
	position: relative;
	background: url(../images/map_bg.gif) no-repeat top left;
	height: 631px;
	width: 1000px;
}

#content #holder .info_holder {
	width: 340px;
	height: 290px;
}

#content #holder .info_holder h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}

#content #holder .info_holder h3 span {
	display: block;
	font-size: 14px;
}

#content #holder .info_holder p {
	font-size: 12px;
	line-height: 1.5em;
	position: absolute;
	width: 200px;
	margin: 0;
}

#content #holder .info_holder a {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#content #holder .info_holder a:hover {
	text-decoration: underline;
}


#content #holder .info_holder img {
	position: absolute;
	border: 2px solid #000;
}

/* Much Wenlock */

#content #holder #muchwenlock_info {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#content #holder #muchwenlock_info h3 {
	color: #008EB0;
}

#content #holder #muchwenlock_info p {
	top: 65px;
	right: 5px;
}

#content #holder #muchwenlock_info a {
	color: #008EB0;
}

#content #holder #muchwenlock_info img {
	top: 65px;
	left: 5px;
	border-color: #008EB0;
}

/* Shrewsbury */

#content #holder #shrewsbury_info {
	position: absolute;
	top: 13px;
	left: 20px;
}

#content #holder #shrewsbury_info h3 {
	color: #672E91;
}

#content #holder #shrewsbury_info p {
	top: 65px;
	right: 5px;
}

#content #holder #shrewsbury_info a {
	color: #672E91;
}

#content #holder #shrewsbury_info img {
	top: 65px;
	left: 5px;
	border-color: #672E91;
}

/* Ironbridge */

#content #holder #ironbridge_info {
	position: absolute;
	top: 13px;
	right: 15px;
}

#content #holder #ironbridge_info h3 {
	color: #BD1B8D;
}

#content #holder #ironbridge_info p {
	top: 80px;
	right: 5px;
}

#content #holder #ironbridge_info a {
	color: #BD1B8D;
}

#content #holder #ironbridge_info img {
	top: 80px;
	left: 5px;
	border-color: #BD1B8D;
}

/* Ludlow */

#content #holder #ludlow_info {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

#content #holder #ludlow_info h3 {
	color: #ED1C24;
}

#content #holder #ludlow_info p {
	top: 65px;
	right: 5px;
}

#content #holder #ludlow_info a {
	color: #ED1C24;
}

#content #holder #ludlow_info img {
	top: 65px;
	left: 5px;
	border-color: #ED1C24;
}

/* Footer */

#footer {
	position: relative;
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat top left;
	height: 118px;
	margin: 30px 0 0 0;
}

#footer p {
	position: absolute;
	bottom: 3px;
	left: 150px;
	font-size: 12px;
}

#footer #lfs {
	position: absolute;
	top: 45px;
	left: 370px;
}

#footer #heartofengland {
	position: absolute;
	top: 45px;
	left: 470px;
}