@import url("reset.css");

html {
	background: #000 url("/img/bg.gif") repeat-x scroll top left;
}
body {
	text-align: center;
	font: normal normal normal 18px "Century Gothic",Arial;
}
div.clear {
	clear: both;
}
div#content {
	background: #FFF;
	width: 860px;
	height: 750px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	border-bottom: 1px solid #CCC;
	height: 80px;
	text-align: left;
}

a#OrionStudio {
	padding-left: 60px;
	width: 360px;
	font: normal normal bold 35px "Century Gothic",Arial;
	line-height: 74px;
	letter-spacing: 10px;
	float: left;
	color: #333;
	text-decoration: none;
}

a#subText {
	font: normal normal bold 15px "Century Gothic",Arial;
	letter-spacing: 2px;
	color: #394ca7;
	text-decoration: none;
	background: #FFF;
	height: 20px;
	padding: 0 15px;
	margin-left: 45px;
	position: relative;
	top: -13px;
}


a.mainNav {
	display: block;
	font: normal normal bold 14px "Century Gothic",Arial;
	line-height: 74px;
	padding: 0 20px;
	float: right;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}
a#rightNavLink {
	margin-right: 20px;
}
a.mainNav.active {
	border-bottom: 6px solid #666;
}

a.mainNav:hover {
	border-bottom: 6px solid #666;
}

div#main {
	margin: 30px 20px 0 20px;
	height: 535px;
	overflow: visible;
}
div#footer {
	border-top: 1px solid #CCC;
	padding: 14px 0;
	text-align: center;
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
}
div#footer a {
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}