/* ---( General Elements )----------------------------------- */

* {	 margin:0; padding:0; }
ul,ol { list-style: none; }
hr { display: none; }
img {border:none;}
.clear { height: 0; font: normal 1px/1px sans-serif; clear: both; }

body {
	margin: 0; padding: 0;
 	text-align: center;   
	color: #333;
	background: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
  	font-size: 12px; 
	line-height: 14px;
	}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 700px;
}
	
#masthead {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
	clear: both; 
	}

#footer  { 
	color: #666; 
	padding: 10px 0px;
	font-size: 10px;
	text-align: center;
}

#footer_wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #333; 
}
	
#footer_content  { 
	clear: both;
	}
	
/*#homespacer {
	position: relative; 
	height: 180px;
	}

#mastheadspacer {
	position: relative; 
	height: 145px;
	}*/

/* ---[ page stuff ]------------------------------- */

#content {
	float: left;
	width: 700px;
	border: 1px solid #000;
	background: #333333 url(/img/sitebg.gif) repeat-y; 
	}

.main {
	float:right;
	width: 465px;
	padding: 10px;
	}

.sidebar {
	float:left;
	width: 190px;
	color: #333;
	/*padding-right: 50px;*/
	padding: 10px;
	text-align:center;
	}

.sidebar p {
	text-align: left;
	}

.main h1 {
	font: normal 18px Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	}
	
.main h2, .section h2 {
	font: normal 10px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	}
	
.sidebar h3 {
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-align: left;
	}
	
.main p, .introtxt p {
	margin-bottom: 7px;
	}
	
.toc ul {
	text-align: left;
	margin: 0 0 5px 10px;
	}
	
.toc li {
	list-style: none;
	display: block;
	text-align:left;
	background: url(/img/arrow_gray.gif) no-repeat 0px 1px; 
	padding: 0px 10px 5px 20px;
	}

#mainimg   { 
	float: left;
	width: 150px;
	text-align: center;
	}

#maintxt   { 
	float: right;
	width: 310px;
	}

/* ---[ links ]------------------------------- */

a img { border: none; }
a {text-decoration: none;}
a:link { color: ##0000FF; font-weight: bold; text-decoration: underline; }
a:visited { color: ##0000FF; font-weight: bold; text-decoration: underline; }
a:active { color: ##0000FF; font-weight: bold; text-decoration: underline; }
a:hover { color: ##000000; font-weight: bold; text-decoration: underline; }

.toc a, 
.toc a:link, 
.toc a:active,
.toc a:visited {
	color: #0000FF; 
	font-weight: normal;
	text-decoration: underline;
	}
	
.toc a:hover {
	color: #0000FF;
	}

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #666; 
	font-weight: normal;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #999;
	}

#nav {
	height: 156px;
	background: #fff url(/img/maintop.jpg) no-repeat; 
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 35px;
	}

#navlist li {
	width: 510px;
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	}

/* You are here - main nav  */
	
body#home #nav-home	a,
body#about #nav-about a,
body#artists #nav-artists a,
body#gallery #nav-gallery a,
body#contact #nav-contact a {
	color: #333333;
	text-decoration: underline;	
	}

/* ---( specials )----------------------------------- */

.gutter { padding: 10px 20px; }
.line { border-bottom: 1px #000 solid; }
.frame { border: 1px solid #000; }
.fl { float: left; margin: 0 10px 10px 0; }
.fr { float: right; margin: 5px 0 10px 10px; }
.feedback { background-color: #EFEFEF; border: 2px solid #DDDDDD; padding: 10px; }
.tiny { font-size: 9px; }
.linkblock { background-color: #FFF; padding: 10px; text-align: center; }
.introtxt { background-color: #FFF; padding: 10px; text-align: left; }
.title { background-color: #666; padding:10px; text-align:center; color:#fff;}
.section { padding: 4px; color: #fff; background: #666 url(/img/hbg.gif) repeat-x; font-size:10px; }
.crumb { padding: 15px 0; }

