
body{
	background: black;
	padding: 0 3px;
	margin: 0px;
	font-size: 62.5%;
}

#wrapper{
	max-width: 1000px;
	background: #E8D9BC url('images/swooshy.jpg') no-repeat;
	margin: 12px auto;
	color: #1F0002;
	padding: 0 0 10px 0;
}

#header{
	text-align: right;
	background: transparent url('images/bannerimages.jpg') repeat-x 0 77px;
	padding: 0 0 187px 0;
}

#header h1{
	padding: 3px 7px 0 0;
}

#menu{
	background: #582A27 url('images/menutop.gif') repeat-x;
	text-align: center;
	padding: 10px 0 0 0;
}

#menu ul{
	padding: 0 0 11px 0;
	margin: 0;
	background: #582A27 url('images/menubot.gif') repeat-x bottom;
}

#menu li{
	display: inline;
	margin: 0 15px;
}

#menu a{
	color: #E8D9BC;
	font: normal 1.7em arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px dotted #E8D9BC;
	padding: 0 2px;
	line-height: 1.25em;
}

#menu a:link{border-bottom: 1px dotted #E8D9BC;}
#menu a:visited{border-bottom: 1px dotted #c8d99C;}
#menu a:hover{border-bottom: 1px solid white; color: white;}
#menu a:active{border-bottom: 1px dotted white}

#content{
	font: normal 1.6em arial, sans-serif;
	padding: 15px 11%;
	text-align: justify;
	line-height: 1.3em;
}

#content h3{
	border-bottom: 3px double #1F0002;
	width: 31%;
	padding-left: 15px;
}

#content a{
	color: #582A27;
	text-decoration: none;
	border-bottom: 1px dotted #582A27;
}

#content a:link{border-bottom: 1px dotted #380A07;}
#content a:visited{color: #582A27;}
#content a:hover{border-bottom: 1px solid #380A07;}
#content a:active{color: white;}

#content img{
	margin: 5px 5px 5px 20px;
	border: 0;
	float: right;
	background: #E8D9BC url('images/dropshadow.png') bottom left;
	padding: 0 0 4px 4px;
}

#content img.alternate{
	float: left;
	margin: 5px 20px 5px 5px;
}

#footer{
	clear:both;
	text-align: right;
	padding: 1px 20px;
	margin: 10px 0 0 0;
	background: #582A27 url('images/menutop.gif') repeat-x;
	color: #E8D9BC;
	display: block;
	font: normal 1em arial, sans-serif;
	
}

#footer span.name{
	float:left;
}

/* Gallery Page */

#gallerylist{
	margin:0;
	padding: 0 40px 30px;
	list-style: none;
	text-align: center;
}

#gallerylist li{
	float: left;
	background: none;
	margin: 0 4px 12px;
	border: solid #b99 1px;	
	width: 160px;
	height: 172px;
	padding: 2px 4px 2px 0;
}

#gallerylist img{
	float: none;
	margin: 2px 2px 0;
	padding: 0 0 4px 4px;
}

#gallerylist h6{
	font: normal 1em sans-serif; 
	margin: 0;
	padding: 0;	
}

#gallerylist a:link,#gallerylist a:hover,#gallerylist a:visited,#gallerylist a:active{
	border-bottom: none;
}
#gallerylist a:hover{
	color: white;
}

span.sold{
	text-decoration: line-through;
}

#painting{
	width: auto;
	text-align: center;
	padding: 0;	
	background: transparent url('images/frost.png') repeat-x;
}

#painting img{
	float: none;
	margin:0;
	padding:0;
}

#painting li, #painting p{
	list-style: none;
	background: transparent;
	font-size: 0.8em;	
}

div.paintinginfo{
	clear: both;
	text-align: left;
	width: 450px;
	margin: 10px auto;
	background: white;
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
}

div.news{
	border: 1px solid black;
	background: white;
	width: 60%;
	float: right;
	margin: 0 0 20px 10px;
	padding: 20px;
}

div.newslist li{
	line-height: 1.4em;
	padding-bottom:20px;
}

a.civlogo{
	color: white;
	text-decoration: none;
	padding-left: 13px;
	background: transparent url('images/tinylogo.gif') no-repeat ;
}

a.civlogo:hover{
	text-decoration: underline;
}

table{
	margin:auto;
}

table td{
	font: normal 0.8em arial, sans-serif;
	text-align: left;
	padding: 0 10px;
	
}


table td{
}


