/*Isaac Bernoff
Friday, October 24, 2014*/
body{
	background:url('../imgs/background.jpg');
}
.container{
	width:1000px;
	margin:0 auto 0 auto;
}
header{
	width:1000px;
	height:200px;
	background:url('../imgs/header.png');
	border:2px #3083ef solid;
}
h1{
	text-indent:-99999px;
}
nav{
	width:1000px;
	height:50px;
	background:#000000;
	margin:10px 0 0 0px;
	border:2px #3083ef solid;
}
nav ul{
	list-style-type:none;
	padding:0;
}
nav li{
	font-size:15px;
	background:#3083ef;
	display:inline;
	border:2px #6db1ff solid;
	text-transform:uppercase;
	font-family:"Microsoft Sans Serif";
	letter-spacing:20px;
	margin:0 50px 0 125px;
	font-weight:bold;
	padding:3px;
}
nav a:link{
	color:#000000;
	text-decoration:none;
}
nav a:visited{
	color:#000000;
	text-decoration:none;
}
nav a:hover{
	color:#a9d6ff;
	text-decoration:none;
}
.main{
	margin:10px 0 0 0;
	background:#000000;
	width:1000px;
	border:2px #3083ef solid;
}
.topic{
	width:950px;
	margin:10px auto 10px auto;
}
h2{
	margin:0 0 20px 0;
	color:#3083ef;
	font-family:"KaiTi";
	text-transform:uppercase;
	letter-spacing:8px;
	font-size:30px;
	padding-bottom:10px;
	border-bottom:1px #6db1ff solid;
}
.info{
	font-family:"Lucida Sans Unicode";
	background:#ffffff;
	padding:8px;
	border:2px #a9d6ff solid;
	font-size:14px;
}
.topic img{
	border:2px #3083ef solid;
}
#mitochondrion{
	width:232px;
	height:232spx;
}
#outlets{
	width:233px;
	height:274px;
}
#tester{
	width:172px;
	height:172px;
}
span{
	font-style:italic;
}
#350wpwrsupply{
	width:292px;
	height:236px;
}
#connector{
	width:255px;
	height:255px;
	margin:0 0 18px 0;
}
.topic a:link{
	color:#c90000;
	text-decoration:none;
}
.topic a:visited{
	color:#c90000;
	text-decoration:none;
}
.topic a:hover{
	color:#c90000;
	text-decoration:underline;
}
footer{
	margin: 10px 0 0 0;
	background:url('../imgs/footer.png');
	border:2px #3083ef solid;
	width:1000px;
	height:200px;
}