
* {
	padding:0;
	margin:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background:#bfe5f8;
	/*background:#c7e8f7;*/
	background:#035;
	/*background:#111;*/
	/*background-image:url('images/rows.jpg');*/
	background:url('images/q3ube-square-640.jpg') no-repeat top center #111;
	/* background-position:center bottom; */
	/* background-repeat: repeat-x; */
	color:#fff;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}

/* Structure */

#wrapper {
	position:relative;
	width:800px;
	height:640px;
	/*background:rgba(0,0,0,.1);*/
	/*background:url(images/cube.png) no-repeat top center #111; */
	margin:0 auto;
	margin-bottom:50px;
	}
#nitrefinery{
	position:absolute;
	top:320px;
	left:80px;
	}
#header {
	height:120px;
	width:800px;
	margin-bottom:5px;
	background:rgba(0,0,0,.2);
	}
#leftbar {
	/*background:rgba(0,0,0,.2);*/
	position:absolute;
	top:0;
	left:0;
	width:180px;
	padding:10px;
	}
#rightbar {
	/*background:rgba(0,0,0,.2);*/
	position:absolute;
	top:0;
	right:0;
	width:180px;
	padding:10px;
	}
#turbinespacing {
	background:rgba(0,0,0,0.2);;
	width:50%;
	height:300px;
	}
#leftcontent {
	position:absolute;
	left:1%;
	right:61%;
	top:460px;
	background:rgba(0,0,0,0.9);
	border:1px solid #333;
	padding:1%;
	text-align:left;
	}
#rightcontent {
	position:absolute;
	left:41%;
	right:1%;
	top:460px;
	background:rgba(0,0,0,0.9);
	border:1px solid #333;
	padding:1%;
	text-align:left;
	}
#lcontent {
	width:46%;
	margin:1%;
	background:rgba(16,16,16,0.9);
	border:1px solid #333;
	padding:1%;
	float:left;
	text-align:left;
	}
#content {
	font-size:12px;
	width:95%;
	margin:1%;
	background:rgba(16,16,16,0.95);
	border:1px solid #333;
	padding:1%;
	text-align:left;
	}
#largecontent {
	width:98%;
	margin:1%;
	background:rgba(16,16,16,0.90);
	border:1px solid #333;
	padding:1%;
	text-align:center;
	}
#rcontent {
	width:46%;
	margin:1%;
	background:rgba(16,16,16,0.9);
	border:1px solid #333;
	padding:1%;
	float:right;
	text-align:left;
	}
#footer {
	clear:both;
	background:rgba(0,0,0,.4);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;
	text-align:center;
	}

a {
	text-decoration:none;
	background:#335;
	color:#fff;
	}
a:hover {
	text-decoration:none;
	background:#fff;
	color:#008;
	}

/* Entries */

#logo {
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	color:#6e4;
	}
#alchemy {
	/*font-weight:bold;*/
	color:#fd4;  /* 'gold' web color is FFD700 */
	}
h1 a {
	font-size:18px;
	font-weight:normal;
	color:#1E87C5;
	}
h1 a:hover {
	font-size:18px;
	font-weight:normal;
	color:#4ABEEF;
	}

/* left/right bars */

img {
	padding:5px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#eee;
	background:#070707;
	background:rgba(7,7,7,0.5);
	border:1px solid #333;
	padding:3px 5px 4px 5px;
/*	border-left:4px solid #6c4;
	border-right:4px solid #6c4;*/
	}
#leftbar h2 {
	border-left:5px solid #6c4;
}
#rightbar h2{
	border-right:5px solid #6c4;
}
