body {
	background-color: #000000;
 background-image: url(images/body-bg.jpg);
}

div.exterior {
	border: 1px;
	border-style:solid;
	border-color: #00ccff;
   background-color: #000000;
	margin-top:1%;
	margin-bottom: 1%;
	margin-right:10%;
	margin-left:10%;
}

div.receptacle {
	margin-top:1%;
	margin-bottom: 1%;
	margin-right:3%;
	margin-left:3%;
}

div.top {
	width:662px;
	height: 424px;
	background-image: url(images/toppic.jpg);
}

div.nav {
	width:179px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
	float: left;
	margin-right:3%;
	margin-bottom:1%;
}

div.text {
	width:75%;
}

p.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 12pt;
	text-align: left;
}

h2 {
	font-family: "Courier New", Courier, monospace, Helvetica, sans-serif;
	color: #ff00ff;
	font-size: 14pt;
	text-align: left;
	font-weight: lighter;
}