body {
	font: 12px arial;
	margin: 0px;
	padding: 0px;
	background: #7dcfe7;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1024px;
	background: url(./images/background.gif) no-repeat;
}

#header {
	background: url(./images/background.jpg) no-repeat;
	margin: 0 0 0 0;
	min-width: 1024px;
	width: 1024px;
	height: 184px;
}

#logo {
	float: left;
}

.quote {
	text-align: center;
	font: 16px georgia;
	padding-top: 10px;
	padding-right: 50px;
	width: 300px;
	height: 50px;
	float: right;
}

#container {
}

#side-a {
	clear: both;
	float: left;
	width: 240px;
	background: url(./images/columnOneBackground.jpg) no-repeat top;
	min-height: 602px;
	line-height: 22px;
}

#side-a h2 {
	color: #ffffff;
	font-size: 18px;
	width: 200px;
	padding-left: 20px;
}

#side-a p {
	color: #ffffff;
	width: 200px;
	padding-left: 30px;
}

#side-a a {
	color: #ffffff;
	text-decoration: none;
}

#side-b {
	float: right;
	width: 206px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#side-b p {
	width: 186px;
	padding-right: 20px;
	text-align: center;
}

#content { 
	float: left;
	width: 50%;
	padding: 20px;
	font-size: 16px;
	line-height: 26px;
}

#footer {
	clear: both;
	background: #7dcfe7;
	padding-bottom: 20px;
	text-align: center;
}

#footer a {
	color: #fff;
}

img {
	display: block;
	border: 0px;
}

#tabs ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	}