@charset "UTF-8";
/* CSS Document */

/* Globals */
* {
	padding:0;
	margin:0;
}
*:focus {
	outline:none;
}
.clearFloats {
	clear:both;
}
.hide {
	display: none;
}
/* Page Setup */
body {
	font-family: "Century Gothic", Calibri, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	background: #041b23 url(jg/inc/images/bg.png) repeat-x top center;
	color: #CCC;
}
a {
	color: #FFF;
	cursor: pointer;
	border-bottom: #FFF dotted 1px;
	text-decoration: none;
}
h1 {
	display: none;
}
h2, h3, h4, h5, h6 {
	font-weight: lighter;
	border-bottom: #FFF solid 1px;
}
#overallContainer {
	width: 820px;
	margin: 0 auto;
}
#fluxlogo {
	width:643px;
	height:155px;
	margin: 40px auto 0;
	background: url(jg/inc/images/fluxlogo.png);
	z-index:1000;
}
.contentBox {
	background: #111;
	border: #333 solid 1px;
	text-align: center;
	padding: 5px;
	margin: 5px 20px;
	width: 200px;
	height: 200px;
	float: left;
}
.image {
	width: 150px;
	height: 150px;
	border: #333 solid 1px;
	margin: 10px auto;
}
