body {
	background: url('../images/bg.jpg') center repeat-y #002c36;
	margin: 0px;
	padding: 0px;
}

.header {
	position: absolute;
	left: 50%;
	margin-left:-375px;
	top:0px;
	width: 750px;
	height: 272px;
	background: url('../images/header.jpg');
}

.side {
	position: absolute;
	left: 50%;
	margin-left: 195px;
	top: 197px;
	width: 180px;
	height: 571px;
	background: url('../images/side.jpg');
}

.menu {
	position: absolute;
	left: 50%;
	margin-left: 198px;
	top: 156px;
	width: 174px;
	height: 223px;
	background: url('../images/menu.jpg');
}

.title {
	position: absolute;
	left: 50%;
	margin-left: -357px;
	top: 200px;
	width: 238px;
	height: 82px;
}

.content {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 560px;
	min-height: 50%;
	top: 300px;
}

* html .content {
	height: 50%;
}

p {
	font-family: arial;
	color: #000;
	font-size: 12px;
}

a {
	color: #27b9dc;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1{
	font-size: 30px;
	color: #27b9dc;
	font-weight: bold;
	font-family: arial;
	font-style: normal;
}

h2{
	font-size: 24px;
	color: #003642;
	font-weight: bold;
	font-family: arial;
	font-style: italic;
}

h3{
	font-size: 16px;
	color: #003642;
	font-weight: bold;
	font-family: arial;
	font-style: italic;
}

h4 {
	font-size: 12px;
	color: #919191;
	font-style: italic;
	font-family: arial;
}

h5 {
	font-size: 14px;
	color: #003642;
	font-weight: bold;
	font-family: arial;
	font-style: normal;
}

.border {
	border: 3px solid #919191;
}

.event {
	border: 3px solid #919191;
	float: left;
	width: 250px;
	margin: 5px 10px 5px 0px;
	padding: 5px;
	min-height: 150px;
}

* html .event {
	height: 150px;
}

.event h2 {
	margin: 0px;
	padding: 0px;
}

.event h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #003642;
}

.clear {
	clear:both;
}

.field {
	margin-top: 5px;
	width: 150px;
	background-color: #fff;
	border: 1px solid #ae0002;
}

.label {
	width: 100px;
	margin: 5px 10px 0px 10px;
	float: left;
	text-align: right;
	font-family: "Verdana";
	font-size: 12px;
}

.textarea {
	width: 500px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #ae0002;
	font-family: verdana;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
}

.submit {
	margin-left: 135px;
	margin-top: 10px;
	width: 100px;
}

ol li {
	font-family: verdana;
	font-size: 12px;
}