/* 
	Richard Arnott Style Information
	Copryright  2006 Richard Arnott All rights reserved.
	Created by Cambridge New Media

*/

@import url('classes.css');
@import url('forms.css');


html{

	font-size: 62.5%;

}

body{

	font: 1.3em/18px  Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	margin: 20px;

}

h2{

	color: #add043;

}

#slideshow, #topnav, #messageconfirm{

	display: none;

}

#container{

	width: 90%;
	margin: 0px auto;

}

#col_left{

	padding: 10px;
	float: left;
	width: 33%;

}

#col_centre, #col_right{

	width: 55%;
	float: right;
	border-left: 1px solid #434343;
	padding: 10px 10px 10px 20px;

}

#footer{

	border-top: 1px solid #434343;

}

a{

	font: 1.1em/18px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-weight: normal;

}
