html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 90%;
	line-height: 145%;
	background: #ffffff url('images/topbg.jpg') repeat-x top center;
	color: #000000;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #8b4e2e;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

a:link, a:visited {
	color: #3684c9;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #3684c9;
}

a:hover {
	text-decoration: none;
	border-bottom: solid 1px #3684c9;
}

p {
	margin: 1em 0 0 0;
}

img {
	border: 0;
}

form  {
	margin: 1em 0 0 !important;
	margin: 1em 0 4em;
	overflow: auto;
}

input, select, textarea {
	display: block;
	width: 25em;
	float: left;
	margin-bottom: 0.5em;
	font-size: 100%;
	font-family: Georgia, serif;
	border: solid 1px #dccac0;
	padding: 0.25em;
}

label {
	display: block;
	width: 8em;
	float: left;
	margin-bottom: 0.5em;
	font-size: 100%;
	font-family: Georgia, serif;
	text-align: right;
	padding: 0.25em 1em 0.25em 0;
}

.formbutton {
	display: inline;
	width: 10em;
	margin-left: 9em;
	padding: 0.4em;
	background: #fafaf7 url('images/menubg.jpg') repeat-x top;
	color: #8b4e2e;
	font-weight: bold;
	cursor: pointer;
}

.formbutton:hover {
	color: #3684c9;
}

form p {
	clear: left;
}

.error {
	background: #f9f6f4;
	color: #dd0000;
	padding: 1em;
}

table {
	font-size: 100%;
}

hr {
	color: #9dc1e1;
	background-color: #9dc1e1;
	height: 1px;
	border: 0;
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	padding: 0 0 1.5em 1.5em;
}

.contentimageleft {
	float: left;
	padding: 0 1.5em 1em 0;
}

#container {
	position: relative;
	width: 800px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

#maintitle {
	position: absolute;
	left: 280px;
	top: 40px;
	width: 436px;
	height: 59px;
	text-indent: -9999px;
	background: url('images/maintitle.gif') no-repeat;
	
}

#menubar {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background: #fafaf7 url('images/menubg.jpg') repeat-y;
}

#menutop {
	background: url('images/menutop.jpg') repeat-x top left;
	width: 200px;
	height: 120px;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 20px 20px 100px;
	background: url('images/menubottom.jpg') repeat-x bottom left;
}

#menubar a {
	display: block;
	width: 160px;
	line-height: 1.5em;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	background: url('images/menuseparator.gif') no-repeat bottom right;
	color: #8b4e2e;
	border: none;
}

#menubar a:hover {
	color: #3684c9;
}

#contentarea {
	position: relative;
	padding: 120px 2em 2em;
	margin-left: 200px;
}

#paintinggrid {
	position: relative;
	margin: 1em 0 0 0;
}

#paintinggrid a {
	float: left;
	width: 150px;
	padding: 0 15px;
	text-align: center;
	border: none;
}

#paintinggrid a:hover {
	display: block;
	border: none;
}

#paintinggrid a img {
	margin: 1px;
	padding: 0;
}

#paintinggrid a:hover img {
	margin: 0;
	border: solid 1px #3684c9;
}

#paintinggrid a span {
	display: block;
	line-height: 100%;
	height: 2em;
	margin: 0 0 0.25em 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#paintinggrid a:hover span {
	color: #3684c9;
}

.gridclear {
	clear: both;
}

.paintingview {
	text-align: center;
}

#footer {
	position: relative;
	clear: both;
	font-size: 80%;
	text-align: right;
	padding: 0 1em;
}

@media print {
	#maintitle {
		font-size: 300%;
		text-indent: 0;
		text-align: center;
		border-bottom: solid 3px #e7e3e1;
	}
}
