*{
	padding:0;
	margin:0;
	border:none;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	
}
body {
	background-color: #FFF;
	background-image: url(Images/bodybg.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	position: relative;
	background: #FFF;
}
h1#heading {
	position:relative;
	width:900px;
	height:300px;
	overflow:hidden;
	font-size: x-small;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	
}
h1#heading span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(Images/head.jpg);
	background-repeat:no-repeat;
}
h1#Uppercase {
	font-size: 90%;
	text-transform: uppercase;
	padding-top: 8px;
}


p.lineheight {
	line-height: 120%;
}
#writing p {
	font-size: 85%;
	
}
#writing {
	float: left;
	width: 630px;
	padding-left: 20px;
	background: #FFF;
	text-align: justify;
	position: relative;
}
#pics {
	float: right;
	width: 242px;
	background: url(Images/sidepics.jpg) no-repeat right;
	height: 495px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#writing h1 {
	font-size: 120%;
	font-weight: normal;
	color: #B00000;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 5px;
}
#writing h2 {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	color: #B00000;
	text-align: center;
	text-decoration: underline;
}
#writing h3 {
	font-weight: normal;
	font-size: 90%;
}
#writing h4 {
	font-size: 90%;
	font-weight: normal;
}
.centre {
	margin-left: 250px;
}
.red {
	color: #900;
	font-weight: 900;
	text-align: center;
}
#writing p a {
	text-decoration: underline;
}
.larger {
	font-size: medium;
}
p span {
	font-size: 110%;

}
#wrapper #head {
	position: relative;
}
.img {
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 5px;
	background: #B00000;
	color: #FFF;
}
#footer p {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	}
#footer p.small {
	font-size: 70%;
}
#footer .small a {
	text-decoration: none;
	color: #FFF;
}
#footer p a {
	color: #FFF;
}
.clear {
	clear: both;
}
#wrapper .clear {
	clear: both;
}
#navigation {
	background: #B00000;

}
#navigation ul {
	list-style: none;
}
#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}


#navigation ul li a:link, #navigation ul li a:visited {
	background: #B00000;
	color: #FFF;
	font-size: small;
	text-decoration:none;
	padding: 10px;
	margin: 0px;
}

#navigation ul li a:hover {
	color: #B00000;
	background: #FFF;
}

