body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	background-color: #F7F7F7;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	text-align: left;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/lge_panel_web.jpg);
	background-color: #261E21;
	padding-top: 40px;
	font-size: 12px;
}
#header {
	background-color: #FFFEE9;
	width: 789px;
	margin-left: 86px;
	-moz-border-radius: 13px; /* Firefox */
	-webkit-border-radius: 13px; /* Safari and Chrome */
	border-radius: 13px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-box-shadow: 10px 10px 19px #000; /* Firefox */
	-webkit-box-shadow: 10px 10px 19px #000; /* Safari and Chrome */
	box-shadow: 10px 10px 19px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
 	zoom: 1;
  	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=115, Strength=12);
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
}
#main {
	background-color: #FFFDEE;
	width: 804px;
	margin-left: 86px;
	margin-top: 20px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-box-shadow: 10px 10px 19px #000; /* Firefox */
	-webkit-box-shadow: 10px 10px 19px #000; /* Safari and Chrome */
	box-shadow: 10px 10px 19px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	zoom: 1;
  	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=115, Strength=12);
	padding-bottom: 20px;
	font-size: 12px;
}
#navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	letter-spacing: 1px;
	padding-top: 30px;
	padding-left: 19px;
}
#navbar a {
	color: #333;
	text-decoration: none;
}
#navbar a:hover {
	color: #067647;
}
#content {
	min-height:350px;
	font-size: 12px;
}
#leftcolumn {
	min-height: 333px;
	width: 240px;
	border: 2px solid #999;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #666;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 7px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#leftcolumn h1.first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcolumn p {
	text-align: left;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftcolumn p.bold {
	font-size: 14px;
	margin-top: 4px;
	font-weight: bold;
}
#leftcolumn a {
	color: #067647;
	text-decoration: none;
}
#leftcolumn a:hover {
	text-decoration: underline;
}
#rightcolumn {
	float: right;
	width: 510px;
	margin-top: 16px;
	margin-right: 15px;
	min-height: 353px;
	margin-left: 5px;
}
#rightcolumn h1 {
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#rightcolumn p {
	line-height: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	word-spacing: normal;
	letter-spacing: -1px;
}
#rightcolumn img.homelarge {
	border: 2px solid #999;
	padding: 2px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#rightcolumn img.homeSimple {
	margin-left: 258px;
	margin-top: 4px;
}
#rightcolumn img.info {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 7px;
	margin-left: 8px;
}
#rightcolumn.border {
	border: 2px solid #999;
}
#contentFooter {
	clear: both;
}
#footer {
	clear: both;
	color: #FFFDF2;
	margin-left: 70px;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightcolumn img.bio {
	float: left;
	height: 65px;
	width: 65px;
	margin-right: 8px;
}
#leftcolumn p.review {
	margin-top: 0px;
	margin-bottom: 5px;
}

