@charset "utf-8";
body {
	background-color: #CCC;
}
#outercontainer {
	width: 810px;
	border: medium solid #999;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-color: #060;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header h1 {
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: "Cracked Johnnie", Verdana, Arial, Helvetica;
	color: #FFF;
}
#leftpanel {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div  */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 2em;
	height: 100%;
}
#maincontent {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 15em;
}
#special {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 3px ridge #F00;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	background-color:#060;
	width:100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.colour {
	color: #00F;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centre {
	text-align:center;
}

/* The Menu classes and name */

ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu1,#menu2,#menu3,#menu4,#menu5 {
	display: none
	}

.menuHead {
	color: #c00;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

.menuOption {
	display: block;
	color: #f00;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	
.menu {
	width:78%;	
}

.menu li {
	list-style: none;
	margin-left: -20px;
}

.menu dd {
	list-style: none;
	margin-left: -10px;
}
	
.menu a {
	font-size: .7em;
	display: block;
	text-decoration: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 4px;
	background-color: #999;
	color: #fff;
	margin-left: 2px;
}

.menu a:hover {
	font-size: .7em;
	display: block;
	text-decoration: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 4px;
	background-color: #666;
	color: #f99;
}
p.smalltext {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
p.smallertext {
	font-size: 12px;
}
p.sidebartext {
	font-size: 12px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: 72px;
}
#picture {
	height: 147px;
	width: 100px;
	margin-left: 2em;
	margin-bottom: 8px;
}
