@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #92675D;
	height: 100%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.35em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	margin-bottom: .5em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 1em;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#container {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/contBkrd.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -50px;
}
.footer  {
	height: 50px;
	text-align: center;
	background-image: url(imgs/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
.push {
	height: 50px;
}
#container #header {
}
#container #nav ul {
	list-style-type: none;
}
#container #nav li {
	display: block;
	float: left;
}
#container #mainContent {
	background-image: url(imgs/contBkrd.gif);
	width: 745px;
	height: auto;
}
#container #mainContent #mainIndex {
	padding: 20px;
	width: 705px;
	background-image: url(imgs/contBkrd.gif);
}
#container #main {
	padding: 20px;
}
.ulist {
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
#mainIndex  img  {
	float: right;
	height: auto;
	width: 230px;
	border: 1px solid #FF0000;
	margin-top: 25px;
}
#container #main #rSide {
	float: right;
	width: 240px;
	margin-top: 20px;
}
.silverList {
	float: left;
	width: 235px;
}
.painterList {
	float: left;
	width: 400px;
}
.scriptStyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
}
#container #main #bottom {
	clear: both;
}
