body {
	margin: 0px;
	background-image:url(images/background.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#150600;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#c59c64;
}

a:link {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:active {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a img {
	border:none;
	}


#container {
	margin: 0px auto;
	width:720px;
	}
	
#header {
	height:179px;
	background-image:url(images/header-bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#anglesey_title {
	padding-left:40px;
	padding-top:15px;
	width:193px;
	float:left;
	}
	
#run_title {
	width:176px;
	float:right;
	padding-top:5px;
	}
	
#language_select {
	float:right;
	margin-right:20px;
	margin-top:20px;
	margin-left:20px;
	width:147px;
	height:22px;
	}
	
#lang_int {
	background-image:url(images/language-select.png);
	width:147px;
	height:22px;
	}
	
#menu_bar {
	background-image:url(images/menu.png);
	padding-left:30px;
	height:19px;
	padding-top:10px;
	}

#home {
	background:url(images/nav/home.png) no-repeat center;
	width:55px;
	height:10px;
	float:left;
	}
	
#enteronline {
	background:url(images/nav/enter-online.png) no-repeat center;
	width:95px;
	height:10px;
	float:left;
	}
	
#information {
	background:url(images/nav/information.png) no-repeat center;
	width:100px;
	height:10px;
	float:left;
	}
	
#contact {
	background:url(images/nav/contact.png) no-repeat center;
	width:75px;
	height:10px;
	float:left;
	}
	
#merchandise {
	background:url(images/nav/merchandise.png) no-repeat center;
	width:100px;
	height:10px;
	float:left;
	}
	
#news {
	background:url(images/nav/news.png) no-repeat center;
	width:50px;
	height:10px;
	float:left;
	}

	
#content {
	background: #250801 url(images/content-bg.png) top no-repeat;
	width:720px;
	}
	
#content p {
	margin:0px;
	}

.clear {
	clear:both;
	}
	
#footer {
	padding-top:10px;
	height:50px;
	width:720px;
	background-image:url(images/footer-border.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4b1e00;
	}
	
#slogan {
	margin-top:10px;
	margin-left:30px;
	float:left;
	width:258px;
	}
	
#logos {
	float:right;
	width:330px;
	margin-right:20px;
	}
	
/* Content elements */

#runtheisland {
	margin-left:40px;
	padding-top:30px;
	}
	
.splash_box {
	margin-top:25px;
	margin-bottom:90px;
	float:left;
	padding-right:10px;
	}
	
h1 {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ff7e00;
	margin:0px;
	}
	
h2 {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	margin:0px;
	}
	
#side-images {
	margin-top:40px;
	float:left;
	width:183px;
	min-height:500px;
	}
	
#text {
	width:500px;
	padding-top:40px;
	margin-right:20px;
	float:right;
	margin-bottom:20px;
	}
