@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
    background-image:url(images/intro_background_slice.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 772px;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#front_page {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #ffffff;
	margin: 0px 0px 0px 213px;
	width: 700px;
	color: #947556;
}
.copyright {
	font-size: 10px;
}
a, a:link, a:visited { font-size: 11px; text-decoration: none;	color: #947556; }
a:hover, a:active { font-size: 11px; text-decoration: underline;	color: #947556; }
