@charset "UTF-8";
.oneColFixCtrHdr #container {
	width: 780px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	top: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-position: top;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	width: 750px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	text-align: center;
	padding: 40;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #000000;
}
#footer {
	color: #666600;
	letter-spacing: 0.25em;
	padding: 20px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #333300;
	background-color: #000000;
	clear: both;
	float: none;
	font-style: normal;
	font-variant: small-caps;
}
.swatchbox {
	float: left;
	padding: 10px;
	border: 1px solid #333300;
	height: 225px;
	margin: 16px;
}
.swatchbox img {
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.swatchbox p {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin: 0px;
}
.swatchtext {
	margin-top: 0px;
	margin-right: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: none;
}
.thumgallery {
	margin: 10px;
	padding: 10px;
	float: right;
	border: 1px solid #333333;
	text-align: center;
}
#topcontent {
	width: 750px;
	padding: 15px;
	margin-top: 15px;
}
.swap {
	height: 394px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.swap .thumgallery {
	margin-top: 100px;
}
.gallerydiv {
	padding: 15px;
	width: 720px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	height: 380px;
	clear: both;
}
.gallerytext {
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 720px;
}
.swatchbox img a:hover {
	border: 1px none #FF9900;
}
.subcontain {
	text-align: right;
	padding: 10px;
	clear: both;
	width: 700px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px none #333300;
	background-color: #000000;
	height: 380px;
}

