#page_container {
	width: 800px;
	margin: auto;
	text-align: left;
	background-color: #323219;

}

html, body {
	padding: 0;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
a {
	color: #FFCC00;
}

.hidden {
	display: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	text-align: center;
	background-color: #666666;
	background-repeat: repeat-x;
}	

#header {
	/*width: 725px;*/
	height:55px;
	margin: 0;
	padding: 0;
	background-color: #323219;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	color: #EF275F;
}

#banner {
	height:130px;
	margin: 0px;
	padding: 0px;
}

#main-nav {
	height: 30px;
	padding-top: 0px;
	padding-left: 10px;
	background-image: url(../images/general/bg_nav.gif);
	background-repeat: repeat-x;
	text-align: center;
	/*padding-top: 1px;background-color: #00FF00;*/
} 
h1 {
	margin: 0px;
	padding: 0px;
}
/* Main Navigation */

/*#main-nav dl { margin: 0; padding: 0; }*/
#main-nav dl {
	padding: 0;
	width: 500px;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

/* #main-nav { }
IE5 Mac Hack \*/ 
#main-nav {
	height: 35px;
	padding-top: 3px;
	padding-left: 150px;
	background-image: url(../images/general/bg_nav.gif);
	background-repeat: repeat-x;
	text-align: left;
	/*padding-top: 1px;background-color: #00FF00;*/
} 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:24px; /* IE 5/Win hack */ 
	padding: 20px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -24px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 92px; background-image: url(../images/nav/nav_home.gif); }

#main-nav dt#about,
#main-nav dt#about a { width: 92px; background-image: url(../images/nav/nav_about.gif); }

#main-nav dt#artists,
#main-nav dt#artists a { width: 92px; background-image: url(../images/nav/nav_artists.gif); }

#main-nav dt#hours,
#main-nav dt#hours a { width: 92px; background-image: url(../images/nav/nav_hours.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 92px; background-image: url(../images/nav/nav_contact.gif); }

#sidebar_a {
	float: right;
	width: 269px;
	line-height: 18px;
	margin-top:25px;
	margin-right:20px;
	text-align: left;
	/*	background-color: #00FF00;*/
	vertical-align: text-top;
	padding: 0px;
	color: #FFFFFF;
}
#sidebar_a p{
	margin-left:25px;
	margin-right:25px;

}

#sidebar_b {
	float: right;
	width: 269px;
	line-height: 18px;
	margin-top:25px;
	margin-right:20px;
	text-align: left;
	/*	background-color: #00FF00;*/
	vertical-align: text-top;
	padding: 0px;
	color: #FFFFFF;
}

#content_gallery {
	width:625px;
	line-height: 18px;
	text-align: left;
	vertical-align: text-top;
	float: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 50px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #333333;
}

#content_gallery h6{
	font-size:14px;
}
#content_gallery a{
	font-size:10px;
	color:#FFCC00;
}
h3 {
	font-size: 16px;
}
h4 {
	background-color: #951233;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	height: 25px;
	padding-top: 2px;
}
h4 a{
	color: #FFFFFF;	
}
h5 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 5px;
}

#footer {
	background:#323219;
	font-size: 9px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 25px;
	padding-top: 4px;
	padding-right: 20px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#admin_table {
	background:#FFFFFF;
	color:#666666;
	text-align: left;
	font-size: 10px;

}
#admin_table th{
	font-weight: bold;	
}

tr.d0 td {
	background-color: #CCFFFF; color: black;
}
tr.d1 td {
	background-color: #FFFFFF; color: black;
}

#gallery_tab {
	padding:5px;
	width:375px;
	text-align:left;
	margin-top: 25px;
	margin-left: 45px;
}
.gallery_tab_off{
	font-size:14px;
	font-weight:bold;
	background-color:#333333;
	color:#999999;
	padding:4px;
	text-decoration:none;
	border: 1px solid #FFFFFF;
}
.gallery_tab_off:hover{
	color:#FFCC00;
	text-decoration:underline;
}

.gallery_tab_on{
	font-size:16px;
	font-weight:bold;
	background-color:#951233;
	color:#FFFFFF;
	padding:4px;
	text-decoration:none;
	border: 1px solid #FFFFFF;
	height:50px;
}
.gallery_tab_on:hover{
	color:#FFCC00;
	text-decoration:underline;
}
.searchinput {
	margin-left: 13px;
	}
.searchinput .name {
	width: 260px;
	height: 10px;
}

#login_textbox {
	width:250px;
	float: left;
	font-size: 10px;
	text-align: left;
	border: 0px solid #000000;/**/
	height:35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#login_textbox p{
line-height:12px;
}
.btnStyle1 {
	background-color: #000099;
	border: 1px solid #EBE7FA;
	font-size: 12px;
	color:#FFFFFF;
	font-style: normal;
	font-weight: bold;
}

.btnStyle2 {
	background-color:#990000;
	border: 1px solid #EBE7FA;
	font-size: 12px;
	color:#FFFFFF;
	font-style: normal;
}
.copySmall10 {
	font-size:10px;
}
.copySmall10BOLD {
	font-size:10px;
	font-weight:bold;
}

#subnav {
	padding-top: 2px;
	padding-left: 10px;
	text-align: center;
/*
	height: 14px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000066;
	background-repeat: repeat-x;
background-image: url(../images/general/bg_nav.gif);
padding-top: 1px;background-color: #00FF00;
*/
} 

#subnav a{
	background:#F2F0FF;
	border: 1px solid #000066;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#000099;
	padding: 3px;
}

#subnav a:hover{
	text-decoration:underline;
	color:#00CC00;
}
