body
{
 	text-align:       	center;
	margin:			  	0;
	background:			#005d91 url(../images/bg-tile.png);
	color:				#fff;
}

body, input, textarea
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

a { color: #fff; }

hr 
{
	border: 0;
	color: #000;
	background-color: #000;
	height: 6px;
	margin: 0 0 5px -10px;
	width: 665px;
}

#content
{
    margin:           	0 auto;
    width:            	915px;
    height:           	853px;
    text-align:       	left;
    position:         	relative;
    background: 		url(../images/page-bg.png) no-repeat;
	
}


.home #content
{
    background-image: 	url(../images/home-bg.png);
	height:           	653px;
    
}

.about #content
{
	background-image:   url(../images/about-bg.png);
	height:             902px;
}

.music #content
{
	background-image:	url(../images/music-bg.png);
	height:				763px;
}

.pictures #content
{
	background-image:	url(../images/pictures-bg.png);
	height:				653px;
}

.contact #content
{
	background-image:	url(../images/contact-bg.png);
	height:				653px;
}

.agents #content
{
	background-image:	url(../images/agents-bg.png);
	height:				800px;	
}

#logo
{
	position:			absolute;
	left:				720px;
	top:				28px;
}

#navigation
{
	position:			absolute;
	left:				800px;
	top:				330px;
}

#navigation ul
{
	margin:				0;
	padding:            0;
	list-style:			none;
}

#navigation ul li
{
	margin-bottom:		4px;
}

#navigation ul li a
{

}

#navigation ul li a img
{

}

#main
{
		position:			absolute;
		top:				10px;
		left:				25px;
		width:				640px;
}

#player
{
	   	clear:				left;
		margin:				15px 0;
		height:				40px;
}

#homePlayer
{
		position:			absolute;
		top:				500px;
		left:				707px;
}

h3
{
		font-size: 			12px;
		margin:				0;
		co2lor:				#1aadeb;
		color:				#fff;
}

p
{
		margin-top:			0;
		margin-bottom:		10px;
}

p.header 
{
		font-size:			18px; 
		color:				#1aadeb;
}

p.larger
{
		font-size:			12px;
		line-height:		16px;
		color:				#CCC;
}

#flash
{
        position:         	absolute;
        top:              	0;
        left:             	15px;
}

img
{
		border:				0; 
}

img.thumb
{
		b2order:				1px solid #03a5eb;
		border:				1px solid #fff;
		pa2dding:            1px;
		float:				left;
		margin-right:		10px;
}

.biog
{
		clear: left;
		height: 100px;
		margin-bottom: 10px;		
}

.biog h3
{
		color: #fff;
}	

.offWhiteGreen
{
		color: #d9e6cf !important;
}

.offWhitePurple
{
		color: #d3cfe6 !important;
}

.offWhiteBlue
{
	    color: #cfdee5 !important;
}

.song
{
		clea2r: both;
		padding-bottom:		5px;
		margin-bottom: 5px;
}

.song h3
{
		margin: 0 0 0 50px;
		line-height:		24px;
}

.song p
{
		margin: 0 0 0 50px;
}

.song a
{
		float: 				left;
		font-size:			14px;
		font-weight: 		bold;
		text-decoration:	none;
		text-transform:		lowercase;
		padding:            2px;
		background-color:   #00699b;
		border:				1px solid #03a5eb;
}

.song a:hover
{
		background-color:   #03a5eb;
}

#player
{
		margin: 35px 0 30px 0;
}

input, textarea
{
		background-color: 	#00699b;
		border:				none;
		padding:	        4px;
		color:				#fff;
		width:				300px;
		margin-bottom:		5px;
}

input.button
{
		width:				auto;
		padding:            2px 4px;
		font-size:			14px;
		font-weight: 		bold;
		text-transform:		lowercase;
		back2ground-color:   #00699b;
		border:				1px solid #03a5eb;		
}

a.button {
		display: 			inline-block;
		display: 			moz-inline-box;
		width:				auto;
		padding:            2px 4px;
		font-size:			14px;
		font-weight: 		bold;
		text-transform:		lowercase;
		text-decoration:	none;
		background-color:   #00699b;
		border:				1px solid #03a5eb;
}


.highslide 
{
	
}
.highslide img 
{
	border: 2px solid #CCC;
	margin: 0 5px 5px 0;
}
.highslide:hover img
{
	border: 2px solid #FFF;
}
.highslide-image
{
	border: 6px solid #FFF;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
