/* CSS Document */
/* colors
light blue - #B2D8F8
dark blue - #121D26
grey blue - #354755
dark purple - #4d004e
logo purple - #6c0d63
logo bright purple - #9d007a
grey - #b9c3ba
cool black - #000012
*/

.artists {
	left: 10px;
	padding-left: 10px;
	padding-bottom:5PX;
	bottom: 5px;
	width: 200px;
	mar
}

.email {
	left: 10px;
	padding-left: 10px;
	padding-bottom:5PX;
	bottom: 5px;
	width: 200px;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color:#B9C4BA;
	font-size: 12px;
	color: #4D004E;
}

#container {
	margin:0 auto;
	width: 800px;
	text-align: left;
	height: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

#navigation {
	text-align: left;
	width:200px;
	background-color: #24002F;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2D8F8;
	font-size: 12px;
	margin-left: 10px;
	height: 550px;
	background-image: url(../../images/navi_bg.gif);
	background-repeat: repeat-y;
	padding-right: 0px;
	margin-right: 0px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}	

#navi_footer {
	position: absolute;
	width: 200px;
	vertical-align: bottom;
	left: 0px;
	top: 539px;
}

#navi_btns {
	width: 200px;
	text-align: left;
	margin-left: 0px;
	line-height: 15px;
	margin-bottom: 0px;
	
}

a.navi_links {
	font-size: 12px;
	font-weight: bold;
	color:#B2D8F8;
	display: block;
	width: 200px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

a.navi_links:hover {
	font-size: 12px;
	font-weight: bold;
	color:#B2D8F8;
	display: block;
	width: 200px;
	height: 15px;
	background-color: #27002F;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}

a.artists_links {
	font-size: 12px;
	color:#B2D8F8;
	display: block;
	width: 190px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
}

a.artists_links:hover {
	font-size: 12px;
	color:#B2D8F8;
	display: block;
	width: 190px;
	height: 15px;
	background-color: #27002F;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
}


ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

li {
	margin: 0px;
	padding: 5 0 5 0;
}

.content_window {
	position:relative;
	display:block;
	width:590px;
	top: 0px;
	padding: 0 0 0 0;
}

a.text_links {
	color: #999999;
	text-decoration: none;
}

a.text_links:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.legals {
	font-size: 10px;
	color: #27002F;
	text-align:center;
}
a.legals_links {
	color:#27002F;
	text-decoration: none;
}

a.legals_links:hover {
	color: #B2D8F8;
	text-decoration: underline;
}

.form_bg {
	background-image:url(../sounds_images/main_bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}


#form_container {
	position:relative;
	width: 820px;
	height: 800px;
}
#form_col1 {
	background-color:#666666;
	text-align:right;
	line-height: 20px;
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 0px;
	top: 0px;

	
}

#form_col2 {
	text-align:left;
	line-height: 20px;
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 200px;
	top: 0px;

	
}

#form_col3 {
	background-color:#666666;
	text-align:right;
	line-height: 20px;
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 400px;
	top: 0px;

	
}

#form_col4 {
	text-align:left;
	line-height: 20px;
	position: absolute;
	width: 200px;
	padding: 10px;
	left: 600px;
	top: 0px;

	
}

.name_column {
text-align:right;
}
