@charset "iso-8859-1";
/* CSS Document */

body {
		margin:50px 0 0;
		padding:0;
		background-color:#A7A09A;
		color:#000;
		min-width:750px;
		font-family: Garamond, Arial, Verdana, sans-serif;
	}
	
	div#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:800px;
	border: 1px solid #333333;
	}
	
	#header {
	background-color:#FFFFFF;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;


	}
	#header h1 {
	padding:5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	#mainheader {
	BACKGROUND-COLOR: #FFFFFF;
	color: #800301;
	letter-spacing: 3pt;
	text-indent: 20px;
	vertical-align: middle;
	height: 100px;
	width: 545px;
	float: right;
	padding-left: 100px;
}

	#sideheader
{
	WIDTH: 151px;
	height:112px;
	background-color: #FFFFFF;
	float: none;
	clear: none;
	font-size: 140%;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	}
	
	
	#nav ul{
	margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
	font-size: 120%;
	}
	#nav li{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	}
	#nav a:link {
	color: #A74949;
}
#nav a:visited {
	color:#A74949;
}

#nav a:hover {
	color:#333333;
}
#nav a:active {
	color:#333333;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
color:#333333;
}
	
		#main {
	background-color: #FFFFFF;
	float:right;
	width:648px;
	border-left: 1px solid #333333;
	color: #333333;
	}
	 #main h3, #main p {
		padding:0 10px;
	}
	#main h2
	{
	padding:10px 10px 0;
	text-align: center;
	}
	#sidebar {
	background-color:#FFFFFF;
	width:147px;
	margin-right: 500px;
	padding-top: 40px;
	
	}
	html>body #sidebar {
		width:150px;
	}
	/*#sidebar ul {
		margin-bottom:0;
	}*/
	#sidebar h3, #sidebar p {
		padding:0 10px;
	}
	
	#footer {
	background-color:#FFFFFF;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 85%;
	color: #A84C4C;
	text-align:center;
	}
	#footer p {
		padding:5px;
		margin:0;
	}
	/*sets the text on the index page*/
	.indextext
	{
	font-size:150%;
	color: #333333;
	text-align: center;
	margin-top: 50px;
	}
	/*sets the text left on the work page*/
	.worktextleft
	{
	margin-left: 50px;
	margin-top: 30px;
	}
	/*sets the text right on the work page*/
	.worktextright
	{
	text-align: right;
	margin-right: 40px;
	margin-top: 30px;
	}
	/*sets the text centre on the gallery page*/
	.galleryttextcentre
	{
	margin-right: 30px;
	margin-left: 30px;
	}
	/*sets the main text centre on the location page*/
	.textcentre
	{
	text-align: center;
	margin-bottom: 20px;
	}
	/* contact page layout*/
	#contact1
	{
	font-size: 120%;
	font-weight: bold;
	margin-top: 100px;
	float: left;
	clear: none;
	margin-left: 60px;
	}
	#contact2
	{
	margin-top: 100px;
	float: left;
	clear: none;
	margin-left: 100px;
	font-size: 120%;
	padding-bottom: 90px;
	}
	/*styles to add to above*/
	
	.contacttitle{
	font-weight: bold;
	margin-top: 105px;
	
}
	.contactdetails {
	margin-left: 200px;
	float: none;
	margin-top: 40px;
}
/*sets the text on the links page*/
#linksleft
	{
	font-size: 90%;
	font-weight: bold;
	margin-top: 20px;
	float: left;
	clear: none;
	margin-left: 0px;
	text-decoration: underline;
	color: #666666;
	width: 180px;
	background-color: #CC66FF;
	}
	#linksright
	{
	margin-top: 38px;
	float: none;
	clear: none;
	font-size: 90%;
	background-color: #FFFFFF;

	
	}
.linkstitle{
	
	color:#666666;
	
}
.linkstext{
	color: #666666;
	margin-left: 10px;
}
/*allows the links to be customised on the links page.*/
.class2{
	position: relative;
	left: 50px;
	width: 350px;
}

.class1 {
	font-size: 100%;
	margin-bottom: 50px;
}
.class1 A:link {
	color:#333333;
	text-decoration: underline;
}
.class1 A:visited {color:#666666;text-decoration: underline}
.class1 A:active {color:#666666;text-decoration: none}
.class1 A:hover {color:#333333;text-decoration: underline; }
	
