@charset "UTF-8";

body {
	background: #978981;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.layout1 #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	max-width:1024px;
	background: #FFFFFF no-repeat bottom right url(../images/structure/watermark.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*min-height:768px;*/
}



.layout1 #headerFrame {
	float:left;
	width:100%;
	background:#FFFFFF;
	/*border:#FF0000 1px solid;*/
}
.layout1 #topbar{
	width:100%;
	float:left;
	border-bottom:5px solid #f89c31;
}
.layout1 #imgLeft {
	float:left;
}
.layout1 #imgRight {
	float:right;
}

.layout1 #headingFrame {
	width:100%;
	height:52px;
	float:left;
}
.layout1 #heading {
	float:left;
}
.layout1 #tabs {
	float:right;
	/*margin:0px 20px 0px 0px;*/
	margin:0px 10px 0px 0px;
}



.layout1 #contentFrame {
	float:left;
	width:100%;
	background: #FFFFFF no-repeat bottom right url(../images/structure/watermark.jpg);
	min-height:570px;
	padding-bottom:20px;
}
.layout1 #navigationHolder {
	float:left;
	width:231px;
	max-width:231px;
}
.layout1 #navigation {
	margin-left:20px;
}
.layout1 #contentHolder {
	float:left;
	width:540px;
	max-width:540px;
}
.layout1 #contentTitle {
	float:left;
	width:100%;
}
.layout1 #contentCopy {
	float:left;
	width:100%;
}
.layout1 #sideHolder {
	float:left;
	width:253px;
	max-width:253px;
}

.layout1 #who {
	width:100%;
	float:left;
	border-bottom:#f89c31 solid 1px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.layout1 #whoMedia {
	float:left;
	margin-right:10px;
	min-width:175px;
}
.layout1 #whoText {
	float:left;
	max-width:355px;
}

