body {
	background-image: url(background_images/page.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #111111;
}

#centreContent {
	width: 955px;
	height: 100%;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#logoHeader {
	position: absolute;
	margin-left: -66px;
	margin-top:0px;
	padding:0px;
	display:block;
	height: 100px;
	top:0px;
	z-index: 2;
	border: none;
}

#header {
	margin-top: 125px;
	margin-bottom: 5px;
	text-align:right;
	margin-right:20px;
}

#header a {
	margin-right: 0px;
	margin-left: 11px;
	color: white;
	text-decoration:none;
	font-size:17px;
	letter-spacing:3px;
	padding:9px;
	text-align:center;
	padding-top:7px;
	border:1px solid #494948;
}

#header a:hover {
	color: white;
	border:1px solid red;
	background-color:black;
}

#header a.current {
	color: white;
	border:1px solid red;
	background-color:black;
}

#boxedArea {
	border: none;
	width: 957px;
	top: 106px;
	height: auto;
	overflow: auto;
	background-image:url(background_images/home.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
	min-height: 350px;
	margin-top:50px;
}

#footer {
	font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 29px;
	width: 950px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:20px;
}

#textContent {
	margin-left: 501px;
	margin-top: 0px;
	width:46%;
	text-align:justify;
	line-height:20px;
	display:inline;
}

#textContent table {
	height: 100%;
}

#textContent td {
	font-size:14px;
	color: #C7C9CD;
	height: 180px;
	overflow: auto;
	line-height:22px;
}

#footer div {
	float:right;
	text-align: right;
	color: #444444;
	display:inline;
}

#footer a {
	text-decoration:none;
	color: #444444;
}

#thumbPanel {
	float:left;
	padding-top: 50px;
	padding-left: 10px;
	display: inline;
	width: 480px;
	min-height:500px;
	height: auto;
	overflow: auto;
	cursor: pointer;
	display:inline;
}

.thumbBox {
	float: left;
	display:inline;
	margin: 5px;
	font-size:11px;
}

.thumbBox img {
	border: none;
}

.thumbBox a {
	border: 1px solid black;
}


h1 {
	font-size: 22px;
	width: 100%;
	text-align:left;
	margin-bottom: 0px;
	color:red;
	letter-spacing:2px;
	text-transform:lowercase;
	font-weight:normal;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	margin-left: 0px;
	padding: 0px;
}

li {
	margin-left: 2px;
	padding: 0px;
	text-align:left;
}

a {
	color: red;
}

input {
	background-color: #333333;
	color: white;
	width: 90px;
	border: 2px solid black;
	cursor: pointer;
	font-size:11px;
}

input:hover {
	border: 2px solid red;
}

b {
	color:white;
	margin-bottom:-12px;
}

a.mainLink img {
	border:1px solid white;
}

a.mainLink:hover img {
	border:1px solid red;
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	color:white;
}

#footer a.email {
	margin-left:40px;
	margin-right:40px;
}

#scrollNav td {
	width:50%;
	background-color:black;
	background-repeat:no-repeat;
	background-position:center 0px;
	height:30px;
	cursor:pointer;
}

#scrollNav td.red {
	background-position:center -30px;
}