body {
	/* http://www.puremango.co.uk/2010/04/css-gradient/ */
	/* fallback */
	background: #104E84;
	
	/* Mozilla: */
	background: -moz-linear-gradient(top, #000000, #104E84);
	
	/* Chrome, Safari: */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#104E84));
	
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#000000', EndColorStr='#104E84', GradientType=0);
	
	margin: 0;
	font-size: 12px;
	line-height: 22px;
}

#nav-bar {
	background-color: #000;
	margin-top: 2.5em;
}

#nav-bar ul {
	list-style-type: none;
	display: inline;
	float: right;
}

#nav-bar ul li {
	display: inline;
	font-size: 1.2em;
}

#nav-bar a, #nav-bar a:visited {
	padding: 20px 25px;
	margin-right: -2px;
	color: #fff;
	text-decoration: none;
/*	border-left: 1px solid #fff;*/
}

#nav-bar a.last, #nav-bar a:visited .last {
	margin-right: -20px;
}

#nav-bar a:hover {
	color: #fff;
	background-color: #444;
}

#rocket-container {
	padding-top: 2.5em;
	height: 60px;
}

#news-rotation {
	height: 250px;
	background: #333;
	border: 2px solid #fff;
	margin-left: -1px;
}

#news-rotation img {
}

#content-container {
	font-size: 1em;
	margin-top: 3em;
	background-color: #fff;
/*	border: 2px solid #fff;*/
/*	margin-left: -1px;*/
}

#main-content {
/*	background-color: #fff;*/
	min-height: 500px;
	color: #222;
}

#main-content h2 {
	font-family: "Georgia", Georgia;
	color: #104E84;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 2em;
	font-style: italic;
}

#sidebar {
/*	color: #fff; */
	line-height: 18px;
}

#sidebar .section {
/*	border-bottom: 1px dotted #bbb;*/
}

#sidebar h2 {
	margin-top: 2em;
	font-size: 1.5em;
/*	color: #fff;*/
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #bbb;
}

#sidebar h3 {
/*	color: #fff;*/
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#footer-wrapper {
	color: #fff;
	margin-top: 1em;
	text-align: left;
}

#footer {
	padding-top: 120px;
	text-align:center;
	background: url(images/earth.png) bottom no-repeat;
}

#footer .spacer {
	height: 200px;
}

p {
	margin-bottom: 1.5em;
}

/* #########################
   ## JQuery
*/
.ui-tabs .ui-tabs-hide {
	display: none;
}

.right {
	float: right;
}