/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	background: #F9FCEA;
	font-family: Palatino, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	background: url(img1.gif);
}

#logo * {
	text-align: center;
	text-decoration: none;
	font-style: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 40px 0 0 0;
	letter-spacing: -2px;
	font-size: 1.5em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 3em;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: 200px;
	background: url('http://i67.photobucket.com/albums/h305/tsmookler/2006_0903summer060064-2-1-1-1.jpg');
}

#menu ul {
	margin: 0;
	padding: 160px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 1.5em;
	font-size: large;
	font-weight: bold;
	font-style: strong;
	color: #FFFFFF;
	
}

/* Content */

#content {

	width: 660px;
	margin: 0 auto;
	background: url(img3.gif);
	
}

#colOne {
	margin: 0;
	float: right;
	width: 450px;
	font-size: large;
}

#colOne .top-head {
	padding: 30px 0 0 20px;
	background: url(img6.gif) no-repeat;
}

#colOne .content {
	padding: 20px;
}

#colTwo {
	float: left;
	width: 200px;
	font-size: large;
}

#colTwo .top-head {
	padding: 20px 0 0 20px;
	background: url(img5.gif) no-repeat;
}

#colTwo .content {
	padding: 10px 10px 10px 30px;
}

#extra {
	height: -5px;
	background: url(img7.gif);
}

/* Footer */

#footer {
	width: 660px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}