	@import url(news.css);
	@import url(contact.css);
	@import url(artistinfo.css);
	@import url(gallery.css);
	body{
		background-color: #333333; /*#5E4316*/
		
	}
	a{
		text-decoration: none;
		color: #41B8D4;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	a:hover{
		color: #1963AA;
	}
	p {
		font-size: 12px;
		text-indent: 5px;
	}
	#container{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	#logo{
		width: 231px;
		height: 170px;
		background-color: #333333;/*#663300*/
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		/*border: 1px solid #CCCCCC;*/
		float: left;
		text-align: center;
	}
	#logo img{
		border: none;
	}
	#pagetitle{
		width: 465px;
		height: 35px;
		background-color: #666666;
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		/*border: 1px solid #CCCCCC;*/
		float: right;
		text-align: center;
		
	}
	#slogan {
		width: 465px;
		height: 133px;
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		/*border: 1px solid #CCCCCC;*/
		/*background-color: cyan;*/
		float: right;
	}
	#slogan img {
		padding: 55px 94px 57px 94px;
	}
	#primary{
		width: 698px;
		background-color: #948122;	/*#948122*/
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;

		float: left;
	} 
	#content{
		width: 549px;
		color: #F7F7F7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #000000;/*#71A1B5
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;*/
		border-right: 1px solid #CCCCCC;
		min-height: 400px;
		float: left;
		padding: 25px 10px 25px 10px;

	}
	#mainpot {
		text-align: center;
	}
	#mainpot img{
		border: 1px solid white;
	}
	#mainpot_author{
		text-align: center;
	}
	#menu{
		width: 104px;
/* 		padding: 15px; */
/*		border: 1px solid #CCCCCC;*/
		float:right;
		margin-right: 10px;
		background-color: #948122;
	}
	
	#menu a {
		font-size: 14px;
		display: block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		margin-top: 5px;
		margin-bottom: 5px;
		color: white;/*was white*/
		padding-left: 5px;
		border-left: 3px solid #948122;
/*		background-image:url(images/style_images/sidearrow.png);
		background-position: middle left;
		background-repeat: no-repeat;*/
	}
	
	#menu a:hover{
/*		color: #3300FF;*/
/* 		background-image: url(../images/layout/menu/pipe.png); */
/* 		background-position: middle left; */
/* 		background-repeat: no-repeat; */
		background-color: #666600;
		border-left: 3px solid #B01203;
/*		border-bottom: 1px dotted white;*/
		padding-left: 5px;
/*		font-weight: bold;*/
		/*background-color: #666633;*/
	}
	#menu_active{
		background-color:#666633;
		color: white;
	}
	.title{
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#expbox1 {
		height: 40px;
		width: 568px;
		/*background-color: orange;*/
		float:left;
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
	}
	#expbox2{
		height: 40px;
		width: 128px;
		background-color: #C08E39;
		float: right;
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;

	}
	#footer{
		background-color: #948122;
		width: 698px;
/*		height: 50px;*/
		float: left;
		border: 1px solid #CCCCCC;
		text-align: center;
		vertical-align: bottom;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: white;
		padding-top: 25px;
	}
	
	.textaligncenter{ 
		text-align: center;
		margin: 10px;
	}

	.indent15{ 
		text-indent: 15px;
		font-style:italic;
	}
	
	.headline{
		color: white;
		font-size: 16px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-top: 15px;
		margin-bottom: 10px;
		
	}
	
	.height200{
		height: 200px;
		width: 200px;
	}
	.height500{
		width: 500px;
		height: 500px;
	}