
/* page formats, header,footer */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-spacing: 1px;
	line-height: 20px;
	margin: 0px auto 0px auto;
}
a:link {
	color: #206374;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #206374;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #206374;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #206374;
	text-decoration: none;
	font-weight: bold;
}
hr {
	border: 1px dotted #57A833;
	width: 100%;
}
li {
	list-style: url('images/bullet-green.jpg');
}



/* page layouts */

#outside {
	width: 980px;
	height: auto;
	margin: 0px auto 0px auto;
}
#title {
	width: 980px;
	height: 172px;
}
#inside {
	background: #E6E5DB url('images/content-bkg.jpg') repeat-y;
	width: 980px;
	height: auto;
}
/* text on right side */
#content1 {
	width: 902px;
	height: auto;
	padding: 0px 39px 0px 39px;
}
#left1 {
	width: 579px;
	height: auto;
	float: left;
}
#center1 {
	width: 35px;
	height: auto;
	float: left;
}
#right1 {
	width: 288px;
	height: auto;
	float: left;
	padding: 0px 5px 0px 5px;
}
/* text on left side */
#content2 {
	width: 902px;
	height: auto;
	padding: 0px 39px 0px 39px;
}
#left2 {
	width: 710px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 62px;
}
#center2 {
	width: 35px;
	height: auto;
	float: left;
}
#right2 {
	width: 125px;
	height: auto;
	float: left;
	text-align: left;
}
#prefooter {
	width: 980px;
	height: 77px;
}
#footer {
	width: 300px;
	height: auto;
	position: relative;
	left: 100px;
	top: 20px;
	font-size: 9px;
	color: #206374;
}


/*  repeat content formats */

.right {
	text-align: right;
	float: right;
}
.left {
	float: left;
}
.center{
	text-align: center;
}

#indent {
	position: relative;
	left: 12px;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #57A833;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-spacing: 1px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #909090
}
.paintings {
	border: 10px solid #ffffff;
	margin: 0px 20px 5px 20px;
}
.image {
	border: 1px solid #000000;
	margin: 0px 20px 5px 20px;
}

.list2 {
	float: left;
	width: 345px;
	height: 200px;
	margin: 40px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

.list3 {
	float: left;
	width: 225px;
	height: 200px;
	margin: 40px 0px 40px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

.list4 {
	float: left;
	width: 175px;
	height: 200px;
	margin: 60px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

.list5 {
	float: left;
	width: 130px;
	height: 150px;
	margin: 50px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}

.newline {
	clear: both;
}
.sold {
	font-size: 12px;
	color: #909090;
}


/*  specific page formats */

#banner1 {
	width: 400px;
	height: 600px;
	border: 15px solid #ffffff;
} 





