@charset "UTF-8";
/* site-wide structural elements */

body {
	padding: 12px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/drop-shadow.gif);
	background-repeat: no-repeat;
	background-position: center 2px;
}
#outerWrapper {
	height: 646px;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 958px;
	background-color: #FFF8E5;
	border: solid #999999 1px;
}
#outerWrapper #header {
	height: 161px;
	width: 958px;
	background: url(../images/fb-header.gif) no-repeat right;
}
#outerWrapper #header #logo {
	float: left;
	height: 161px;
	width: 149px;
}
#outerWrapper #contentWrapper {
	height: 485px;
}
#outerWrapper #contentWrapper #leftnav {
	background-color: #F2ECD9;
	float: left;
	height: 485px;
	width: 149px;
	text-align: center;
	margin-top: 0px;
}
#outerWrapper #contentWrapper #content {
	height: 450px;
	margin-right: 10px;
	margin-left: 150px;
}
#outerWrapper #contentWrapper #content #iframe {
	float: right;
	height: 414px;
	width: 780px;
	padding-top: 18px;
	border:0px none transparent !important;
	background-color: #FFF8E5;
}
