@charset "utf-8";
body {
	background-color: #FAFAFA;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/white_bar.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {

}
#content {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	width: 740px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 80px;
	width: auto;
	padding-left: 12px;
	padding-top: 12px;
}
#comp {
	float: right;
	height: 75px;
	width: auto;
}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#pano {
	height: 480px;
	border: medium ridge #CECECE;
}
#leftColumn {
	float: left;
	width: 355px;
	line-height: 150%;
	word-spacing: normal;
	text-align: justify;
	padding: 0px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #666666;
}
#rightColumn {
	float: right;
	width: 355px;
	line-height: 150%;
	margin-right: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #666666;
}
