@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* 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;
}

a {color:#0F0; outline:none; text-decoration:none;}
a img {border:none;}

.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
	background-color: #06C;
	border-left: 13px solid #F60;
	border-right: 13px solid #F60;
}
.oneColFixCtrHdr #h3 a {
	color:#000000;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding: 2px;
}
.oneColFixCtrHdr #header {   
	background-image:url(/images/csheader.png);
	width: 780px;
	height: 300px;
}
.oneColFixCtrHdr #header img {
	margin-left: 10px;
	margin-top: 5px;
}
#navigation {
	padding-top: 20px;
	padding-right: 50px;	
}

.oneColFixCtrHdr #sidebar2 {
	position: relative;
	float: right; 
	width: 180px;
	padding-right: 15px;
}
.oneColFixCtrHdr #sale {
	width:160px;
	margin: 0 auto;
	background-color:#F60;
	border: 2px solid #FFF;
	padding-bottom: 10px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #06C;
	color: #FFF;
}
.oneColFixCtrHdr #custom { /* remember that padding is the space inside the div box and margin is the space outside the div box */
    padding: 5px;
	color: #FFF;
}
.oneColFixCtrHdr #createform {
	width: 780px;
	overflow: hidden;
	color: #FFF;
}

.oneColFixCtrHdr #gallery {
	width: 780px;
	overflow: hidden;
	}
.oneColFixCtrHdr #galleryOne {
	width: 780px;
	}
.oneColFixCtrHdr #galleryTwo {
	width: 780px;
	}
.oneColFixCtrHdr #galleryThree {
	width: 780px;
	}
.oneColFixCtrHdr #contact { /* remember that padding is the space inside the div box and margin is the space outside the div box */
    padding: 5px 5px 5px 5px;
	color: #FFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #contact h1 { /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-left: 10px;
	color: #FFF;
	font-size:20px;
}

	
.oneColFixCtrHdr #footer {
	margin: 0 auto;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #06C;
	background-image:url(/images/csfooter.png);
	width: 780px;
	height: 180px;
}
.oneColFixCtrHdr #footbar {
	position: relative;
	padding-top: 130px;
	margin-left: 340px;
}

.oneColFixCtrHdr #legal {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	color: #FFF;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
} 

.oneColFixCtrHdr #black {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	color: #FFF;
	text-align: center;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
} 