body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}

a:link, 
a:visited{
	color:#990000;
	text-decoration: underline;
}

a:hover, 
a:active,
a:focus{
	color:#000;
}


a.nyxent_link:link, 
a.nyxent_link:visited{
	color:#666666;
	text-decoration: none;
}

a.nyxent_link:hover, 
a.nyxent_link:active,
a.nyxent_link:focus{
	color:#FFFFFF;
	text-decoration:underline;
}


#wrapper {
	padding: 0px;
	width: 990px;
	margin: 0px auto;
	background: #FFFFFF url(../images/bg_container.gif) repeat-y center;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 125px;
	margin: 0px;
}
#header span {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

#header_slogan{
	visibility:hidden;
	display:none;
}

#header h1{
	position: absolute;
	height: 75px;
	width: 145px;
	margin: 22px 0px 0px 20px;
	z-index:100;

}

#header h1 span{
	visibility:hidden;
	display:none;
}





#content {
	margin: 20px 12px;
	padding: 0px;
}

#content h2{
	font-weight: normal;
	font-size: large;
	color: #333333;
}

#horMenu {
	color: #FFFFFF;
	padding: 0px;
	height: 25px;
	width: 980px;
	margin: 100px 5px 0px;
	position: absolute;
	background: #CC0000 url(../images/bg_menu.gif) repeat-x;
}
#horMenu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#horMenu li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
#horMenu a:link, #horMenu a:visited {
	margin: 2px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px;
}
#horMenu a:hover, #horMenu a:active, #horMenu a:focus {
	background-color: #CC0000;
	background-image: url(../images/bgHorMenuOver.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainDiv {
	padding: 5px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottom {
	background-image: url(../images/bottom.jpg);
	margin: 0px;
	padding: 30px 0px 0px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	text-align: center;
	color: #666666;
	background-color: #000000;
}

#bottom span{
	text-align: center;

}

#login{
	position: absolute;
	padding-top: 50px;
	padding-left: 550px;
	width: 410px;
	z-index:10;
	height: 17px;
	
}

#login p{
	margin:0px;
	padding:0px;
	text-align: right;
}

#login form{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#login label{
	vertical-align: middle;
}

#artist{
	border: 1px solid #CCCCCC;
	width: 210px;
}

#artist p{
	margin: 0px 0px 10px;
	padding: 0px 10px;
	text-align: justify;

}

#artist img{
	margin: 0px;
	padding: 0px;
}

.internal_content{
	margin: 20px auto;
	width: 800px;
}

.login_text{
	font-size: 12px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #333333;
	height: 14px;
}
.login_submit{
	margin: 0px;
	padding: 0px;
	/*height: 17px;*/
}

.text_error{
	color:#FF6600;
	font-size: 13px;
	font-weight: bold;
}

.text_info{
	color:#006633;
	font-size: 13px;
	font-weight: bold;
}
