body {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}
#wrap {
	background-color: #FFF;
	background-image: url(img/leftborder.gif);
	background-repeat: repeat-y;
	border-bottom: 4px double #6a8caf;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 1px;
	width: 900px;
}
/*both banner and h1 goes in header div */
#header {
	float: left;
	margin: 0;
	width: 900px;
}
#content {
	float: left;
	margin: 20px 30px 0 6px;
	width: 630px;
}
#content img, #sidebar img {
	border: 1px solid #ccc;
}
#sidebar {
	background-image: url(img/grad.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #6a8caf;
	border-right: 1px solid #6a8caf;
	color: #6a8caf;
	float: left;
	margin: 20px 0 10px 0;
	text-align: left;
	width: 230px;
}
#sidebar p {
	font-size: 10pt;
	margin: 0 5px 5px 5px;
}
#footer {
	background-image: url(img/grad.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #6a8caf;
	border-right: 1px solid #6a8caf;
	clear: both;
	margin-bottom: -10px;
	width: 900px;
}
#footer p {
	font-size: 10pt;
	margin: 10px 25px 0 75px;
	text-align: left;
}
.large {
	font-size: 120%;
}
.left {
	float: left;
	margin: 5px 10px 5px 0;
}
.leftimage {
	background-image: url(img/photoback.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 20px 0;
	padding: 10px 28px 10px 28px;
}
.white {
	color: #fff;
}
.text {
	float: left;
	margin-top: -10px;
	text-align: left;
	width: 310px;
}
h1 {
	color: #6a8caf;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
h2 {
	color: #6a8caf;
	font-size: 12pt;
	margin: 5px 5px 0 5px;
}
p {
	color: #666;
	font-size: 11pt;
}
