body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*background-image: url(images/back_color.gif);*/
}
.h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom:10px;
}
.h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

#back_top {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#back_side {
    position: absolute;
	z-index: 5;
	left: 0px;
	top: 150px;
}
#back_column {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 700px;
	width: 100%;
	background-image: url(images/back_column.gif);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	z-index: 50;
	left: 10px;
	top: 10px;
	height: 75px;
	width: 200px;
}
#newsletter {
	position: absolute;
	z-index: 50;
	left: 580px;
	top: 10px;
	height: 22px;
	width: 205px;
}

#nav{
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 135px;
	text-align: right;
	width: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding: 0px 0px 2px 0px;
}
#nav a:hover {
	color: #339999;
}
#current a {
	color: #339999;
}


#content_header {
	position: absolute;
	z-index: 50;
	left: 165px;
	top: 135px;
	width: 300px;
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339999;
}
#content_div {
	position: absolute;
	z-index: 50;
	left: 165px;
	top: 154px;
	width: 625px;
	height: 400px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	padding-top:10px;
}
#content_1 {
	position: relative;
	width: 425px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	padding-top:10px;
	float: left;
	
}
#content_2 {
	position: relative;
	width: 185px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	padding-top:10px;
	float: right;
}

.events_bar {
	width: 420px;
	padding:20px 0 20px 0;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}


#content_bar {
	position: absolute;
	z-index: 20;
	left: 165px;
	top: 154px;
	border-top: 1px solid #666666;
	width: 625px;
}


.header_small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339999;
}

.header_news {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.event_date {
	color: #339999;
}

/* -- artist page styles-- */
.black_link2 {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.border_left {
    border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.border_left a {
    margin-left: 10px;
	text-decoration: none;
}
.polaroids{
    /* float:left; */
}
.polaroids img{
    margin:5px 5px 5px 0;
}


/* -- admin panel styles-- */
#adminmenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	z-index: 150;
	position: absolute;
	left: 800px;
	top: 0px;
	width: 125px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#adminheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #000000;
	text-align: center;
	padding-top: 2px;
	height: 20px;
	vertical-align: middle;
}
#adminbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding: 5px;
}
#adminbody a {
	color: #000000;
	text-decoration: none;
}
#adminbody a:hover {
	color: #000000;
	text-decoration: none;
}
.login {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

.contactfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #666666;
	color: #000000;
	margin: 0px;
	width: 315px;
}
.contactbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 75px;
	background-color: #CCCCCC;
	padding: 2px;
	border: 1px solid #666666;
}
