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


body {
	margin: 0px 20px;
	padding: 0px 20px ;
	background: #FFFFFF url(images/img01a.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5a3d1b;
	
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #5a3d1b;
	font-size: 2.4em;

}

h2 {
	font-size: 2em;

}

h3 {
	font-size: 1.4em;
	color: #fd793c;
	font-style: italic;
}


img {
	border: none;
}

a {
	color: #41b7c8;
}

a:hover {
	text-decoration: none;
	color: #5a3d1b;
}

/* Header */

#header {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	letter-spacing: -2px;
	font-size: 48px;
}


#logo a {
	text-decoration: none;
	color: #5a3d1b;
}

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 152px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 28px;
	color: #41b7c8;
}

#menu a:hover {
	color: #5a3d1b;
}




/* Content */

#contentwrapper {
	width: 760px;
	margin: 0 auto;
}


/* Left Column */

#leftcolumn {
	float: left;
	width: 580px;
}


/* Right Column */

#rightcolumn {
	width: 180px;
	float: right;
}

/*Seattle Page */

#leftcol {
	width: 375px;
	float: left;
	}
	
#rightcol {
	width: 375px;
	float: right;
	}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #41b7c8;
	margin: 0 auto;
	
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: smaller;
	color: #fd793c;
}

#footer a {
	color: #5a3d1b;
	text-decoration: none;
}

.divider {
	height: 0px;
	margin: 10px 0;
	border-top: 1px dotted #2D3437;
	line-height: 0px;
	font-size: 0;
	}