@charset "utf-8";
/* CSS Document */

html {
	margin:0 auto;
	padding:0;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}

#fbook {
	clear:both;
	width:900px;
	text-align:right;
	margin:20px auto;
	color:#666;
	font-size:10px;
	font-weight:bold;
}

#fbook img {
	padding-left:5px;
	border:0;
	text-decoration:none;
	vertical-align:middle;
}

#gs {
	width:100%;
	text-align:center;
	font-size:9px;
	color:#777;
	text-decoration:none;
	padding-bottom:20px;
}

#gs a {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

#gs a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

body {
	margin:0 auto;
	padding:0;
	background-color:#000;
}

img {
	border:0;
}

#wrapper {
	width:900px;
	margin:10px auto 20px auto;
	background-color:#000;
	border:3px double #222;
	text-align:center;
}

#contentWrap {
	width:850px;
	padding:25px;
	text-align:center;
	background:url(images/ukbg.jpg) no-repeat top center #000; 
}

hr {
	height:1px;
	color:#222;
	background-color:#222;
	border:0;
}

h1 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	margin:15px 0 25px 0;
	text-shadow: 0px 0px 10px #000;
}

span {
	color:#FF0000;
}

#footer {
	clear:both;
	background-color:#222;
	height:25px;
	text-align:center;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding-left:25px;
}

#footer li {
	display:inline;
	font-size:10px;
	color:#666666;
	padding-right:10px;
	text-decoration:none;
}

#footer li a {
	font-size:10px;
	color:#666666;
	padding-right:10px;
	text-decoration:none;
}

#footer li a:hover {
	color:#999999;
}

img {
	border:0;
}

a img {
	border:1px solid #666;
}

a img.noborder {
	border:0 !important;
}

.ironintro {
	width:800px;
	padding:25px;
	margin-top:25px;
	clear:both;
	text-align:left;
	background:#FFF;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

h2 {
	color:#FF0000;
	font-size:24px;
	font-weight:normal;
	margin:0 0 25px 0;
}

h3 {
	color:#FF0000;
	font-size:18px;
	font-weight:normal;
}

p {
	color:#333;
	font-size:16px;
}

h4 a {
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

	h4 a:hover {color:#F00;}


