@charset "utf-8";
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;
	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: #333333;
	background-color: #999999;
	background-repeat: repeat-x;
	background-image: url(../images/body_bg.jpg);
}
.twoColFixRtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/03_brushed_light.jpg);
} 
#copywrite {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

.headerPic {
	float: right;
	width: 220px;
}

.twoColFixRtHdr #header {
	padding: 0;
	height: 100px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background-image: url(../images/03_brushed_light.jpg);
	background-repeat: repeat;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#background {
	background-image: url(../images/03_brushed_light.jpg);
	background-repeat: repeat;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/03_brushed_light.jpg);
	background-repeat: repeat;
} 
.twoColFixRtHdr #footer {
	white-space: nowrap;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #CCCCCC;
	background-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 870px;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
} 
#resumeLeft {
	width: 68%;
	margin-left: 20px;
}
#resumeContent {
	padding-right: 25px;
	padding-left: 25px;
}


.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#homeslideshow {
	margin-left: 68px;
	background-color: #666666;
	border: 5px solid #999999;
	padding: 6px;
	width: 440px;
	margin-top: 20px;
}
#newsletter {
	background-color: #999999;
	border: 10px solid #666666;
	font-weight: bold;
	color: #E5E5E5;
	padding: 5px;
}
#homeslideshow iframe {
	border: 8px solid #333333;
}
#form1 #email {

}
#samJonesContent {
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A69D4E;
}
#photo-border1 {
	background-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#photo-border {
	background-color: #666666;
	margin-right: 10px;
	border: 5px solid #999999;
	padding: 5px;
}
h1 {
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}


#pageDescription {
	display: none;
}
#newsborder {
	background-color: #999999;
	border: 2px solid #CCCCCC;
	padding: 5px;
}
#form1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 4px;
}
#galleryLeft {
	width: 48%;
}
#galleryRight {
	float: right;
	width: 50%;
}
.galleryHeading {
	font-size: 14px;
	font-weight: bold;
	color: #CCCC66;
}
.galleryMainImage {
	background-color: #999999;
	height: 110px;
	width: 90px;
	background-image: url(../images/gallery_thumb_bg.jpg);
}
.galleryDescription {
	float: right;
	height: 110px;
	width: 70%;
	color: #CCCCCC;
	position: relative;
}
.galleryMainImage img {
	margin-left: 10px;
	margin-top: 8px;
	border: 2px solid #666666;
}
#galleryContent {
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../images/03_brushed_light.jpg);
	background-repeat: repeat;
}
.twoColFixRtHdr #footer a {
	color: #FFFFFF;
}
.galleryDescription a, .order_link {
	background-color: #CDCDCD;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 2px solid #999999;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #444444;
	font-weight: bold;
}

.galleryDescription a:hover {
	background-color: #444444;
	color: #CDCDCD;
}

#resumeRight {
	float: right;
	width: 27%;
}
#resumeRight img {
	margin-top: 8px;
	border: 5px solid #999999;
}
#form  input, #message {
	background-color: #CCCCCC;
}
#priceInfo {
	height: 500px;
	color: #CCCCCC;
}
#contact {
	margin-left: 80px;
	padding-bottom: 20px;
	color: #CCCCCC;
}
.catalog_info1 {
	text-align: center;
	width: 18%;
	padding-left: 30px;
}
.catalog_info2 {
	padding-left: 80px;
}
.order_link {
	background-color: #444;
	border: 2px solid #999999;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: larger;
	float: right;
	display: block;
}

#wacissa img {
	border: 5px solid #CCCCCC;
}

#wacissa {
	margin-top: 15px;
	margin-left: 50px;
	margin-bottom: 15px;
}
