@charset "utf-8";

body {
	background-color: #000000;
	margin: 5%;
}
#picture img{
	width:100%;
	height:auto;
	position:absolute;
	max-width:90%;
	max-height:95%;
}
ul {
	font-size: 0.875em;
	background-color: #E5DAB3;
	list-style: none;
}
nav {
	background-image: url(images/Diamond%20steel%20background.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
nav li {
	float: left;
	width: 120px;
	height: 35px;
	background-color: #C7C7C7;
	text-align: center;
	border-left: 1px black solid;
	border-right: 1px black solid;
	line-height: 35px;
}
nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
nav ul li a:hover {
	background-color:#A80002;
	color:#FFFD00;
}
h1{
	color:#C30003;
	font-family:Cambria, Hoefler Text, Liberation Serif, Times, "Times New Roman", serif;
	padding: top 100px;
}
	
h2, h3, h4, h5, h6{
	color:#23FF19;
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
}
p{
	font-family:"Baskerville", Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
	font-size:24px;
	color:#0C0;
	margin:25px;
}
blockquote {
	color:#03F;
	font-size:20px;
	font-family:"Georgia", Times New Roman, Times, serif;
}
section{
	border: 5px solid #CCCCCC;
}
#lab{
	position:absolute;
	width: 205px;
	height: auto;
}
#photoshop{
	position: relative; left:230px;
	width:160px;
	height:auto;
	border-color:#0005FF;
}
#illustrator{
	position: relative; left:415px; top:-195px;
	width:160px;
	height:auto;
	border-color:#F05200;
}
#audition{
	position: relative; left:600px; top:-320px;
	width: 160px;
	height:auto;
	border-color:#00FBFF;
}

#credit{
}
