body {
    background: #ddbb8f;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

p {	
	text-indent: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	color: #000;
}

img {
    border: 0;
}

input, select {
	background-color: #d1ba9c;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
	background: #8e5e30;
    background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	border: 3px solid #361c0f;
	padding: 0;	
}

li.navigation {
	display: inline;
	width: 80px;
	padding-left: 0;
	line-height: 100%;
	margin-left: 15px;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
}

#main_nav {
	position: relative;
	top: -50px;
	left: 10px;
}

#masthead {
	width: 1000px;
	margin: 0 0 10px 0;
	padding: 0;
}

a:link {
	color: #760000;
	font-weight: bold;	
	text-decoration: none;
}

a:visited {
	color: #760000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
}

a:active {
	color: #970000;
	text-decoration: none;
}

#nav_form {
	text-align: center;
}

#content {	
	background-image: url(../images/beige_mottled.png);
	margin-right: 37%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 10px 10px 30px 10px;
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 85%;
	border: 8px ridge #856242;
}

#sidebar {
	float: right;
	width: 28%;
	background: #ddc5a6;
	background-image: url(../images/beige_mottled.png);
	margin: 10px 30px 10px 0;
	padding: 10px 10px 16px 20px;
	color: #c3996a;
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	line-height: 150%;
	border: 8px ridge #856242;
}

h1 {
	color: #834202;
	font-size: 170%;
	line-height: 80%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

h2	{
	font-family: arial, helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;	
	line-height: 100%;
	color: #834202;
	text-align: center;
}

h3	{
	color: #834202;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;	
	font-weight: bold;	
	text-align: left;	
}

h4 {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

#sidebar ul {
	list-style-type: none;
	margin: -10px 0 0 20px;
	padding: 0;
}

#order {
	border-top: 2px solid #760000;
	border-bottom: 2px solid #760000;
}

.testimonial_text {
	font-style: italic;
}

#footer {
	text-align:center;
	font-family: arial, helvetica, sans-serif;
}




