@charset "UTF-8";
/* CSS Document */



/* LAYOUT ---------------------------------------------------------*/	


html
{
	height: 100%;
}


body
{
	height: 100%;
	width: 100%;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	background-color:#0071BC;
	color:#191919;
}


#header
{
	width:100%;
	height:322px;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	float:left;
}

#headerimage
{
	width:799px;
	height:323px;
	background-image:url(../images/headerlogo.png);
	float:left;
}
	


#menu
{
	width:100%;
	height:27px;
	background-color:#CCC;
	float:left;
}

#page
{
	width:100%;
	background-color::#0071BC;
	float:left;
}


#footer
{
	width:100%;
	height:146px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-color:29ABE2;
	float:left;
}




/* INDEX PAGE ---------------------------------------------------------*/	

#indeximage
{
	width:800px;
	height:594px;
	background-image:url(../images/index.png);
	margin-top:50px;
}

.index
{
	background-color:#333;
}

.indextext
{
	width:640px;
	margin-left:70px;
	margin-top:330px;
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}


/* CENTRE ---------------------------------------------------------*/	


.centre
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
}


/* SHADOW BOXES ---------------------------------------------------------*/	

#inline-sample-content
{
	color:#FFF;
	line-height:20px;
}

#inline-sample-content img
{
	float:right;
}

.hidden
{
	display:none;
}


h1
{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}


h2
{
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
}

/* MENU ---------------------------------------------------------*/	



.menutext
{
	color:#000;
	text-decoration: none;
	font-weight:bold;
	margin-top:7px;
	font-size:14px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.menutext:hover
{
	color:#FFF;
	text-decoration: none;
}

.menutext:active
{
	color:#F00;
	text-decoration: none;
}

.menuspace
{
	height:27px;
	width:40px;
	float:left;
}


.box
{
	background-color:#09F;
	padding:10px;
	border: thin groove #03F;
}


/* FOOTER ---------------------------------------------------------*/	


.footermenu
{
	width:270px;
	height:100px;
	margin-top:40px;
	float:left;
}

.footerimages
{
	width:800px;
	height:100px;
	margin-top:40px;
	margin-left:30px;
	float:left;
}

.footertext
{
	color:#000;
	text-decoration: none;
	font-size:12px;
	float:left;
}

.footertext:hover
{
	color:#FFF;
	text-decoration: none;
}

.footertext:active
{
	color:#F00;
	text-decoration: none;
}

.footerspace
{
	height:27px;
	width:10px;
	float:left;
}



/* PANEL ---------------------------------------------------------*/	

.panel
{
	width:169px;
	margin-left:20px;
	background-image:url(../images/panel.png);
	background-repeat:repeat-y;
	float:left;
	margin-top:30px;
	line-height:20px;
}


.panel2
{
	width:169px;
	margin-left:20px;
	float:left;
	margin-top:30px;
	line-height:20px;
}

.panel .rightpanel
{
	padding-left:10px;
	padding-right:10px;
	background-color: #CCCCCC;
}

.right
{
	text-align:right;
}

/* BODY TEXT ---------------------------------------------------------*/	

.bodytext
{
	width:390px;
	padding-top:10px;
	margin-right:12px;
	height:100%;
	float:left;
	color:#000;
	line-height:20px;
}

.bodytext td
{
	vertical-align:top;
}

.bodytext a, .panel a
{
	color:#000;
	text-decoration:underline;
}

.bodytext a:hover, .panel a:hover
{
	color:#FFF;
	text-decoration:none;
}

.artistimage
{
	float:left;
	margin-right:10px;
	margin-top:10px;
}




/* ROLLOEVERS BUTTONS ---------------------------------------------------------*/


#but_signup
{
  display: block;
  width: 77px;
  height: 21.5px;
  background:url(../images/buttons/but_singup.jpg) no-repeat 0 0;

}

#but_signup:hover
{ 
  background-position: 0 -21.5px;
}

#but_signup span
{
  display: none;
}




#but_enter
{
  display: block;
  width: 102px;
  height: 40px;
  background:url(../images/buttons/enter.jpg) no-repeat 0 0;

}

#but_enter:hover
{ 
  background-position: 0 -40px;
}

#but_enter span
{
  display: none;
}




/* Contactform -----------------------------------------------------------*/

#contact-area {
	margin-top:20px;
	width:400px;
}

#contact-area p
{
	width:200px;
}



#contact-area input
{
	padding: 5px;
	width: 250px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}



#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}


label {
	float: left;
	margin-right: 0px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}


