body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F1A00;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #725E45;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B6575A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B6575A;
}
a:hover {
	text-decoration: none;
	color: #B6575A;
}
a:active {
	text-decoration: underline;
	color: #B6575A;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #B6575A;
}

h2 {
	color: #D59C92;
	font-size: 12px;
}

.footer {
	color:#F8EAD3;
	font-size:12px;
	background: #796349;
	height: 40px;
	vertical-align: middle;
}
.copyright {
	color: #F8EAD3;
}

#copyright a:link, #footer a:visited {
	color: #F8EAD3;
}
.home-copy-container {
	padding: 25px 15px 25px 25px;
}

#copyright a:hover {
	color: #D59C92;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #F8EAD3;
}
#footer a:hover {
	color: #D59C92;
	text-decoration: underline;
}


.content {
	background: #735D46 url(images/content-bg.jpg) repeat-x right bottom;
	height: 425px;
	width: 825px;
}
.home-copy {
	background: #F8EAD3;
	padding: 15px;
	height: 378px;
}
.subpage-copy {
	background: #F8EAD3;
	padding: 15px;
	border-bottom: 1px dotted #432E13;
}






/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 12px 18px 0;
	border: 0px;
	text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}

img {
	border-width: 0px;
}


/* ---------------Navigation ------------------ */
ul#nav {
	height: 77px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 77px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#home {background: url(images/nav-home.jpg); width:149px;}
#corset-gallery {background: url(images/nav-corset-gallery.jpg); width:126px;}
#custom-corsets {background: url(images/nav-custom-corsets.jpg); width:138px;}
#corset-supplies {background: url(images/nav-corset-supplies-and-patterns.jpg); width:137px;}
#faqs {background: url(images/nav-faqs.jpg); width:129px;}
#blog {background: url(images/nav-blog.jpg); width:146px;}


/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {background-position: 0 -77px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}



.special-tables {
	border: 1px solid #412C11;
	border-collapse:collapse;
}

