/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 3px;
	padding: 0px;
}

h2 { font-size: 1.1em;
	color:#3a6b6f; }
h3 { font-size: 0.9em; }

p, blockquote, ul, ol {
	line-height: 120%;
	text-align: left;
	font-size: 0.75em;
}

ul {
	margin-left: 0px;
	padding-left: 1.5em;
	text-indent: -1.25em;
	list-style-position: inside;
	line-height:normal;
}

a:hover {
	text-decoration: none;
}

img {
	float: right;
	padding: 1px;
	margin: 10px;
	border: 1px solid #000;
}

/* Header */

#header {
	width: 790px;
	height: 200px;
	margin: 0 auto;
	background:#fff;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
}

#logo * {
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 74px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
	width: 790px;
	height: 200px;
	background: url(images/img2.jpg);
}

#menu ul {
	float: right;
	margin: 5px;
	padding: 180px 10px 10px 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 4em;
	text-transform: sentence case;
	font-size: small;
	font-weight: bold;
	color: #fff;
}

/* Content */

#content {
	width: 790px;
	height: 420px;
	margin: 0 auto;
	background: url(images/img3.gif);
	border-top: 5px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#content a {
	color: #3a6b6f;
	font-weight: bold;
}

#colOne {
	float: left;
	width: 580px;
}

#colOne .top-head {
	padding: 5px 0 0 0px;
	border-top: 8px solid #3a6b6f;
}

#colOne .content {
	padding: 5px;
}

#colTwo {
	float: right;
	width: 190px;
	padding-right: 1px;
	border-top: 8px solid #17b5bb;
	color:#fff;
}

#colTwo a {
	color:#fff;
}

#colTwo .top-head {
	padding: 8px 0 0 0px;
}

#colTwo .content {
	padding: 2px;
}

#extra {
	height: 5px;
}

/* Footer */

#footer {
	width: 790px;
	height: 30px;
	margin: 0 auto;
	background: url(images/img4.gif);
	border-top: 8px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #333;
}

#footer a {
	color: #333;
}
