

body 
	{
	background-color: #f1deb8;
	background-image: url('newbacking.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left
	}

h1 
	{
	color:#3a1500;
	font-family:perpetua;
	font-size:14px;
	}

h2
	{
	color:#3a1500;
	font-family:perpetua;
	font-size:18px;
	line-height: 50%;
	}

h3
	{
	color:#593512;
	font-size: 18px;
	font-family:poor richard;
	}

h4
	{	
	color:#f7e8c9;
	font-family:perpetua;
	font-size:12px;
	line-height: 80%
	}
h5
	{
	color:#593512;
	font-size: 16px;
	font-family:poor richard;
	padding:0px;
	line-height:1%
	}
	

p.email
	{
	color:3a1500;
	font-family:perpetua;
	font-size:16px;
	text-indent: 15px;
	line-height: 1%
	}

p 
	{
	font-family:perpetua;
	font-size:16px;
	text-indent: 1cm;
	color:3a1500;
	padding: 1px 10px;
	}

p.art
	{
	font-size: 14px;
	font-family:poor richard;
	text-align:center;
	color:#3a1500;
	text-indent:none;
	text-transform: uppercase;
	}

div.container
	{
	max-width:1200;
	margin:10px 0px;
	border:0px;
	}

div.header
	{
	margin-left: 450px;
	margin-right:10%;
	margin-top:25px;
	padding: 10px;
	}
div.header img {border-style:none}

div.footer
	{
	text-align: center;
	padding:2px 30px;
	position:fixed;
	left:20px;
	bottom: 1%;
	border-top: #3a1500 solid thin;
	border-bottom: #3a1500 solid thin
	}

div.subhead
	{
	max-width: 710px;
	min-width: 450px;
	text-indent: 15px;
	margin-left: 450px;
	margin-right:50px;
	margin-bottom: 10px;
	padding:15px 10px;
	border-top: #3a1500 solid 1px;
	border-bottom: #3a1500 solid 1px;
	background-image: url('transbacklight.png');
	background-repeat: repeat
	}

div.menu
	{
	float:left;
	position: fixed;
	left: 45px;
	bottom: 7%;
	width: 100px;
	display:inline;
	padding:15px;
	text-align: center;
	}

div.menu img {border-style:none}

div.content
	{
	min-width: 400px;
	max-width: 600px;
	margin-left: 525px;
	margin-right:5%;
	margin-top:20px;
	padding:1px 10px;
	border: #3a1500 solid 1px;
	background-image: url('transback.png');
	background-repeat: repeat;
	}

div.artcontent
	{
	max-width: 500px;
	min-width:460px;
	margin-left: 525px;
	margin-right: 5%;
	margin-top:20px;
	text-align: center;
	padding-left:25px;
	}

div.artcontent img
	{
	max-height: 500px;
	max-width: 500px;
	padding:2%;
	border: #3a1500 solid 1px;
	text-align: center;
	background-image: url('transback.png');
	background-repeat: repeat;
	}


div.art
	{
	min-width: 460px;
	max-width:500px;
	margin-left: 525px;
	margin-right:5%;
	margin-top:20px;
	padding:10px 25px;
	border: #3a1500 solid 1px;
	background-image: url('transback.png');
	background-repeat: repeat;
	}


div.art img
	{
	display: inline;
	padding: 0px;
	margin: 8px;
	border-style: 1px #dfb57c;
	}

div.art a:hover img {border: 1px #f1deb8; opacity:0.7}


a:link {color:#823e02; text-decoration:none}
a:visited {color:#b27a41; text-decoration:none}
a:hover {color:#f1deb8}
a:active {color:#faf3e5}

