/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 adapted by Mary Diggin www.marydiggin.com & Lou Malchie www.loumalchie.com
 for Dixon Studio Tour
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 20px;
	padding: 0;
	background-image:url(images/bg.jpg);
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #FF9900;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background-image:none;
	background-repeat: no-repeat;
	background-color:#7c2a0a;
	background-position:center top;
	background-attachment:fixed;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width:680px;
	float: left;
	margin: 30px 0 0 0;
	border-left:1px #663333 solid;
}
#left {
	width: 200px;
	float: left;
	margin: 5px 0 0 0;
}
#left .content {
	padding: 0px;
	font-size: .9em;
	line-height: 1.5em;
	position: fixed;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
    color: #f4b00d;
	padding: 10px 10px 5px 10px;
	font-size: .75em;
	letter-spacing: .2em;
	text-align:center;
	
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #424242;
	background-color: #FF9900;
	padding: 0px;
	margin: 0;
	font-size: 0.9em;
	clear: both;
	text-align:center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;

}

#masthead a:link, #masthead a:visited  {color: #424242; text-decoration:none;}
#masthead a:hover {color:#ffffcc; text-decoration:underline;} 

#left a:link {
	color: #FF9900;
	text-decoration:none;
}
#left a:visited {
	color: #ef5613;
	text-decoration:none;
}
#left a:hover {
	color: #ffffcc;
	text-decoration:underline;
}

#right a:link {
	color: #FF9900;
	text-decoration:none;
}
#right a:visited {
	color: #FF9900;
	text-decoration:none;
}
#right a:hover {
	color: #ffffcc;
	text-decoration:underline;
}

#menulist a:link {
	color: #FF9900;
	text-decoration:none;
}
#menulist a:visited {
	color: #2c419a;
	text-decoration:none;
}
#menulist a:hover {
	color: #ffffcc;
	text-decoration:underline;}
#content li {

padding:10px 0px 10px 5px;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #FF9900;
	padding: 0 0 0 36px;
		
}
#footer a:link {color: #8d8484;
	text-decoration:underline;
}
#footer a:visited {color: #666666;
	text-decoration:underline;
}
#footer a:hover {color: #ffffcc;
	text-decoration:underline;
}

h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

#masthead .address {
			padding-top:5px;
			color:#424242;
			}
			
			
table .story {
			width:80%;
			margin: 10px;
			}
			
td .storytext {
			width:50%;
			padding:15px;
			
			}
			
.story td {border-bottom:1px solid #333;}

img {border:none;}

table .artist {
			 width:95%; 
			 background-color:#FFCC33;
			 text-align:center;
			 border:3px ridge #FFCC33;
			 }
			 
.artist td {
		  padding:10px;
		  }
