﻿/* Janet Brown CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-image: url(../images/pattern_140.gif);
	background-repeat: repeat;
	background-color: #f0ebd2;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-family: Georgia, Times, serif;
	color: #6F3A17;
	font-size: 12px;
	line-height: 1.5em;
	}
img, a img {
	border: none;
	}
h2 {
	color: #E65035;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	}
a {
	color: #E65035;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
p {
	margin-bottom: 20px;
	}
table {
	margin-bottom: 20px;
	}
td {
	padding-right: 5px;
	}
.product_pic {
	float: left;
	margin-right: 10px;
	}
.noshow 
{
    display: none;
}
#top_bar {
	background-color: #dcb4a0;
	width: 100%;
	height: 19px;
	clear: both;
	}
#container {
	width: 620px;
	margin: 0px auto;
	text-align: left;
	background-color: #FBF7E6;
	border-left: 6px solid #dcb4a0;
	border-right: 6px solid #dcb4a0 ;
	clear: both;
	padding: 0px 25px 20px 25px;
	}
#header {
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	width: 604px;
	height: 253px;
	padding: 8px;
	}
#header2 {
	background-image: url(../images/header_img2.jpg);
	background-repeat: no-repeat;
	width: 604px;
	height: 253px;
	padding: 8px;
	}
#nav {
	width: 580px;
	height: 27px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding: 5px 0px 0px 40px;
	}
#content {
	width: 600px;
	padding: 0px 10px;
	}
	
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 622px;
	height: 27px;
	margin: 0px auto 20px auto;
	color: #6F3A17;
	font-size: 10px;
	padding: 12px 30px 0px 30px;
	}
#footer a {
	text-decoration: none;
	color: #6F3A17;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer #left {
	float: left;
	}
#footer #right {
	float: right;
	}
