﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #e5f4f5;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #0066cc;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066cc;
	font-size: 12px;
	height: 25px;
}

/* Wrapper*/
#wrapper {
	width: 853px;
	margin: 0 auto;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}
#sky {
	border-bottom: 2px solid #d8424c;
	width: 850px;
	height: 100px;
	margin: 0 auto;
	background: #EFFCF0 url('images/sky.jpg') no-repeat;
}
#lines {
	width: 850px;
	margin: 0 auto;
}
#title {
	width: 850px;
	height: 124px;
	margin: 0 auto;
	background: #EFFCF0 url('images/title.jpg') no-repeat;
	border-top-color: #d8424c;
	border-top-width: 2px;
	border-top-style: solid;
}
#images {
	width: 850px;
	height: 138px;
	margin: 0 auto;
	background: #e5f4f5;
	padding-top: 5px;
}
/* Content */
#content {
	width: 850px;
	margin-top: 10px;
	padding-left: 5px;
}
/* Footer */
#footer {
	float: right;
	height: 23px;
	width: 850px;
	color: #000080;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 3px;
}
