/* commented backslash hack \*/ 
html, body { height: 100%; }
html, body { height: 100%; }
#body_admin {
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #0099FF;
	background-image: url(images/drop_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrap {
	min-height:100% !important;
	height: auto !important;
	margin: 0px auto;
	width: 1022px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/wrap_bg4.gif);
	background-repeat: repeat-y;
}
#col_1 {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px 10px;
	height:100%;
}
#col_2 {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px 11px;
	height:100%;
}
#col_3 {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px 10px;
	height:100%;
}
#footer {
	margin: 5px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	font-size: smaller;
	color: #FFFFFF;
}
#wrap_admin {
	min-height:100% !important;
	height: auto !important;
	margin: 0px auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}
.contact_text {
	color: #FFFFFF;
	font-size: smaller;
	background-color: #FF0099;
	padding: 10px;
}
a:hover {
	text-decoration: underline;
}
.artist_block {
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999; */
	background-color: #FFFFFF;
	padding: 0 5px 5px 5px;
	margin: 5px 0px 10px 0px;
}
.artist_block p {
	color: #333333;
}
.artist_photo {
	width: 50%;
	height: auto;
}
p {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #ff0099;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-variant: small-caps;
	color: #FF0099;
	padding: 2px 0;
	margin: 10px 0px;
	background-color: #FFFF00;
}
h2, h3 {
	color: #ff0099;
	background-color: #ffff00;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	text-transform: uppercase;	
}
.h_rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCFFFF;
	margin-top: 15px;
	margin-bottom: -5px;
}
