@charset "utf-8";
/* CSS Document */

*{
	padding:0px:;
	margin:0px;
}

body{
	color:black;
	background-color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

h1{
	font-size:large;
	font-weight:bold;
}

h2{
	font-size:medium;
	font-weight:normal;
}

h3{
	font-size:small;
	font-weight:bold;
}

a:link, a:active, a:visited{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

hr{
	width:80%;
	margin:10px auto;
	border:thin groove;
}

br{
	clear:both;
}

p{
	font-size:small;
	margin:5px 0;
	
}

#menuwrapper{
	width:100%;
	background-color:#222;
	border-bottom:#74A9BB solid 2px;
}

#menu{
	width:955px;
	margin:0 auto;
	padding:5px 0;
}

#menu li{
	list-style:none;
	display:inline;
	margin:0 19px;
}

#menu a:link, #menu a:active, #menu a:visited{
	color:#eee;
	font-weight:normal;
	text-decoration:none;
}

#menu a:hover{
	color:white;
	font-weight:normal;
	text-decoration:underline;
}

#wrapper{
	width:100%;
}

#holder{
	width:955px;
	margin:0 auto;
}

#titleblock{
	width:955px;
	height:150px;
	margin:20px 0 0 0;
}

#titleflash{
	float:left;
}

#titleimage{
	width:600px;
	height:150px;
	float:right;
}

#bodycontent{
	width:955px;
	min-height:300px;
	margin:20px 0;
}

#bodycontent a:link, #bodycontent a:visited, #bodycontent a:active{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#bodycontent a:hover{
	text-decoration:underline;
}

#bodycontentleft{
	width:465px;
	margin:0 10px 0 0;
	float:left;
}

#news{
	width:665px;
	margin:0 10px 0 0;
	float:left;
	
}

form{
	margin:15px 0 0;
}

#email{
	width:300px;
	margin:5px 0 15px;
	border:#74A9BB solid 2px;
}

#message{
	width:300px;
	margin:5px 0 15px;
	border:#74A9BB solid 2px;
}

#submit{
	color:white;
	padding:2px;
	background-color:#222;
	border:#74A9BB solid 2px;
}

#postCode{
	width:100px;
	margin:5px 0 15px;
	border:#74A9BB solid 2px;
	
}

#video{
	widows:400px;
	height:320px;
	float:left;
}

#map{
	width:600px;
	height:400px;
	margin:10px 20px;
	border:#74A9BB solid 2px;
	float:left;
}

#mapinfo{
	width:300px;
	height:400px;
	float:left;
}

#galleryholder{
	width:955px;
	margin:0 auto;
	float:left;
}

#galleryholder ul{
	width:inherit;
	list-style:none;
	float:left;
}

#galleryholder li{
	width:150px;
	height:100px;
	margin:10px;
	float:left;
}

#galleryholder img{
	border:solid thin #74A9BB;

}

.layout{
	width:465px;
	height:150px;
	margin:10px 0;
	float:left;
}

.layout img{
	width:250px;
	height:150px;
	margin-right:10px;
	float:left;
}

#layoutvid{
	width:310px;
	height:230px;
}

.smalldescription{
	width:310px;
	float:left;
}

#layoutgallery{
	width:645px;
	float:left;
}

#layoutgallery ul{
	margin:0 auto;
	list-style:none;
	float:left;
}

#layoutgallery li{
	width:150px;
	height:100px;
	margin:10px;
	float:left;
}

#layoutgallery img{
	border:solid thin #74A9BB;
}

#bodycontentright{
	width:465px;
	margin:0 0 0 10px;
	float:left;
}

#links{
	width:265px;
	margin:0 0 0 10px;
	float:left;
}

#workshopintro{
	width:615px;
	margin:0 0 0 10px;
	float:left;
}

#workshoparticles{
	width:305px;
	padding:5px;
	margin:0 0 0 10px;
	border:#74A9BB solid 2px;
	background-color:white;
	float:left;
}

#workshoparticles li{
	list-style:none;
	margin:10px 0;
	font-size:small;	
}

.workshopsection{
	width:955px;
	margin:20px auto 20px;
	clear:both;
}

.workshopimage{
	width:500px;
	margin-right:20px;
	float:left;
}

.workshopimage img{
	max-width:500px;
	margin:0 auto;
}

.workshopcontent{
	width:435px;
	float:left;
}

#footerwrapper{
	width:100%;
	margin:50px 0 0 0;
	background-color:#222;
	border-top:#74A9BB solid 2px;
}

#footer{
	color:white;
	width:955px;
	margin:0 auto;
	padding:20px 0;
}

#footer p{
	text-align:center;
	margin:10px 0;

}

#footer li{
	list-style:none;
	display:inline;
	margin:0 25px;
	font-size:small;
}

#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:none;
	font-weight:normal;
	color:#eee;
}

#footer a:hover{
	text-decoration:underline;
	color:white;
}