/* CSS Document */

html,body{
	padding:0;
	margin:0;
	height: 100%;
	background-image:url(../images/bg.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#f5a637;

}


/* Layer Positioning */

#parent{
	min-height: 100%;
	position:relative;
	top:0px;
	width:840px;
	margin-bottom:0px;
	left:15px;
	text-align:left;
	z-index:30;
}

	
#header {
	position:relative;
	top:0px;
	width:840px;
	height:90px;
	margin-bottom: 0px;
	z-index:50;
}	

#menu {
	position : relative;
	width:840px;
	height:55px;
	margin-bottom:20px;
	z-index:80;
	display: block;
	background-image:url(../images/navbg.gif)
}

#splash {
	position:relative;
	left:5px;
	width: 830px;
	height:380px;
	z-index:60;
}

#contentMain {
	position:relative;
	width:840px;
	padding-bottom: 120px;
	clear: none;
	display:block;
	text-align:left;
	z-index:50;
	overflow: auto;
}

#title {
	width: 165px;
	float: left;
}

#content {
	width: 620px;
	float: right;
}

#footer{
	position:relative;
	margin: 0;
	margin-left:15px;
	margin-top: -120px;
	padding-top:15px;
	width:840px;
	height:106px;
	xoverflow:hidden;
	z-index:80;
	background-image:url(../images/footbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f5a637;
}





#tag{position:absolute;top:22px;left:0px;height:76px;width:515px;}
#bnm{position:absolute;top:58px;left:530px;height:40px;width:200px;}
#artssa{position:absolute;top:22px;left:740px;height:76px;width:95px;}





/* Text Styling */

p{  /* body text */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #000;
	line-height : 120%;
	margin-top : 0px;	
	background-color : transparent;
	margin-right:10px;
}

h3{  /* body text */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 16px;
	font-weight:normal;
	color : #fff;
	line-height : 120%;
	margin-top : 0px;
	margin-right:0px;
	padding-bottom:10px;
	border-bottom:1px solid #000;	
	background-color : transparent;
}

div.left {width:435px;float:left;}
div.right {width:175px;float:right;margin-right:0;}

div.profile{
	width:620px;
	background-image:url(../images/dotline.gif);
	background-position:bottom;
	padding-bottom:25px;
	margin-bottom:25px;
	background-repeat:no-repeat;
	min-height:155px;
	}
	
div.profilelast{
	width:620px;
	min-height:155px;
	}
	
div.profile p{
	width:515px;
	margin-left:105px;
	}
	
div.profilelast p{
	width:515px;
	margin-left:105px;
	}


#footer p{  /* body text */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #2688c0;
	font-weight:bold;
	line-height : 120%;
	margin-top : 0px;	
	background-color : transparent;
}

a{color: #fff; text-decoration: none; font-weight:bold}
a:hover{text-decoration:underline;}

#navSec {font-weight:normal;}


h1{  /* heading */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 24px;
	font-weight : normal;
	color : #2688c0;
	background-color : transparent;
	line-height : 120%;
	margin-top : 0;	
	margin-bottom:4px;
}

h2{  /* heading */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 14px;
	color : #000;
	font-weight:bold;
	background-color : transparent;
	line-height : 120%;
	margin-top : 10px;	
	margin-bottom:5px;
}


h4{  /* pullquote */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 18px;
	color : #7fad1b;
	font-weight:normal;
	background-color : transparent;
	line-height : 120%;
	margin-top : 10px;	
	margin-bottom:20px;
	text-align:center;
}


li{  /* body text */
	font-family: Helvetica, Arial, sans-serif;
	font-size : 15px;
	color : #172a17;
	line-height : 120%;
	margin-top : 0px;
	margin-bottom:2px;
	margin-left:-16px;	
	background-color : transparent;
	padding-top:0px;
}

ul{  /* body text */

	margin-top : 0px;
	margin-bottom:35px;
}

img {border:0px;}


/* classes */
.name {font-weight:bold;}
.note {color:#fff; background-color:#ff0000;}
.caption {font-size:10px;font-family: Helvetica, Arial, sans-serif;color:#000; font-weight:bold;}
.performance {padding-bottom:10px;	border-bottom:1px dotted #000;}	
.performancelast {padding-bottom:10px;}	
.download {padding-top:10px; border-top:1px solid #000;  xvisibility:hidden;}	
