/*
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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

/* Right pic */

#rightpic {
	float: right;
	width: 200px;
	height: 200px;
	background: url(images/banner2.jpg);
}


/* Logo */

#leftpic { 
	float: left;
	width: 589px;
	height: 200px;
	background: url(images/banner1.jpg);
}
	
#logo {
	text-align: left;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 10px 10px 10px;
	letter-spacing: 1.5px;
	font-size: 1.75em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

#menu {
	padding-top: 10px;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 160px 0px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	padding: 0 0 0 2em;
	text-transform: lowercase;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;	
    background: url(images/img3.gif);
	border-top: 10px solid #FFFFFF;
}

#colOne {
	float: right;
	width: 590px;
}

#colOne .top-head {
	padding: 30px 0 0 20px;
	border-top: 10px solid #84A594;
}

#colOne .content {
	padding: 20px;
	background color: #84A594;
	font-size: small;
}

#colTwo {
	float: left;
	width: 190px;
	padding-right: 10px;
}

#colTwo .top-head {
	padding: 30px 0 0 20px;
}

#colTwo .content {
	padding: 20px 20px 20px 20px;
}

#extra {
	height: 10px;
}

/* Footer */

#footer {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img4.gif);
	border-top: 10px solid #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #A1A1A1;
}

#footer a {
	color: #A1A1A1;
}