html, body{ 
 font-family: verdana, arial, sans-serif;
 margin:15px; 
 padding:0; 
 text-align:center;
 background-color:#f2e9b5;
} 

a{
	color:#666;
	text-decoration:none;
}

p,
h2{
	margin:15px 5px;
}

h2{
	color:#999;
	font-size: 1em;
}

h3{
	color:#999;
	font-size: .75em;
}
 
#pagewidth{ 
 width:700px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image:url(images/bgnd1.jpg);
 background-repeat:no-repeat;
} 
 
#header{
 position:relative; 
 height:200px;  
 width:100%;
 text-align:center; 
} 
 
#twocols{
 width:567px;
 height:350px;  
 float:right; 
 position:relative; 
  }
 
#menu
{
	width: 150px;
	float: right;
  	position: relative;
	 background-image:url(images/bgnd2.jpg);
	 background-repeat:no-repeat;
	font-size: .85em;
	color: #fff;
	text-align: left;
	padding: 0;
	line-height: 300%;
	vertical-align: middle;
}

#m-cardgallery {float:left;width:133px;height:45px;}
#m-cardgallery a {width:133px;height:45px;background:url(images/menu.gif) 0 -6px no-repeat;display:block;}
#m-cardgallery a:hover {height:45px;background:url(images/menu.gif) 0 -75px no-repeat;}
#m-giftsets {float:left;width:133px;height:51px;}
#m-giftsets a {width:133px;height:51px;background:url(images/menu.gif) -153px 0px no-repeat;display:block;}
#m-giftsets a:hover {height:51px;background:url(images/menu.gif) -153px -68px no-repeat;}
#m-originalart {float:left;width:133px;height:51px;}
#m-originalart a {width:133px;height:51px;background:url(images/menu.gif) -306px 0px no-repeat;display:block;}
#m-originalart a:hover {height:51px;background:url(images/menu.gif) -306px -69px no-repeat;}
#m-abouttheartist {float:left;width:133px;height:51px;}
#m-abouttheartist a {width:133px;height:51px;background:url(images/menu.gif) -463px -0px no-repeat;display:block;}
#m-abouttheartist a:hover {height:51px;background:url(images/menu.gif) -463px -69px no-repeat;}
#m-contact {float:left;width:133px;height:51px;}
#m-contact a {width:133px;height:51px;background:url(images/menu.gif) -617px 0px no-repeat;display:block;}
#m-contact a:hover {height:52px;background:url(images/menu.gif) -617px -69px no-repeat;}
#m-order {float:left;width:133px;height:45px;}
#m-order a {width:133px;height:45px;background:url(images/menu.gif) -767px 0px no-repeat;display:block;}
#m-order a:hover {height:45px;background:url(images/menu.gif) -767px -69px no-repeat;}


#maincol{background-color: #1b1510;  
 float: left; 
 display:inline; 
 position: relative; 
 width:567; 
 }

#footer{
 height:30px; 
  background-color:#1b1510; 
 clear:both;
 font-family:verdana, arial, sans-serif;
 font-size:.7em;
 color: #8e6d38;
 text-align:center;
 padding:15px;
 } 
 
 #footer a{
 	color: #8e6d38;
 	}
 	
#footer a:hover {
 	color: #fff;
 	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the menu column when printing*/ 
#menu{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



/*Gallery Pages Styles*/ 

#gallery li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}


#gallery a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


#gallery  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
		
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}

img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}