/***********************************************/
/*	Filename: default.css						*/
/*	Title: default style						*/
/*	Media: screen								*/
/*	Site: www.allitsworth.co.uk					*/
/*	Author: Pete Fairclough						*/
/***********************************************/


body {
	background-color:#333;
	color: inherit;
	font-family:  Geneva, Arial, Helvetica, san-serif; 
	font-size: 8pt;
	padding: 0px;
	margin: 0;
	}
	
#container {
	background-color: #000;
	color:inherit;
	margin: 0px;
	width: 780px;
	border-right:2px #000 solid;
	}		
	
#head {
	background-image: url("../images/ban.jpg");
	background-repeat:no-repeat;
	height:70px;
	padding:0px;
	margin:0px;
	border-top:2px #000 solid;
	}
	
#head2 {
	background-image: url("../images/strap.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#000;
	height:30px;
	}
	
#date {
	background-image: url("../images/date-bg.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	color:#600;
	height:30px;
	text-align:right;
	padding:4px 25px 0 0;
	font-weight:bold;
	}		
	
.content {
	margin:10px;
	padding:20px 30px 50px 20px;
	background-color: #fff;
	background-image: url("../images/content-bg.jpg");
	background-repeat:repeat-x;
	color:#000;
	}
	
.main_table {
	background-color:#000;}	

.main_cell {
	vertical-align:text-top;}
	
#leftnav { 
	width:160px;
	float:left;
	margin:0px;
	}

#leftnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border: 1px #000 solid;}

#leftnav a {
	display:block;
	padding:3px;
	width:160px;
	background-color:inherit;
	border-bottom:1px solid #E9E4D1;}

#leftnav a:link, #navlink a:visited {
	color:#E9E4D1;
	text-decoration:none;}

#leftnav a:hover {
	background-color:#096;
	color:#fff;}	
	
#footer {
	border-bottom:2px #000 solid;
	background-image: url("../images/footer.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
	}
	
#lowlinks {
	background:#600;
	color:#E9E4D1;
	border-top:2px #E9E4D1 solid;
	border-bottom:1px #000 solid;
	font-size:80%;
	padding:6px 20px;
	text-align:right;
	font-weight:bold;}
	
	
#lowlinks a:link {
	color:#E9E4D1;
	background:inherit;}

#lowlinks a:visited {
	color:#E9E4D1;
	text-decoration:none;}

#lowlinks a:hover {
	color:#FFF;
	text-decoration:underline;}		
	
.copyright {
	font-size:80%;
	padding:6px 20px;
	text-align:RIGHT;
	color:#f99;
	font-weight:bold;
	}
	
.copyright a:link, .copyright a:visited {
	color:#f99;
	text-decoration:none;}
	
.copyright a:hover, .copyright a:active {
	color:#f66;
	text-decoration:none;}	
	
.guage {
	font-size:90%;
	font-style:italic;}
	
.guage a {
	font-weight:normal;}
		
	
h1 {
	font-size:180%;
	color:#900;
	background:inherit;
	padding-bottom:4px;
	border-bottom:#900 2px dotted;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h2, h3, h4, h5, h6 {
	color:inherit;
	background:inherit;
	font-weight:bold;
	}
	
h2 {font-size:120%;}
	
h3 {font-size:100%;}	
	
h4, h5, h6 {font-size:80%;}

a:link, a:visited {
	color:#900;
	background:inherit;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a:active {
	color:#c00;
	background:inherit;
	text-decoration:underline;
	font-weight:bold;
	}
	
hr {
	border-bottom:1px #ffffff solid;
	border-top:1px #339966 solid;
	color:}
	
