/* --------------------

   Copyright 2007 WebDragon
   Author:  Ben Halbert
   Contact: ben@web-dragon.co.uk

   -------------------- */

/* - Global ----------- */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

p {
	font-size: 10pt;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

h1{
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #000000;
	font-size: 15pt;
}

img{
	border: 2px solid #ffffff;
}

hr {
	border: none 0;
	border-top: 1px solid #000000;
	width: 100%;
	height: 1px;
}

/* -------------------- */

/* - Header ----------- */

#header{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header ul{
	margin: 10px 0 10px 0;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	display: block;
	list-style: none;
	background-color: #bbbbbb;
}

#header li{
	display: inline;
	background-color: #aaaaaa;
	float: right;
}

#header li a{
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 2px solid #ffffff;
	float: left;
}

#header li a:hover{
	background-color: #bbbbbb;
	text-decoration: none;
	color: #000000;
	font-weight: normal
}

#header .logo{
	height:130px;
	margin: 0;
	border-bottom: 2px solid #cc0000;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/* -------------------- */

/* - Content ---------- */

#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#text{
	text-align: justify;
	padding: 10px;
	border-top: 2px solid #cc0000;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

/* -------------------- */

/* - Footer ----------- */

#footer{
	width:900px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	padding-top: 5px;
}

#footer p{
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	color: #000000;
}

#footer a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#footer a:hover{
	text-decoration: underline overline;
}

/* -------------------- */