@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#box2 {
	margin: 40px 10px 10px 10px;
	padding: 15px 8px 0px 10px;
	border: 5px solid #999999;
	height: 500px;
	width: 880px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 10px 10px 10px 25px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
#type {
}
#menuholder  {
	background-color: #FFFFFF;
}
#box {
	height: 330px;
	width: 880px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 5px solid #999999;
	padding: 15px 8px 0px 10px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
}
#homemain {
	margin-left: 220px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 416px;
	vertical-align: top;
}
#box3 {
	height: 450px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 5px solid #999999;
	padding: 15px 8px 0px 10px;
	margin-right: 10px;
}
#imageContainer {
	height: 416px;
	width: 350px;
	float: right;
	margin-left: 20px;
}
#sidebar1  {
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	float: left;
}
#mainContent {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 220px;
}
#content {
	width: 950px;
	border-top-color: #336699;
	border-top-width: 7px;
	border-top-style: solid;
	margin-top: 10px;
}
#homesidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 15px;
	margin-top: 20px;
}
#abovefooter {
	background-color: #CCCCCC;
	padding: 5px 5px 5px 20px;
}
#container2 {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	border-top-width: medium;
	border-bottom-width: thin;
	margin-top: 10px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
}
#box4 {
	height: 340px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 5px solid #999999;
	padding: 15px 8px 0px 10px;
	margin-right: 10px;
}
#box5 {
	height: inherit;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 5px solid #999999;
	padding: 15px 8px 0px 10px;
	margin-right: 10px;
}
#box6 {
	height: 640px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 5px solid #999999;
	padding: 15px 8px 0px 10px;
	margin-right: 10px;
}
#box7 {
	height: inherit;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
}
#box8 {
	height: inherit;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box9 {
	height: 680px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
.style16 {
	color: #666666;
	font-weight: bold;
	font-size: 14pt;
}
#sidebarhome {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#boxgallery {
	height: 670px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 150px;
	width: 770px;
}
#acetalgal {
	height: 600px;
	width: 564px;
	float: right;
}
#boxgallery2 {
	height: 590px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 160px;
	width: 750px;
}
.style12 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #336699;
}
.style18 {
	font-size: 7pt;
	font-weight: bold;
}
#menuholder2 {
	background-color: #FFFFFF;
	padding-left: 155px;
}
#box10 {
	height: 720px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box11 {
	height: 1160px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box12 {
	height: 790px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box13 {
	height: 1190px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box14 {
	height: 935px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 8px 15px 10px;
}
#box15 {
	height: 1020px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box16 {
	height: 1465px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box17 {
	height: 1140px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#box18 {
	height: 980px;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 5px solid #999999;
	padding: 5px 5px 5px 15px;
	margin-right: 10px;
}
#imageContainer3 {
	height: 368px;
	width: 500px;
	float: right;
	margin-left: 20px;
}
#boxmarket {
	height: 350px;
	width: 880px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 5px solid #999999;
	padding: 15px 8px 0px 10px;
}
