body {
	background-color: #99CCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: center;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 90px;
	padding-bottom: 12px;
}
#nav {
	height: 20px;
	padding-bottom: 10px;
}

#toprow {
	float: none;
	height: 140px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	background-position: center;
	border-top: medium double #666666;
	border-right: #666666;
	border-bottom: medium ridge #666666;
	border-left: #666666;
}

#middlerow {
	float: none;
	height: 140px;
	width: 760px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}
#bottomrow {
	float: none;
	height: 140px;
	width: 760px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#leftcolumn {
	float: left;
	height: 140px;
	width: 140px;
}
#rightcolumn {
	float: right;
	height: 140px;
	width: 189px;
}
#leftcolumn1 {
	float: left;
	height: 89px;
	width: 189px;
}
