
body{
	background: #680a0a url('images/redgrad.jpg') repeat-x;
	padding: 0 3px;
	margin: 0px;
}

#wrapper{
	max-width: 1005px;
	background:  url('images/papery.jpg') no-repeat;
	margin: 1px auto 6px;
	color: #1F0002;
	padding: 0 0 5px 0;
	display: block;
}

#header{
	background: transparent url('images/bannerimage.png') no-repeat 1px 76px;
	padding: 0 0 185px 0;
}

#header h1{
	padding: 0 0 0 27px;
}

#menu{
	background: #582A27 url('images/menu.jpg') ;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 0 0 4px;
}

#menu ul{
	padding: 0 0 7px 0;
	margin: 0 auto;
	list-style: none;
	margin-left: 3em;
	overflow: hidden;
}

#menu li{
	float: left;
	margin: 0 15px;
}

#menu ul a{
	color: #f9edd5;
	font: normal 1.0em tahoma, verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 2px;
	line-height: 1.35em;
}


	#menu ul li ul {	position: absolute;	width: 13em;	left: -999em;
	background: #2f447d url('images/fade.png') repeat-x;
	border-bottom-left-radius: 4px;	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;	-webkit-border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;	-moz-border-radius-bottomright: 4px;
	font-size: 0.875em;
	border: solid #2f447d;
	border-width: 0 2px;
	margin-left: -0.4em;
	text-align: left;
	}
	
	#menu li li{
		float: left;
		margin: 4px;
		white-space:nowrap;
	}
				#menu ul li:hover ul, #menu ul li.sfhover ul{	left: auto;	}

	#menu ul li:hover {background-position: 0 0;}

	#menu a:link{border-bottom: 1px dotted #f9edd5;}
	#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{
	background: #feeed5 url('images/contentpaper.jpg') repeat-x;
	font: normal 1em tahoma, verdana, sans-serif;
	padding: 15px 11%;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 21px 4px;
	color: #24397c;
	overflow:auto;
}

#content h3{
	color: #2e49a0;
	border-bottom: 3px double #2e49a0;
	width: 31%;
	padding-left: 15px;
	font: normal small-caps 1.5em tahoma, verdana, sans-serif;
	text-align: left;
	line-height: 1.2em;
}

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

#content a:link{border-bottom: 1px dotted #3b5ecd;}
#content a:visited{color: #582A27;}
#content a:hover{border-bottom: 1px solid #0b2eff;}
#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: 0 0 0 4px;
	background: #582A27 url('images/menu.jpg') repeat-x;
	color: #E8D9BC;
	border-bottom: 6px solid #feeed5;
	display: block;
	font: normal 0.75em 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: 182px;
	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: #ff1c00;
}

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: 90%;
	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;
	
}


