body {
	background: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#outer-wrapper {
	margin: 0 auto;
	width: 760px;
	background: url(../images/body.jpg) repeat-y;
}

#header {
	background: url(../images/header.jpg) no-repeat top ;
	height: 180px;
	margin: 0;
	padding:0;
}

#header-box {
	width: 728px;
	height: 178px;
	background: #ffffff url(../images/orion-nebula.jpg) no-repeat;
	margin: auto;
	position: relative;
	top: 15px;
	left: 0px;
	border: 1px solid #006699;
}

#header h1 {
	text-align: left;
	letter-spacing: -1px;
}

#header h1 a {
	color: #ffff00;
	padding: 0;
	margin: 0 0 0 30px;
	text-decoration: none;
	font-size: 1.8em;
}

#header h1 a:hover {
	border-bottom: 1px dashed #fff;
}

#header p.tagline {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 10px 0 0;
	margin: 100px 0 0 0;
	text-align: right;
	word-spacing: 5px;
	letter-spacing: 2px;
}

#content {
	padding: 0;
	margin: 20px 45px 20px 10px;
	float: right;
	width: 500px;
	text-align: justify;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #7C3B64;
}

#content p {
	font-size: 1.2em;
}

#content a {
	color: #2DA1D0;
}

#content a:hover {
	color: #9E302F;
}

#sidebar {
	padding: 0;
	margin: 20px 0px 0 25px;
	float: left;
	width: 180px;
}

#sidebar h2 {
	color: #7C3B64;
	overflow: visible;
	padding: 5px 0 0 0;
	margin: 0;
}

#sidebar ul {
	margin 0;
	padding: 5px 0 10px 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../images/menu.jpg) no-repeat left;
}

#sidebar li a {
	text-decoration: none;
	color: #2DA1D0;
	padding: 0;
	font-size: 1.1em;
}

#sidebar li a:hover {
	color: #9E302F;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../images/footer.jpg) no-repeat bottom;
	text-align: center;
	height: 60px;
	clear: both;
}

#footer p {
	padding: 10px 0 0 0;
	margin: 0;
}

#footer a {
	color: #2DA1D0;
}

#footer a:hover {
	color: #9E302F;
}