@charset "UTF-8";
body {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
line-height: 16px;
	background: #FFFFFF;
	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: #646b41;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 44px;
}

.oneColFixCtr #header {
	background-repeat: no-repeat;
	height: 274px;
	background-image: url(../images/mosaics_header.gif);
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/mosaics_products.jpg);
	background-repeat: no-repeat;
	background-position: 328px 0px;
	height: 400px;
	padding-right: 460px;
}

A:LINK     { color: #646b41; text-decoration: none }
A:VISITED  { color: #646b41; text-decoration: none }
A:HOVER    { color: #909A5D; text-decoration: none }
A:ACTIVE   { color: #646b41; text-decoration: none }

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
	background-color: #E4EED3;
	margin-top: 15px;
}
