/*
Description: www.websiteturbine.co.uk CSS styles for screen presentation
Copyright: (c)2004 Dot Com Imaging. All rights reserved.
Further information: info@dotcomimaging.com
Created by: David Kirkham
Last modified by: David Kirkham
Updated: 23/03/2004
*/

/* --- Overall design --- */
body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: none;
  	width: 100%;
	}

#header {
	background: none;
	}

/* --- Credit --- */
#credit {
	position: relative;
	margin: 0 20px 0 20px;
	}

/* --- Theme --- */
#theme {
	position: relative;
	margin: 0 20px 0 20px;
	left: 0px;
	}

#splash {
	display: none;
	}

/* --- Nav bar --- */
#nav {
	background: none;
	}

#mainbody {
	position: relative;
	margin: 0 20px 0 20px;
	}

#mainbody img {
	display: none;
	}

#linklist {
	position: relative;
	top: 0px;
	right: 0px;
	font-size: 88%;
	line-height: 1.5em;
	margin: 0;
	color: #666;
	width: 95%;
	}

#linklist h1 {
	background: none;
	padding: 0;
	}

#linklist li {
	background: none;
	margin: 0;
	padding: 0;
	}

/* --- Footer --- */
#footer {
	position: relative;
	background: none;
	height: 35px;
	width: 100%;
	padding: 0;
	margin: 0;
	}

/* --- Footer links --- */
#sublinklist {
	position: relative;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #a6a6a6;
	margin: 1em 20px 1em 20px;
	}