body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.column1 {
	float: left;
	width: 31%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: 400px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 0%;
}
.column2 {
	padding: 2%;
	float: left;
	width: 29%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	height: 400px;
}
.column3 {
	float: left;
	width: 31%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#footer {
	padding: 10px;
	float: left;
	width: 780px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	text-align: center;
}
#header {
	background-image: url(images/headerbg.jpg);
	float: left;
	height: 140px;
	width: 100%;
}
#headercontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-image: url(images/navback.jpg);
	float: left;
	height: 35px;
	width: 100%;
	margin-bottom: 20px;
}
#navcontent {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navcontent img {
	margin-right: 20px;
}
h1 {
	font-size: 16px;
	letter-spacing: -1px;
}
a {
	color: #333333;
}
