/* CSS Document */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFD2;
	background-color: #000000;
	text-align: center;
}

a:link, a:visited {
	color: #B18F07;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #CE1000;
	text-decoration: underline;
}

h2, h3 {
	color: #B18F07;
}

h2 {
	margin-bottom: 0px;
}

h4 {
	color: #DB0000;
}

.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

h2.top_note {
	background: url(images/watercolors_for_sale.gif) no-repeat;
	height:0 !important;
	margin: 25px 0 0;
	overflow:hidden;
	padding:45px 0 0;
}

.header_nav {
	background: url(images/goettner_pagetop2009.gif) no-repeat;
	height: 72px;
}

ul.header_nav {
	background: none;
	padding: 50px 0 0;
	margin: 0;
}

ul.header_nav li {
	display: inline;
	float:left;
	list-style: none;
	padding: 0 10px;
}

#home {
	display:block;
	height:0 !important;
	.height: 12px;
	margin:0 0 0 10px;
	overflow:hidden;
	padding:12px 0 0;
	width:37px;
	background: url(images/home.gif) no-repeat;
}

a#home:hover, a#artwork:hover, a#artist:hover, a#exhibit:hover, a#order:hover, a#email:hover {
	background-position:0 -14px;
}

#artwork {
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:12px 0 0;
	width:125px;
	margin-left: 18px;
	background: url(images/artwork.gif) no-repeat;
}

#artist {
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:12px 0 0;
	width:115px;
	margin-left: 18px;
	background: url(images/artist.gif) no-repeat;
}

#exhibit {
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:12px 0 0;
	width:57px;
	margin-left: 19px;
	background: url(images/exhibits.gif) no-repeat;
}

#order {
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:12px 0 0;
	width:93px;
	margin-left: 19px;
	background: url(images/order.gif) no-repeat;
}

#email {
	display:block;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:12px 0 0;
	width:37px;
	margin-left: 21px;
	background: url(images/email.gif) no-repeat;
}

.mike {
	width: 275px;
	float:left;
	padding: 25px;
}

.mike h2 {
	margin-top: 0px;
	font-size: 18px;
	color: #CE1000;
	border-bottom: 1px solid #B18F07;
}

.footer {
	padding-left: 225px;
	background: url(images/goettnerlogo_200.gif) no-repeat;
	clear: both;
	margin-top: 50px;
	height: 50px;
}

strong.ordering {
	color: #FF0000;
	text-transform: uppercase;
}

/*images*/
img.left {
	margin: 0 20px 20px 0;
}

img.right {
	margin: 0 0 20px 20px;
}