/*GENERIC STYLES*/

html, body {
	height: 100%;
}

body
{
	font-size: 80%;
	font-family: 'Arial Unicode MS' , Arial;
	background-color: #f4d4bb; 
	SCROLLBAR-FACE-COLOR: #f4d4bb;
	SCROLLBAR-HIGHLIGHT-COLOR: #f4dbc8;
	SCROLLBAR-SHADOW-COLOR: #f4c8a6;
	SCROLLBAR-3DLIGHT-COLOR: #f4dbc8;
	SCROLLBAR-ARROW-COLOR: #f4a669;
	SCROLLBAR-TRACK-COLOR: #f4bb8f;
	SCROLLBAR-DARKSHADOW-COLOR: #f4c8a6
}

#wrapper {
	width: 900px;
	height: 800px;
	min-height: 800px;
	margin: 0px auto 0px auto;
	position: relative;
	background: url(maxi-3-folklorica.jpg) center center no-repeat;
	/*background-color: #ffffff;*/
}

#image 
{
	position: absolute;
	top: 40px;
	left: 280px;
}

#image img 
{
	width: 300px;
	height: 220px;
}

#links {	
	position:	absolute;
	top:		50px;
	left:		40px;
	/*background-color: #eee;*/
	padding-top: 5px;
}

#links ul {
	font-weight: bold;
	font-size: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#links ul li {
	width: 99px;
	height: 20px;
	/*display: inline;*/
}

#links ul li a 
{
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-align: left;
}

#links ul li a:hover {
	text-decoration: underline;
}

#player {
	width:		190px;
	height:		120px;
	position:	absolute;
	top:		585px;
	right:		25px;
	/*background-color: #eee;*/
	padding-bottom: 5px;
}

#content 
{
	width:		425px;
	height:		275px;
	min-height:	275px;
	position:	absolute;
	top:		300px;
	left:		220px;
}

/*
Specific styles below
Please note, all sections are included in a frame of width 475px, height 470px
*/


/*BIOGRAPHY STYLES*/

#biog {
	background-color: #f9e7d9;
	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: #f9e7d9;
	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 {
	text-decoration: none;
}

#audio ul li a:hover {
	text-decoration: underline;
}


/*CREDITS STYLES*/

#credits {
	width: 100%;
	height: 100%;
	background-color: #f9e7d9;
	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: #f9e7d9;
	text-align: center;
	margin: 0px;
	overflow: auto;
}


/*RINGTONES STYLES*/

#ringtones {
	background-color: #f9e7d9;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	overflow: auto;
}

#ringtones h3 {
	font-size: 200%;
	margin-top: 0px;
}

#ringtones a {
	text-decoration: none;
}

#ringtones a:hover {
	text-decoration: underline;
}

/*SMS STYLES*/

#sms {
	width: 100%;
	height: 100%;
	background-color: #f9e7d9;
	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: #f9e7d9;
	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 {
	text-decoration: none;
}

#videos ul li a:hover {
	text-decoration: underline;
}


