@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	background-color: #000;
}

#wrapper, #header, #navigation, #leftcolumn, #footer, #paper, #content, #rightcolumn {
	margin: 0 auto;
}

#paper {
	text-align: center;
	width: 800px;
}

#wrapper { 
	margin: 0 auto;
	width: 750px;
	text-align: center;
	padding-bottom: 10px;
}

#header {
	width: 750px;
	float: left;
	height: 300px;
	margin: 25px 0px 5px 0px;
}

#cathead {
	font-weight: bold;
	text-align: center;
}

#col-header {
	font-weight: bold;
	text-align: center;
	width: 93%;
}

#login {
	width: 130px;
	height: 70px;
	position:relative;
	float: right;
	top: 20px;
	margin-right: 20px;
	color: #000;
	font-weight: bold;
	text-align:left;
	padding: 5px;
}

#artistInfo {
	height: 20px;
	position:relative;
	float: left;
	top: 265px;
	color: #000;
	font-weight: bold;
	text-align:left;
	padding: 5px;
	margin-left: 10px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#username {height: 10px; font-size: 9px; width: 60px;}
#password {height: 10px; font-size: 9px; width: 60px;}
#submit {height: 20px; font-size: 10px; width: 130px;}
#register {height: 20px; font-size: 10px; width: 130px;}

#menu {
	text-align:center; 
	font-weight: bold; 
	cursor: pointer;
	border-style:outset;
	border-width: 2px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#navigation {
	float: left;
	width: 750px;
	margin: 0px 0px 5px 0px;
}

#widecolumn { 
	overflow: auto;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	height: 300px;
	width: 475px;
	float: left;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	text-align:left;
}

#leftcolumn { 
	overflow: auto;
	overflow-x: hidden;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	height: 300px;
	width: 235px;
	float: left;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#centercolumn { 
	float: left;
	overflow: auto;
	overflow-x: hidden;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	height: 300px;
	width: 234px;
	display: inline;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#rightcolumn { 
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 5px;
	padding: 5px;
	height: 300px;
	width: 235px;
	float: right;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#content {
	text-align: left;
	overflow: auto;
	margin: 0px 5px 5px 0px;
	padding: 5px;
	height: 300px;
	width: 735px;
	float: left;
	display: none;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

div#footer{
	text-align:center; 
	border-style:outset;
	border-width: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 745px;
	clear: both;
	margin-top: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

