body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	color: #FFFFFF;
	margin-top: 2px;
}
h2 {
padding-left: 10px;
}


a:visited {
color: #FFFFFF;
}

a:hover {
color: #9A701C;
}

a {
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}


#wrapper {
	text-align: left;
	width: 810px;
	margin:auto;
}
#banner {
	width: 810px;
}

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
width: 147px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

#navigation li {
margin: 0;
display:inline;

}
#navigation a {
text-decoration: none;
font-weight: bold;
display: block;
padding: 8px 12px 8px 10px;
background-color: #98200F;
color: #FFFFFF;
border-top: 2px solid #FFFFFF;
border-right: 1px solid #6A1205;
border-bottom: 1px solid #333333;
border-left: 1px solid #dddddd;
}

#navigation a:hover {
color: #9A701C;
}
#navigation img {
border-top: 2px solid #FFFFFF;
}

#leftColumn {
	float: left;
	width: 150px;
}
#leftColumn img {
padding-left: 1px;
padding-bottom: 3px;
}
.painting {
	text-align: center;
	padding-left: 0px;
}



#stripe {
	float: left;
	width: 800px;
	padding-top: 1px;
	padding-bottom: 2px;
}
#text {
	float: left;
	width: 647px;
}
p {
	padding-left: 10px;
	padding-right:5px;
}

#content {
	width: 799px;
	background-image: url(../images/test1_bg.jpg);
	float: left;
	padding-bottom: 5px;
}
#footer {
	padding-top: 10px;
	text-align: center;
	background-image: url(../images/SplashFooter.jpg);
	clear: both;
	width: 800px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-top: 2px solid #FFFFFF;
}
h4 {
	padding-left: 10px;
}
#wrapper #content #text img {
	padding-right: 15px;
	padding-left: 5px;
}
 .floatright
{
	float: right;
	width: 250px;
	padding-left: 10px;
	padding-right:10px;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}
.contactform p {
	margin: 0px;
	clear: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contactform p label {
	font-weight: bold;
	float: left;
	width: 10%;
}
.contactform .text {
	padding: 2px;
	width: 200px;
	border: 1px solid #3C582F;
}
.contactform  p.submit {
	margin-left: 10%;
}
.contactform p.submit input {
	color: #000000;
	
}
