html{
	height: 100%;
	}
	
body{
	height: 100%;
	}
	
/*Basic Elements*/
#mBody{
	margin: 0px;
	color: #656b3b;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	}
	
a:link{ color: #656b3b; text-decoration: none;  }
a:visited{ color: #656b3b; text-decoration: none; }
a:active{ color: #656b3b; text-decoration: none;}
a:hover{ color: #656b3b; text-decoration: underline; }

ul{
	list-style: none;
	}
		
p.note{
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	}
	
div.note{
	text-align: center;
	}
	
p.initial:first-letter{ 
	font-size: 18pt; 
	font-weight: bold;
	}
	
span.initial{
	display: block;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}
	
span.initial:first-letter{
	font-size: 18pt; 
	font-weight: bold;
	}
	
.header{
	  color: #656b3b;
	  font-size: 18pt;
	  font-weight: bold;
	  margin-top: 40px;
	 }

.header:first-letter{ 
	color: #656b3b; 
	font-size: 36pt; 
	font-weight: bold; 
	}
	
.piece_credits{
	font-size: 8pt;
	}
	
form li .note{
	display: none;/**/
	color: #FF0000;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	}

/*Content & Containers*/
#mContainer{
	/*border: #000 1px solid;*/
	margin: 0px auto;
	padding-top: 5%;
	width: 947px;
	display: table;
	}
	
#mHeader{
	height: 106px;
	width: 947px;
	background: transparent url(../images/topbg.jpg) no-repeat top left;
	padding: 0px;
	margin: 0px;
	/*border: #000 1px dashed;*/
	}

#mContent{
	background: transparent url(../images/sidebg01.jpg) no-repeat top left;
	padding-left: 145px;
	/*padding-bottom: 30px;
	border: #000 1px dashed;*/
	width: 802px;
	min-height: 500px;
	position: relative;
	}

/*Menu*/	
#mMenu{
	background: url(../images/sidebg02.jpg) bottom right no-repeat;
	/*border: red dashed 1px;*/
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 175px;
	height: 100%;
	font-family: Maiandra GD, Georgia, serif;
	font-size: 15pt;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#mMenu li{
	padding-bottom: 10px;
	/*border-left: #656b3b solid 1px;
	border: blue dashed 1px;*/
	}
	
#mMenu a:link{ color: #656b3b; text-decoration: none; }
#mMenu a:visited{ color: #656b3b; text-decoration: none; }
#mMenu a:active{ color: #656b3b; text-decoration: none; }
#mMenu a:hover{ color: #cad676; text-decoration: none; }

/*Content*/	
#content{
	/*background: pink;*/
	width: 605px;
	display: table;
	padding: 30px 10px 10px 10px;
	}
	
#bio{
	padding-top: 40px;
	}
	
.article li, .links{
	margin-left: 60px;
	padding-bottom: 20px;
	}
	
.article_title, .link_title{
	font-weight: bold;
	}
	
#feat_image{
	float: left;
	margin: auto 40px 10px auto;
	}

#feat_image img{
	border: #222709 solid 8px;
	}
	
	
.feat_header{
	font-weight: bold;
	font-style: italic;
	}

.image_frame img{
	float: left;
	border: #222709 solid 15px;
	margin: auto 20px 10px auto;
	}
	
.intro{
	padding-top: 40px;
	}
	
.intro_img{
	float: left;
	padding-top: 40px;
	margin: auto 20px 10px auto;
	}
	
.intro_img img{
	border: #222709 solid 3px;
	}
	
.intro_img2{
	float: right;
	padding-top: 40px;
	margin: auto auto 10px 20px;
	}
	
.intro_img2 img{
	border: #222709 solid 3px;
	}
	
#content hr{
	width: 95%;
	border: #656b3b solid 1px;
	}
	
#content ul{
	padding: 0px;
	margin: 0px;
	}
	
#feat_image{
	width: 324px;
	float: left;
	}
	
#feat_text{
	margin-top: 80px;
	}
	
#mimg_left{
	float: left;
	margin: 10px;
	}
	
/*Artwork*/
.column1, .column2{
	padding-bottom: 20px;
	height: 269px;
	/*border: #000 dashed 1px;*/
	}
	
.column1{	
	width: 340px;
	text-align: center;
	}
	
.column1 img{
	vertical-align: middle;
	}
	
.column2{
	padding-left: 15px;
	}
	
.monoprint img, .oil img, .pastel img{
	border: #222709 solid 15px;
	}
	
.gouache img, .watercolor img{
	border: #000 solid 15px;
	}
	
/*Order Form*/
.section_header{
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #8b944a;
	text-align: center;
	}

#prices{
	background: #EAEAEA;
	text-align: center;
	padding: 5px;
	}

#price_list{
	padding: 0px;
	}

.sizes{
	font-weight: bold;
	}

#items{
	background: #EAEAEA;
	display: table;
	width: 100%;
	padding: 10px 0px;
	}
	
#items h3{
	padding: 0px 10px;
	}

#items fieldset{
	border: none;
	}

#items fieldset p{
	font-weight: bold;
	}

#items fieldset ul{
	padding: 0px;
	}
	
#items fieldset li{
	margin: 3px auto;
	}
	
#items fieldset span{
	padding: 5px 10px;
	}
	
div.order{
	width: 276px;
	height: 300px;
	float: left;
	overflow: hidden;
	margin-left: 17px;
	text-align: center;
	}
	
.barrier{
	clear: both;
	padding: 25px 10px;
	}
	
.barrier hr{
	width: 95%;
	}
	
#address_form{
	clear: both;
	}

#address_form label{
	/*border: blue dashed 1px;*/
	display: block;
	float: left;
	width: 150px;
	margin-right: 15px;
	}

#address_form div{
	padding: 0px 10px;
	}
	
#address_form div span{
	display: block;
	font-weight:  bold;
	}

#address_form .submit{
	text-align: center;
	}
	
.submit{
	text-align: center;
	}

.submit input{
	border: solid 1px #656b3b;
	background-color: #e9edcf;
	color: #656b3b;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	}
#receipt{
	background: #EAEAEA;
	display: table;
	width: 100%;
	padding: 10px;
	}
	
/*Contact*/
#mail_address{
	width: 150px;
	margin: auto;
	}

#email_form fieldset{
	border: none;
	}

#email_form label{
	/*border: blue dashed 1px;*/
	display: block;
	float: left;
	width: 150px;
	margin-right: 15px;
	font-weight:  bold;
	}

#email_form li{
	display: block;
	padding: 3px;
	}

	
/*Footer*/
#mFooter{
	background: url(../images/bottombg.jpg) top right no-repeat;
	height: 60px;
	width: 947px;
	margin: 0px;
	display: table;
	/*border: blue dashed 1px;*/
	}

.credits{
	font-size: 8pt;
	padding-left: 30px;
	}
