body {
	background-color: #F3F1EE;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	}
	
div#wrapper {
	text-align: center;
	background-color: #F3F1EE;
	width: 840px;
	margin: auto;
}

div#content {
	width: 840px;
	background-color: #F3F1EE;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}
	
div#webdevheader {
	font-size: 2em;
	background-color: #F3F1EE;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #475F87;
}
	
div#columns {
	padding-top: 20px;
	background-color: #F3F1EE;
}

div#column1 {
	float: left;
	width: 260px;
	padding-right: 10px;
	background-color: #F3F1EE;
}

div#column2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 260px;
	background-color: #F3F1EE;
}

div#column3 {
	float: left;
	padding-left: 10px;
	width: 260px;
	background-color: #F3F1EE;
}

div#sitethumbs {
	float: left;
	width: 240px;
	margin-bottom: 10px;
	text-align: center;
	border-color: #ffffff;
	background-color: #F3F1EE;
}
	
div#description {
	float: left;
	width: 240px;
	height: 60px;
	text-align: left;
	margin-bottom: 30px;
	color: #777777;
	background-color: #F3F1EE;
}
	
div#contactinfo {
	float: left;
	width: 248px;
	padding-bottom: 0px;
	text-align: right;
	color: #777777;
	background-color: #F3F1EE;
}
	
div#image {
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #F3F1EE;
}
	
div#copyright {
	color: #475F87;
	margin-top: 54px;

}

a:link {color: #475F87; text-decoration: none; }
a:visited {color: #475F87; text-decoration: none; }
a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: underline;
}

img {display: block;}

.style1 {
	text-align: center;
	font-weight: bold;
	color: #808080;
	margin-top: 30px;
}

.style2 {
	margin-top: 99px;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

.style3 {
	color: #000000;
	font-weight: bold;
}

.style4 {
	font-size: 1.3em;
	padding-right: 0px;
}
