body 
{
	background-color: #000044;
}

.non-border-link
{
	border-style: none;
}

#content
{
	margin-top: 2em;
	margin-left: 4em;
	margin-right: 4em;
	margin-bottom: 1em;
	position: relative;
	min-width: 900px;
}

#content-panel
{
	background-color: #000000;
	color: #ffffff;
	width: 75%;
	float: left;
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#content-footer
{
	clear: both;
	margin-top: 2em;
	padding-left: 0.5em;
	padding-top: 0.5em;
	color: #ffffff;
	border-top: 1px solid white;
}

#content-footer-left
{
	float: left;
	width: 24%;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;
	padding-top: 1em;
}

#content-footer-center
{
	float: left;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
}

#content-footer-center a
{
	color: white;
	font-weight: bold;
	font-family: sans-serif;
	font-size: medium;
}

#content-footer-right
{
	float: left;
	width: 25%;
}

#content-footer-right a
{
	float: right;
	border: 0;
	width: 88px;
	height: 31px;
}

#content-footer-right a img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-footer-right a:visited img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-footer-right a:hover img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-footer-right a:active img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#banner
{
	background-color: #000000;
	color: #ffffff;
	height: 4em;
	position: relative;
	line-height: 4em;
	clear: both;
}

#banner-left
{
	float: left;
	width: 24%;
	padding-left: 1%;
	font-family: times;
	font-weight: bold;
	font-size: xx-large;
}

#banner-center
{
	float: left;
	width: 50%;
	text-align: center;
	font-family: sans-serif;
	font-size: x-large;
}

#banner-right
{
	float: left;
	width: 20%;
	padding-right: 1%;
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;
}

#content-titlepage
{
	background-color: #010066;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
	color: #ffffff;
	margin-left: auto;
 	margin-right: auto;
}

#content-titlepage-img1
{
	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
}

#content-titlepage-img2
{
	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
}

#content-titlepage-bottom
{
	background-color: #010066;
	height: 125px;
}

#content-titlepage-bottom-left
{
	padding-top: 0;
	width: 24%;
	text-align: left;
	margin-left: 1%;
	float: left;
}

#content-titlepage-bottom-center
{
	padding-top: 100px;
	width: 50%;
	text-align: center;
	margin-left: auto;
 	margin-right: auto;
	float: left;
	font-size: 8px;
	font-weight: normal;
}

#content-titlepage-bottom-right
{
/*	padding-top: 60px;
	width: 24%;
	text-align: right;
	margin-right: 1%;
*/
	padding-top: 60px;
	width: 20%;
	text-align: right;
	margin-right: 1%;
	float: left;
}

#refer
{
	font-size: 12px;
	font-weight: bold;
	font-family: serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#navigation-bar
{
	width: 20%;
	text-align: left;
	float: left;
	left: 0;
	position: relative;
	display: inline;
	margin-bottom: 1em;
}

#navigation-bar ul
{
	list-style-type: none;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
}

#navigation-bar ul li
{
	line-height: 84px;
	height: 84px;
	margin-bottom: 1em;
}

li.introduction
{
	background-image: url("../images/navigation/introduction.gif");
	background-repeat: no-repeat;
	padding-left: 60px;
}

li.history
{
	background-image: url("../images/navigation/history.gif");
	background-repeat: no-repeat;
	padding-left: 60px;
}

li.gallery
{
	background-image: url("../images/navigation/gallery.gif");
	background-repeat: no-repeat;
	padding-left: 60px;
}

li.abbeytoday
{
	background-image: url("../images/navigation/further_information.gif");
	background-repeat: no-repeat;
	padding-left: 60px;
}

#explanation
{
	color: #ffffff;
	font-family: times;
	font-size: medium;
	text-align: center;
	border: 1px #8085b8 solid;
	visibility: hidden;
	display: block;
}

#navigation-bar a
{
	color: #FFFFFF;
}

#navigation-bar a:visited 
{
	color: #FFF666;
}

#navigation-bar a:hover 
{
	color: #FF0000;
}

#navigation-bar a:active 
{
	color: #00FF00;
}

#gallery-content-panel
{
	background-color: transparent;
	width: 75%;
	float: left;
	position: relative;
	margin-top: 1.5em;
}

#gallery-content-note
{
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10px;
	width: 90%;
}

.content-border-top-left
{
	float: left;
	background: url("../images/border/border_tl.gif") top left no-repeat;
	height: 30px;
	width: 30px;
	/* hack to avoid IE */
	font-size: 2px;
}

.content-border-top
{
	float: left;
	background: url("../images/border/border_ht.gif") top left repeat-x;
	height: 30px;
	width: 95%;
	/* hack to avoid IE */
	font-size: 2px;
}

.content-border-top-right 
{
	float: right;
	background: url("../images/border/border_tr.gif") top right no-repeat;
	margin-top: -30px;
	height: 30px; 
	width: 36px;
	/* hack to avoid IE */
	font-size: 2px;
}

.content-content-outer
{
	float: left;
	background: url("../images/border/border_vl.gif") top left repeat-y;
	width: 100%;
}

.content-content-inner
{
	float: left;
	display: inline;
	background: url("../images/border/border_vr.gif") top right repeat-y;
	position: relative;
	width: 96%;
	padding-left: 4%;
}

.content-border-footer
{
	clear: left;
	/* insert */
	width: 100%;
}

.content-border-bottom-left
{
	float: left;
	background: url("../images/border/border_bl.gif") bottom left no-repeat;
	height: 30px;
	width: 30px;
	/* hack to avoid IE */
	font-size: 2px;
}

.content-border-bottom
{
	float: left;
	background: url("../images/border/border_hb.gif") bottom left repeat-x;
	height: 30px;
	width: 95%;
	/* hack to avoid IE */
	font-size: 2px;
}

.content-border-bottom-right 
{
	float: right;
	background: url("../images/border/border_br.gif") bottom right no-repeat;
	margin-top: -36px;
	height: 36px; 
	width: 36px;
	/* hack to avoid IE */
	font-size: 2px;
}

#content-intro-text
{
	float: left;
	width: 60%;
	font-family: cursive, serif, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: justify;
}

#content-intro-logo
{
	float: left;
	width: 30%;
	padding-right: 2em;
}

#content-intro-map
{
	float: left;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 2em;
}

#content-intro-map a:visited img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-intro-map a:hover img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-intro-map a:active img
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#mapprint
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content-history-topics
{
	float: left;
	width: 20%;
	padding-top: 2em;
}

#content-history-topics ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#content-history-topics ul li a
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
	color: #ffffff;
}

#content-history-topics ul li a:active
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-history-topics ul li a:hover
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-history-topics ul li a:visited
{
	border-style: none;
	border: 0 none;
	text-decoration: none;
}

#content-history-detail
{
	float: left;
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content-history-detail-content
{
	text-align: center;
	margin: 0.5em;
}

#content-history-detail-content p
{
	margin: 0.5em;
	font-family: sans-serif;
	font-size: 12px;
}

#content-history-events-detail-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_events_img.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-history-location-detail-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_location_img.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-history-white-monks-detail-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_white_monks_img.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-history-structural-design-detail-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_structural_design_img.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-history-points-of-interest-detail-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_points_of_interest_img.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-history-bacton-church-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_bacton_church.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-history-stewards-doreabbey-img
{
	float: left;
	width: 75%;
	background: url("../images/history/history_stewards_doreabbey.jpg") center center no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

#content-further-information
{
	font-family: sans-serif;
	font-size: 12px;
	width: 95%;
}

#content-further-information table tr td
{
	font-size: 10px;
	padding: 10px;
}
