@charset "iso-8859-1";
/* author: matt@prowebpagedesign.co.uk */
/* Creation date: 23/05/2009 */
body {
    margin: 0px;
    padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

#floatbackground {
    position: absolute;
    left: 50%;
    width: 1600px;
	height:506px;
    top: 0px;
    margin-left: -800px;
    background-image: url(../images/bg-shadow.jpg);
	background-repeat: no-repeat;
}

#title {
    position: absolute;
    left: 50%;
    width: 790px;
	height: 100px;
    top: 25px;
    margin-left: -395px;
    border: 2px solid #302020;
    background-color: #090909;
	background-image: url(../images/titlebg.gif);
	background-repeat: no-repeat;
}

#horiznav {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background: #000000;
	margin-left: -395px;
	position: absolute;
	top: 130px;
	left: 50%;
	width: 790px;
	height: 25px;
	visibility: visible;
}

#MenuPos {
	position:relative;
	top:0px;
	left:0px;
	width:790px;
	height:22px;
}

#content {
    position: absolute;
    left: 50%;
    width: 500px;
    top: 165px;
    margin-left: -395px;
    border: 2px solid #302020;
    background-color: #090909;
	color: #c1c1c1;
}

#newsnav {
    position: absolute;
    left: 50%;
    width: 280px;
    top: 165px;
    margin-left: 115px;
    border: 2px solid #302020;
    background-color: #090909;
}

#advert {
    position: absolute;
    left: 50%;
    width: 500px;
    bottom: -100px;
	height:60px;
    margin-left: -250px;
    border: 2px solid #302020;
    background-color: #090909;
	color: #c1c1c1;
}

table {
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}

h1 { /* Main Heading */
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	background-color:#000000;
	border: 1px solid #302020;
}

h2 { /* NewsNav Category Heading */
	font-size: 1.0em;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-decoration: underline;
}

h3 { /* NewsNav Link Decriptor */
	font-size: 0.9em;
	color: #c1c1c1;
	padding: 0px ;
	margin: 1px 15px 1px 15px;
}

h4 { /* General */
	font-size: 0.8em;
	color: #c1c1c1;
}

h5 { /* Content Text */
	font-size:1.0em;
	Color: #c1c1c1;
	padding:0px;
	margin: 10px 15px 1px 15px,
}

i {
	font-size: 0.8em;
}

a {
	color: #c10101;
}

a:hover {
	text-decoration: none;
	color: #FF2020;
}

a:visited {
	color: #c10101;
}

a img {
	border: none;
}