@charset "utf-8";
body {
	background-color: #22BDAD;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: center;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	float: none;
	height: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	background-attachment: scroll;
	left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 100px;
	width: 730px;
	padding-bottom: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 30px;
	margin-right: auto;
	padding-bottom: 12px;
	width: 730px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
}
#content {
	padding-top: 0px;
	height: auto;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: normal;
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
}
#photocolumn {
	float: left;
	height: auto;
	width: 200px;
}
#textcolumn {
	float: right;
	width: 500px;
	padding-right: 10px;
	height: auto;
}

