/* CSS Document */

body{
	color: #000000;
	font-family:verdana;
	font-size: 14px;
	background:repeat-x#669999;
	margin:0px;
	background-color: 669999;
}
	
#container {
	position: relative;
	width: 770px;
	margin: auto;
}

div.imageholder{ /*This will be the holder which will hold our page image */
	position:absolute;
	width:640px; /*Width of Image*/
	height:750px; /*Height of Image*/
	left:auto; /* This is applied relative to edge of container */
	top:0px;
}
div.artwork{
	position:absolute;
	width:120px;
	height:60px;
	top:135px;
	left:475px;
}	
	
div.pagetitletext{
	position:absolute;
	width:340px;
	height:42px;
	right:0px;
	top: 125px;
	left: 420px;
	font-size:36px;
	color:#000099;
	font-family:"Comic Sans MS";
	z-index:10;
	font-style: italic;
	text-align: right;
}
div.navigation{
            position:absolute;
            width: 139px;
            height: 218px;
            left : 20px;
            top: 275px;
            z-index: 6; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
			line-height:24px;
            font-size: 20px;
            color:#FFFFCC;
			font-family:"Comic Sans MS";
}

a.navigation:link {
            color: #ffffcc;
            text-decoration: none;
			font-size: 20px;
			font-family:"Comic Sans MS";
}
a.navigation:visited {
	text-decoration: none;
	color: #ffffcc;
	font-size: 20px;
	font-family:"Comic Sans MS";
}
a.navigation:hover {
	text-decoration: none;
	color: #ffcc66;
	font-family: "Comic Sans MS";
	font-size:18px;

}
a.navigation:active {
	text-decoration: none;
	color: ffcc66;
	font-family: "Comic Sans MS";
	font-size: 20px;
	
}
div.contentbox{
	position:absolute;
	width: 475px;
	height:450px;
	left:270px;
	top:230px;
	font:14px;
	text-align:left;
	overflow: scroll;
	bottom: 30px;
	}
div.contentarea {  /* for normal content such as index page*/
	position:absolute;
	width: 440px;
	height:440px;
	left:0px;
	top:0px;
	font:14px;
	text-align:justify;
	bottom: 30px;
	margin:5px;
	padding-left: 10px;
	padding-right: 10px;
}
div.contentarea1 {  /* top section of the philanthropy page*/
	position:absolute;
	width: 465px;
	
	left:270px;
	top:230px;
	font:14px;
	text-align:left;
	overflow: scroll;
	
}
div.contentarea2 {
	position:absolute;
	width: 465px;
	height:450px;
	left:0px;
	top:830px;
	font:14px;
	text-align:left;
	
	bottom: 30px;
	page-break-before: avoid;
	border-top-color: #0000A0;
	border-top-width: 2px;
	border-top-style: solid;
	
	}
div.contentnav {
	position:absolute;
	width: 445px;
	height:450px;
	left:0px;
	top:0px;
	font:14px;
	text-align:justify;
	bottom: 30px;
	margin:5px;
}
a.contentnav:link{
	text-decoration:none;
	color:#D6128C
}

a.contentnav:visited {
	text-decoration: none;
	color:#D6128C
	
}
a.contentnav:hover {
	text-decoration: none;
	color:#660066
	
}
a.contentnav:active {
	text-decoration: none;
	color: #660066;
}


div.headshots{
	position:absolute;
	left:268px;
	width:480px;
	height:110px;
	top:110px;
}
			

div.galleryarea{
	position:absolute;
	width: 400px;
	height:460px;
	left:320px;
	top:202px;
	overflow: scroll;
}

div.gallery{
	position:absolute;
	width:400px;
	height:460px;
	left:320px;
	top:260px;
	overflow: scroll;
}

div.indvimage{
	position:absolute;
	width:400px;
	height:460px;
	left:340px;
	top:260px;
}



div.bestof{
	position:absolute;
	width:490px;
	height:45px;
	left:305px;
	top:180px;
	z-index:9;
	font-family: Verdana;
	font-size: 14px;
	color: #D6128C;
	font-weight: bold;
	font-style: italic;
}

div.footer{
	position:absolute;
	left:546px;
	width:200px;
	height: 20px;

	font-size:10px;
	top: 716px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	vertical-align: bottom;
}			
div.recordingarea {
	overflow: scroll;
	position:absolute;

	height: 400px;
	width: 450px;
	left: 290px;
	top: 260px;
}

div.presskit{
	position:absolute;
	width:420px;
	height:460px;
	left:0px;
	top:150px;
	}
	div.pressbox{
	position:absolute;
	width:430px;
	height:470px;
	left:300px;
	top:210px;
	margin:5px;
	}
div.pressnav{
	position:absolute;
	width: 100px;
	height:30px;
	right:0px;
	top:130px;
	font:14px;
	text-align:center;
	margin:50px;
}
a.pressnav:link{
	text-decoration:none;
	color:#D6128C
}

a.pressnav:visited {
	text-decoration: none;
	color:#D6128C
}
a.pressnav:hover {
	text-decoration: none;
	color:#660066
}
a.cpressnav:active {
	text-decoration: none;
	color: #660066;
}
#indexfooter{
	
	width:430px;
	clear:right;
	margin-left: 5px;
}
	
.gigcontent{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	}
	
.gigimage{
	position:absolute;
	left:375px;
	top:0px;
	width:87px;
	
	}
