/* Host 7 Website Styles - © Michael Day 2007 */
/* info@michaelday.org.uk */

/* General Styles */

body {	
background: #000000;	
color: #FFFFFF;	
font-family:  arial, verdana, helvetica, serif;	
margin: 0;	
padding: 0;	
top: 0px;
center;	
font-size: 10px;
}

#wrap {
	width: 651px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
	
}



/* Content Styles */
#content {  	padding: 0px 0px 0 0px;}

.picturecaption {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	background-color: #FFFFFF;
}
.picturecaption a {
	color: #666666;
	text-decoration: none;
}
.picturecaption a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}
.picturecaption a:visited {
	color: #666666;
	text-decoration: line-through;
}

/* Left Column Styles */
#left {
	float: left;
	margin: 0;
	width: 120px;
	padding: 10px 15px 10px 5px;
	font-family:  arial, helvetica, sans-serif;
	clear: none;
	text-align: right;
}

#left a {
	color: #FFFFFF;
	text-decoration: none;
}
#left a:hover {
	color: #666666;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}




/* Right Column Styles */
#right {
	float: right;
	margin: 0;
	width: 470px;
	padding: 10px 5px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	font-size: 11px;
}
#right a {
	color: #666666;
	text-decoration: none;
}
#right a:hover {
	color: #666666;
	text-decoration: underline;
}
#right a:visited {
	color: #666666;
	text-decoration: line-through;
}

/*  Footer Styles */
#footer {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 9px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
