/*

Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0f8eb3 url(images/img1.jpg) repeat-y center top;
	font: small Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #054355;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding: 20px;
}

/* Logo */

#logo {
	float: left;
	width: 410px;
	padding: 0 0 0 60px;
	background: url(images/img4.jpg) no-repeat left center;
}

#logo h1 {
	font-size: 2.5em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	background: none;
}



/* Content */

#content {
	width: 720px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 470px;
}

/* Column Two */

#colTwo {
	float: right;
	width: 180px;
}



/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: xx-small;
}