@charset "UTF-8";
/* CSS Document */

/*STYLES HOME PAGE & STATEMENTS*/
body {
	background: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1 {font-weight:bold; font-size:14px; margin-top:20px; margin-bottom:-3px;}
a:link, a:visited {
	text-decoration: none;
  	color: #E23F2F;
}
a:hover {
	text-decoration: none;
  	color: #09F;
}
#wrapper {
	position: relative;
	width: 700px;	
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
  	z-index: 1;
}
#logo {
	height:60;
	width:300px;
	margin-left:81;
	margin-right:auto;
	vertical-align:top;
	background-color:#FFF;
}
#menu {
	height:30;
	margin-left:auto;
	margin-right:auto;
	vertical-align:bottom;
}
#disks, #bend, #metal, #rockfelt, #rocks, #slump, #tubes, #copyright {
	position: absolute; margin: 0; border: none;
}
#disks {
	top: 302px;
	left: 261px;
}
#bend {
	top: 356px;
	left: 81px;
}
#metal {
	top: 382px;
	left: 436px;
}
#rockfelt {
	top: 213px;
	left: 563px;
}
#rocks {
	top: 175px;
	left: 22px;
} 
#slump {
	top: 134px;
	left: 395px;
}
#tubes {
	top: 120px;
	left: 198px;
}
#copyright{
	top: 570px;
	left: 680px;
	width: 150px;
}
#statement {width:450px; font-size:12px; line-height:18px;}
#cv {width:600px; font-size:10px; line-height:14px;}
#cv table tr td { font-size:10px; line-height:14px; vertical-align:top; padding-bottom:5px;}

/*END STYLES HOME PAGE*/

#morenews {
	position:absolute;
	left:750px;
	top:137px;
	}

/*STYLES FOR SLIDES*/

#logoslides {
	position:absolute;
	top:0px;
	height:26;
	width:291px;
	left:80px;
	z-index:20;
}
#controls {
  	position: absolute;
	top: 599px;
	left:315px;
	color: #000;
	cursor: default;
	z-index:21;
}
#prev {
	margin-right:8px;
	cursor: pointer;
	height:20px;
}
#next {
	margin-left:22px;
  	cursor: pointer;
	height:20px;
}
#counterTxt {
	position:absolute;
	height:20px;
	font-size: 12px;
	margin-top:3px;
}
#slideshow > div {
	text-align:center;
	width:700px;
}
#slideshow p {
  	position: relative;
	top: 565px;
	left:240px;
	width:100px;
	text-align: center;
	color:#F00;
	font-size:12px;
}
/*END STYLES FOR SLIDES*/

