body {
	background-image: url(images/bGround.jpg);
	background-repeat:repeat-x;
	background-color:#513f17;
	padding:0;
	margin:0;
	color:#cec8c2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}

.container {
	width:854px;
}

p, ul{
	text-align:justify;
	line-height:2em;
}

a {
	color:#a66014;
	border-bottom:1px dashed #a66014;
	text-decoration:none;
}

a:hover {
	border:none;
}

#navigation {
	padding:0;
	margin:0;
	margin-bottom:1px;
}

#navigation a, .noBorder {
	border-bottom:none;
}

.leftColumn {
	padding-right:7px;
	text-align:left;
	vertical-align:top;
}

.rightColumn {
	padding-left:7px;
	text-align:left;
	vertical-align:top;
}

#strip {
	background-image:url(images/stripBground.jpg);
}

.strip{
	border-bottom:1px dashed #4e3b12;
	text-decoration:none;
	color:#4e3b12;
}

ul {
	color:#b6924b;
	font-size:small;
}
#address{
	font-size: small;
	margin-top:35px;
	color:#4e3b12;
	margin-left:7px;
}

h1, .brown {
	margin:0;
	padding:0;
	color:#a66014;
	font-size: small;
}
.style1 {
	font-size: x-small;
	color: #04223B;
}

.border, input, textarea {
	border:3px solid #816631;
}

input, textarea {
	margin-top:5px;
	margin-bottom:5px;
}

.marLeft {
	margin-left:15px;
}

.marTop {
	margin-top:5px;
}

.marRight {
	margin-right:15px;
}

#footer {
	background-color:#816631;
	border-top:1px solid #a66014;
	border-bottom:1px solid #a66014;
	margin-bottom:10px;
}

#footer p{
	text-align:center;
	color:#4d3910;
}

#footer .right{
	color:white;
	margin-left:200px;
}
#footer a{
	color:white;
	border-bottom:1px dashed white;
	font-size:0.9em;
}


#footer a:hover{
	border-bottom:none;
}