@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(graphics/nopepad.png);
}

#main {
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 950px;
	width: 850px;
	position: absolute;
	left: 50px;
	font-family: ABeeZee;
	color: #666;
	background-color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
}

#main2 {
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 1200px;
	width: 850px;
	position: absolute;
	left: 50px;
	font-family: ABeeZee;
	color: #666;
	background-color: #FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
}


#name {
	font-size: 36px;
	position: absolute;
	left: 75px;
	top: 25px;
	height: 35px;
	width: 300px;
}

#statement {
	font-size: 16px;
	font-style: italic;
	position: absolute;
	height: 35px;
	left: 545px;
	top: 43px;
}

#bio {
	font-size: 16px;
	font-style: italic;
	position: absolute;
	height: 35px;
	left: 665px;
	top: 43px;
}

#con {
	font-size: 16px;
	font-style: italic;
	position: absolute;
	height: 35px;
	left: 725px;
	top: 43px;
}
	

#studio {
	font-size: 18px;
	position: absolute;
	height: 50px;
	left: 75px;
	top: 150px;
}

#studio_text {
	font-size: 18px;
	position: absolute;
	height: 50px;
	left: 350px;
	top: 150px;
	padding-right: 50px;
}

#art{	
	font-size: 18px;
	font-style: italic;
	position: absolute;
	left: 75px;
	top: 100px;
}

#spec {
	position: absolute;
	height: 50px;
	left: 75px;
	top: 350px;
}

#spec_text {
	font-size: 18px;
	position: absolute;
	height: 50px;
	left: 350px;
	top: 350px;
	padding-right: 50px;
}


#abs {
	position: absolute;
	height: 50px;
	left: 75px;
	top: 550px;
}

#abs_text {
	font-size: 18px;
	position: absolute;
	height: 50px;
	left: 350px;
	top: 550px;
	padding-right: 50px;
}

#rudy {
	position: absolute;
	height: 50px;
	left: 75px;
	top: 750px;
}

#rudy_text {
	font-size: 18px;
	position: absolute;
	height: 50px;
	left: 350px;
	top: 750px;
	padding-right: 50px;
}

#info_text {
	position: absolute;
	left: 75px;
	top: 100px;
	padding-right: 50px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}