﻿#container {
	width: 1024px;
	height: 1299px;
}
#header {
	margin: auto;
	width: 1023px;
	height: 200px;
}
#mainbottom {
	margin: 20px auto 0px auto;
	width: 1040px;
}
#footer {
	margin: 20px auto auto auto;
	width: 768px;
	border-top-style: dashed;
	border-top-width: medium;
	border-top-color: #EB7425;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Comic Sans MS";
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
#navigation {
	width: 200px;
	float: left;
}
#contentmain {
	border: 3px solid #E76F0B;
	padding: 2px;
	font-family: "COmic Sans MS";
	font-size: medium;
	color: #FFFFFF;
	background-color: #11B3FF;
	float: right;
	width: 830px;
}
#logo {
	width: 200px;
	height: 200px;
	background-color: #00C0FF;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #E46D11;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: x-large;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
#headerimage {
	width: 824px;
	position: absolute;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	top: 15px;
	left: 210px;
}
.h2 {
	text-align: center;
	font-family: "COmic Sans MS";
	font-size: x-large;
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}
.centre {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.style1 {
	border-width: 0px;
}
.image-right {
	float: right;
}
.flash {
	text-decoration: blink;
}
.underline {
	text-decoration: underline;
}
