body {
	font-family: helvetica;
	background-color: #ffeecc;
	text-align: left;
	color: #009900;
}

h1 {
	font-family: "Lucida Handwriting", "Comic Sans MS", "Brush Script MT", cursive;
	font-size: 44pt;
	font-style: italic;
	text-align: center;
	padding-bottom: 0pt;
}

h2 {
	font-family: "Lucida Handwriting", "Comic Sans MS", "Brush Script MT", cursive;
	font-size: 18pt;
	font-style: italic;
}

a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-style: italic;
}

li {
	list-style-type: none;
	padding-left: 0em;
	text-indent: -1em;
}

dt {
	padding-top: 10px;
}

dd {
	text-indent: -1em;
}

#error {
	color: #ff0000;
}

#home {
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

#caption {
	font-family: "Lucida Handwriting", "Comic Sans MS", "Brush Script MT", cursive;
	font-size: 18pt;
	font-style: italic;
	text-align: center;
}

#captionlist {
	font-family: "Lucida Handwriting", "Comic Sans MS", "Brush Script MT", cursive;
	font-size: 18pt;
	font-style: italic;
	text-align: left;
}

.mainpic {
	text-align: center;
	width: auto;
}

.header {
	width: 100%;
	height: 30%;
}

#leftside {
	text-align: left;
	float: left;
	width: 25%;
}

#rightside {
	text-align: left;
	float: left;
	width: 25%;
}

.centre {
	float: left;
	text-align: center;
	width: 50%;
}

#footer {
	width: 100%;
	clear: both;
}

.rowcontainer {
   border: 1px solid #ffeecc;
   margin-right:auto;
   margin-left:auto;
   text-align: center;
}

.leftcontent {
   float:left;
   width:45%;
}

.rightcontent {
   float:right;
   width:45%;
}

.padding {
   clear:both;
   margin:0;
   padding:0;
   width:auto;
}
