/* HTML/Body */

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Trebuchet MS,Helvetica;
	font-size: 90%;
	text-align: center;
	color: #2A2A2A;
	background-color: #ffffff;
}

/* Links */

a
{
	text-decoration: none;
	color: #2D95D2;
}

a:hover
{
	text-decoration: underline;
	color: #94C83D;
}

a img
{
	border: 0px;
}

/* Forms */

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

input.check
{
	border: 0px;
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	margin: 0px auto;
	text-align: left;
	width: 820px;
}

#container
{
	float: left;
	width: 780px;
	padding: 0px 20px;
	background: url(images/shadow_bg.gif) repeat-y top left;
}

/*Top Bar Pics*/

#topbarpics
{
	float: left;
	width: 100%;
}

#topbarpics img
{
	float: left;
}

#topbar
{
	float: left;
	width: 100%;
	height: 8px;
	background-color: #0081C9;
}

/* Menu */

#menu
{
	float: left;
	width: 100%;
}

#menu table
{
	float: left;
	width: 100%;
}

#menu a
{
	display: block;
	padding: 10px 0px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	background-color: #94C83D;
	text-align: center;
}

#menu .first 
{
border: 0px;
}

#menu a:hover
{
	background-color: #71A022;
}

/* Content Backgrounds */

#content_home
{
	float: left;
	background: url(images/faded_pic.jpg) no-repeat top right;
}

#content_workshop
{
	float: left;
	background: url(images/faded_pic_workshop.jpg) no-repeat top right;
}

#content_about
{
	float: left;
	background: url(images/faded_pic_about.jpg) no-repeat top right;
}

#content_workshopdates
{
	float: left;
	background: url(images/faded_pic_workshopdates.jpg) no-repeat top right;
}

#content_enquiries
{
	float: left;
	background: url(images/faded_pic_enquiries.jpg) no-repeat top right;
}

#content_why
{
	float: left;
	background: url(images/faded_pic_why.jpg) no-repeat top right;
}

/* Content */

#content
{
	float: left;
	width: 764px;
	min-height: 459px;
	padding: 8px;
}

#content h1
{
	font-weight: bold;
	color: #0081C9;
	margin: 4px 0px 18px 0px;
	font-size: 2em;
}

#content h2
{
	font-weight: bold;
	color: #0081C9;
	margin: 4px 0px 18px 0px;
	font-size: 1.4em;
}

#content ul
{
	list-style-position: inside;
}

#content ul.homepage
{
	float: left;
	width: 460px;
	list-style-type: none;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content ul.homepage li
{
	background: url(images/arrow.gif) no-repeat left 16px;
	padding: 20px 0px 0px 35px;
}

#content .homepage_pic
{
	float: left;
	margin: 0px 20px;
}

#content .workshop_pic
{
	float: left;
	margin: 10px 20px 5px 0px;
	clear: left;
}

/* Footer */

#footer
{
	float: left;
	width: 100%;
	background-color: #0081C9;
	padding: 8px 0px;
	color: #ffffff;
	text-align: center;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

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

/*Bottom Shadow*/

#bottomshadow
{
	float: left;
	width: 100%;
	height: 3px;
	background: url(images/shadow_bg_bottom.gif) no-repeat top left;
}

/* BF Link */

#bflink
{
	float: left;
	width: 800px;
	text-align: right;
	color: #000000;
	font-size: 0.8em;
	padding: 4px 20px 15px 0px;
}

#bflink a
{
	text-decoration: none;
}

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