html {
	overflow:-moz-scrollbars-vertical;
}

body {
	margin: auto;
	background-image: url(../images/honey.jpg);
	padding: 11px 0px 11px 0px;
	font-family: 'Comic Sans MS', Verdana, Geneva, Arial;
	font-size: 14px;
	color: black;
}

img {
	border: 0px solid black;
}

td {
	text-align: left;
}

p,td,tr,table {
	color: black;
	font-size: 100%;
	vertical-align: middle;
}

table.workshop {
	margin:0 auto;
	text-align:center;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	color: black;
	font-size: 100%;
	padding: 3px 3px 3px 3px;
}

input, textarea {
	font-family: Verdana, Geneva, Arial;
	font-size: 100%;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	color: black;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: black;
	text-transform: capitalize;
	margin:10px 0 0 0;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	color: black; 
	margin:40px 0 15px 0;
}

h4 {
	font-family: Verdana, Geneva, Arial;
	font-size: 115%;
	font-weight: bold;
	color: black;
	margin:0;
}

a {
	color: black;
	text-decoration: none;
}

a.text_left {
	margin-right:50px;
	text-decoration: underline;
}

a.text_right {
	margin-left:50px;
	text-decoration: underline;
}

a:hover.email, a:hover.credit_link, a:hover.text_left, a:hover.text_right, a:hover.text {
	color:yellow;
	background-color: black;
	text-decoration: none;
}

hr {
	width:500px;
	text-align:center;
	}

.logo {
	margin-bottom:47px;
}

.nav_pos {
	margin-left:20px;
}

.email, .credit_link, .text {
	text-decoration: underline;
}

.left_box {
	float:left;
	width:47%;
	margin: 15px 10px 0 0;
	border: 0px dotted blue;
}

.right_box {
	float:right;
	width:47%;
	margin: 15px 0 0 10px;
	border: 0px dotted red;
}

.workshop_pic_l {
	float:right;
	padding-right:10px;
}

.workshop_pic_r {
	float:left;
	padding-left:10px;
}

.centre {
	text-align:center;
	vertical-align:top;
}

.top_space {
	margin-top:20px;
}

.copyright {
	padding-right: 3em;
}

.ftr_right {
	float:right;
	height: 5em;
	width: 30%;
	text-align: right;
	padding-right: 3em;
	border: 0px solid blue;
}

.ftr_left {
	float:left;
	height: 5em;
	width: 30%;
	text-align: left;
	padding-left:3em;
	border: 0px solid grey;
}

.ftr_centre {
	text-align: center;
	padding: 0 1em;
	border: 0px solid purple;
}

.img_left {
	float:left;
	margin: 60px 10px 10px 0;
}

.img_right {
	float:right;
	margin: 60px 0 10px 10px;
}

.img_right_home {
	float:right;
	margin: 10px 0 30px 30px;
}

.daisy {
	float:left;
	padding: 10px 10px 10px 30px;
}

.top {
	font-size:75%;
}

.vspace {
	height:150px;
}

.more {
	margin-top:75px;
}

.highlight4 {
	color: #B26614;
	font-style: italic;
}

/* Used for debug */
.htmlIdentity {
 color: white;
 font-weight: bold;
 background-color: black;
}

#pageContainer {
	width: 770px;
	margin: auto;
	text-align: center;
	border: 0px solid lime;
}

#headerContainer {
	float: none; 
	width: 100%;
	height: 292px;
	border: 0px solid red;
}

#contentContainer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border: 0px solid orange;
}

 #footerContainer {
	 width: 100%;
	 height: 5em;
	 border: 0px solid black;
	 padding: 0.2em 0 0.4em 0;
	 font-size: 80%;
	 clear:left;
}
