@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #B7AD7D;
	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 */
	color: #000000;
	background-image: url(images/sides-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image: url(images/center-bg.png);
	background-repeat: repeat;
	background-position: center;
}
.oneColFixCtr #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtr #nav-bar {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 360px;
	float:right;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #flash-header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 720px;
	float:none;
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #main-left {
	padding: 20px 10px 20px 25px;
	width: 230px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #main-right {
	width: 430px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	width: 735px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	color: #403924;
	text-decoration: underline;
}

a:visited{
	color: #403924;
	text-decoration: underline;
}

a:hover{
	color: #403924;
	text-decoration:underline;
}
h1 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 21px;
	font-weight: normal;
	color: #403924;
}
h2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #403924;
}
h3 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #403924;
}
.body-text {
	font-size: 12px;
	font-family: Helvetica, sans-serif, Arial;
}
ul {
	margin: 5px;
	padding: 10px;
}
.body-text-pink {
	font-size: 12px;
	font-family: Helvetica, sans-serif, Arial;
	color: #E0534F;
	font-style: italic;
	font-weight: bolder;
}
.footer-text-designer {
	font-size: 9px;
	font-family: Helvetica, sans-serif, Arial;
	font-style: italic;
}

