body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	size: 9pt;
	color: #b5b4b5;
}

h1{
	padding: 0px;
	margin: 0px;
	font-size: 17pt;
	color: #000;
	font-family: verdana;
	padding-top: 25px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	font-weight: lighter;
}

h3{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: verdana;
	font-size: 12pt;
	padding-top: 25px;
	padding-bottom: 4px;
	font-weight: lighter;
}

input{
	border: 1px solid #000;
	padding: 3px;
	font-family: verdana;
	font-size: 8pt;
}

textarea{
	border: 1px solid #000;
	padding: 3px;
	font-family: verdana;
	font-size: 8pt;
}

a:link, a:active, a:visited{
	text-decoration: none;
	color: #000;
}

div#menu{
	width: 100%;
	height: 37px;
	background-color: #df0046;
}

div#menu div#menuHolder{
	width: 600px;
	height: 37px;
	margin: auto;
	font-size: 13pt;
	color: #b4a9ad;
	font-family: verdana;
}

div#menu div#menuHolder div{
	width: 100px;
	height: 100%;
	line-height: 37px;
	text-align: center;
	float: left;
}

div#menu div#menuHolder div a:link, div#menu div#menuHolder div a:visited, div#menu div#menuHolder div a:active{
	color: #d9d9d9;
	text-decoration: none;
}

div#menu div#menuHolder div:hover{
	background-color: #000;
}

div#line{
	width: 100%;
	height: 7px;
	margin-top: 3px;
	background-color: #000;
}

div#content{
	width: 800px;
	height: 505px;
	margin: auto;
	border: 1px solid #e4e4e4;
	border-top: none;
	background-color: #f8f8f8;
}

div#content div#left{
	width: 285px;
	height: 100px;
	float: left;
	position: relative;
}

div#content div#left div#image{
	width: 248px;
	height: 331px;
	position: absolute;
	top: 83px;
	left: 23px;
	border: 1px solid #000;
}

div#content div#left div#sideLinks{
	width: 100%;
	position: absolute;
	top: 58px;
	left; 0px;
	
}

div#content div#left div#sideLinks ul{
	width: 200px;
	margin: 0px;
	padding: 0px;
}

div#content div#left div#sideLinks li{
	display: block;
	background-color: #e2e2e2;
	font-size: 9px;
	margin: 5px;
	padding: 0px;
}

div#content div#left div#image div#caption{
	position: absolute;
	bottom: 0px;
	width: 248px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	opacity: 0.7;
	color: #000;
}


div#content div#right{
	width: 515px;
	height: 100px;
	float: right;
	position: relative;
}

div#content div#right  div#top{
	width: 505px;
	height: 58px;
}

div#content div#right div#text{
	width: 505px;
	height: 409px;
	float: right;
	font-size: 10px;
	margin-top: 15px;
	position: absolute;
	left: 0px;
}

div#content div#right div#albums{
	width: 400px;
	margin: auto
}

.imgLeft{
	float: left;
	border: 1px solid #000;
}

.imgRight{
	float: right;
	border: 1px solid #000;
}


div#footer{
	width: 800px;
	margin: auto;
	font-size: 7px;
	height: 20px;
	color: #ccc;
}

div#footer div#shorten{
	width: 505px;
	float: right;
	padding-top: 5px;
}

div#footer div#shorten span#fleft{
	float: left;
}

div#footer div#shorten span#fright{
	float: right;
}

.bigQuote{
	width: 500px;
	border: 1px solid #999;
	background-color: #e2e2e2;
	position: relative;
}

.topBit{
	width: 105px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('./images/quoteTop.jpg');
	background-position: top left;
	background-repeat: no-repeat:
}

.quoteText{
	width: 490px;
	color: #999;
	padding: 8px;
	margin-right: 10px;
}

.bottomBit{
	width: 105px;
	height: 70px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url('./images/quoteBottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat:
}

.musicBox{
	width: 515px;
	background-color: #e2e2e2;
	border: 1px solid #999;
	padding: 10px;
	font-size: 9pt;
	color: #999;
}

.hidden{
	background-color: transparrent;
	border: none;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000;
	width: 100%;
}

#greyScreen{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	height: 0px;
	background-color: #999;
	-moz-opacity: 0.9;
	filter: Alpha(Opacity=90);
	overflow: hidden;
}