/*GENERIC STYLES*/

html, body {
	height: 100%;
}

body
{
	font-size: 80%;
	color: #fff;
	font-family: 'Arial Unicode MS' , Arial;
	background-image: url(brick_bg.jpg);
	background-repeat: repeat;
	SCROLLBAR-FACE-COLOR: #202020;
	SCROLLBAR-HIGHLIGHT-COLOR: #303030;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #303030;
	SCROLLBAR-ARROW-COLOR: #bcaf9b;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000
}

#wrapper {
	width: 760px;
	height: 560px;
	min-height: 480px;
	margin: 0px auto 0px auto;
	position: relative;
	background: url(splash_large.gif);
	/*background-color: #ffffff;*/
}

#image 
{
	display: none;
}

#image img 
{

}

#links {	
	width:		190px;
	height:		350px;
	position:	absolute;
	top:		20px;
	left:		40px;
	/*background-color: #eee;*/
	padding-top: 5px;
}

#links ul {
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
	list-style: none;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#links ul li {
	text-align: right;
}

#links ul li a {
	color: #fff;
	text-decoration: none;
}

#links ul li a:hover {
	text-decoration: underline;
}

#player {
	width:		190px;
	height:		120px;
	position:	absolute;
	bottom:		30px;
	left:		40px;
	/*background-color: #eee;*/
	padding-bottom: 5px;
}

#content 
{
	width:		475px;
	height:		470px;
	min-height:	470px;
	position:	absolute;
	top:		30px;
	right:		40px;
}

/*
Specific styles below
Please note, all sections are included in a frame of width 475px, height 470px
*/


/*BIOGRAPHY STYLES*/

#biog {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: auto;
}

img.biog_img /*the artists picture*/ {

}

span.biog_name /*the artists name*/ {
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

span.biog_text /*the biography - can be externally modified using the html editor*/ {
	
}


/*AUDIO STYLES*/

#audio { 
	background-color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	overflow: auto;
}

#audio H3 /*audio header*/ {
	font-size: 200%;
	margin-top: 0px;
}

#audio ul {
	
}

#audio ul li {
	
}

#audio ul li a {
	color: #fff;
	text-decoration: none;
}

#audio ul li a:hover {
	text-decoration: underline;
}


/*CREDITS STYLES*/

#credits {
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	margin: 0px;
	overflow: auto;
}

#credits h3 {
	font-size: 200%;
	margin-top: 0px;
}

#credits a {
	
}

#credits a:hover {
	
}


/*GALLERY STYLES*/

#gallery {
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	margin: 0px;
	overflow: auto;
}


/*RINGTONES STYLES*/

#ringtones {
	background-color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	overflow: auto;
}

#ringtones h3 {
	font-size: 200%;
	margin-top: 0px;
}

#ringtones a {
	color: #fff;
	text-decoration: none;
}

#ringtones a:hover {
	text-decoration: underline;
}

/*SMS STYLES*/

#sms {
	width: 100%;
	height: 100%;
	background-color: #000;
	margin: 0px;
	overflow: auto;
}
	
#sms h3 {
	font-size: 200%;
}

#sms td {
	font-size: 80%;
}

#sms input {

}

#sms select {

}

#sms option {

}

/*VIDEO STYLES*/

#videos { 
	background-color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	overflow: auto;
}

#videos H3 {
	font-size: 200%;
	margin-top: 0px;
}

#videos ul {
	
}

#videos ul li {
	
}

#videos ul li a {
	color: #fff;
	text-decoration: none;
}

#videos ul li a:hover {
	text-decoration: underline;
}

