body {
	background-color: #0A0B13;
/*	background-image:url(deeplyblue3.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	*/
	font-family: Optima, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #aaa;
}

#body {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}


#navbar {
	position: absolute;
	top: 0px;
	background-color: #222;
	width: 100%;
	height: 25px;
}

#navbarList {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#navbar ul {
	margin-top: 9px;
}

#navbar li {
	display: inline;
	list-style-type: none;
	padding: 2px 60px;
	font-family: Optima, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: .6em;
}

#navbar a {
	color: #aaa;
	text-decoration: none;
}

#navbar a:visited {
	color: #999;
	text-decoration: none;
}

#navbar a:hover {
	color: #aaf;
	text-decoration: none;
}

#navbar a:active {
	color: #fff;
	text-decoration: none;
}


#wrapper {
	background-color: none;
	width: 800px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

#sidebar {
	background-color: none;
	width: 140px;
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 200px 0px 250px;
	text-align: right;
}

#main {
	background-color: none;
	width: 600px;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 20px;
}

#title {
	text-align: left;
	padding: 50px 0px 0px 0px;
	margin-right: 20px;
}

#subtitle {
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: -15px 20px 0px 0px;
	border-bottom: 1px solid #555;
}

#pageTitle {
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: -20px 20px 0px 0px;
	border-bottom: 1px solid #555;
}

#content {
	padding: 20px 0px 0px 0px;
}

#contentItemLeft {
	background-color: #222;
	width: 400px;
	float: left;
	text-align: left;
	padding: 5px 10px;
	margin: 5px 0px 15px;
}

#contentItemRight {
	background-color: #222;
	width: 400px;
	float: right;
	text-align: right;
	padding: 5px 10px;
	margin: 5px 0px 15px;
}

#contentItemLeftPic {
	float: left;
	width: 80px;
	text-align: center;
	vertical-align: center;
}

#contentItemRightPic {
	float: right;
	width: 80px;
	text-align: center;
	vertical-align: center;
}

#contentItemLeftText {
	width: 300px;
	float: left;
	padding: 0px 10px;

}

#contentItemRightText {
	float: right;
	width: 300px;
	padding: 0px 10px;

}

#contentItemLeftDesc {
	margin-top: -10px
}

#contentItemRightDesc {
	margin-top: -10px
}

#textLeft {
	padding: 20px;
}

#photoRight {
	float: right;
	width: auto;
	padding: 0px 20px 20px 20px;
	text-align: center;
}

#footer {
	background-color: #222;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

#title p {
	font-size: 1.5em;
	font-weight: bold;
	color: #aaa;
}

#subtitle p {	
	font-size: .8em;
	color: #aaa;
}

#pageTitle p {	
	font-size: 1.2em;
	color: #aaa;
}

#aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#movieAlignCenter {
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#document {
	width: 450px;
	background-color: #ddd;
	margin: 20px auto;
	padding: 10px 50px 20px;
}

#document p {
	font-family: 'Courier New', Courier, Sans-Serif;
	color: #222;
	font-size: .75em;
}

#document p.head {
	font-size: .95em;
}

#document p.subhead {
	font-size: .85em;
}

p {
	font-size: .8em;
	color: #aaa;
}

p.aligncenter {
	text-align: center;
}

p.contentTitle {
	font-size: 1.1em;
	color: #aaa;
}

p.caption {
	font-size: .8em;
	color: #aaa;
}

p.footerText {	
	font-size: .6em;
	color: #aaa;

}

h1 {
    font-weight: normal;
	font-size: 1.2em;
	color: #fc9;
}

h2 {
	font-weight: normal;
	font-size: 1em;
	color: #fc9;
}

a {
	color: #aaf;
	text-decoration: none;
}

a:visited {
	color: #779;
	text-decoration: none;
}

a:hover {
	color: #fc9;
	text-decoration: none;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

a img {
	border: 0px;
}

img.aligncenter {
  padding: 12px;
  border: 1px solid #555;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
object.frame {
  padding: 12px;
  border: 1px solid #555;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
	  
#sidebar li {
	list-style-type: none;
	padding: 5px 5px 5px;
	margin: 0px 0px;
	background-color: none;
	border-right: 1px solid #555;
	font-size: .8em;
	color: #aaa;
}

#sidebar li.first {
	font-weight: bold;
	font-size: .9em;
}

#contentItemLeftPic img {
  padding: 4px;
  border: 1px solid #555;
}

#contentItemRightPic img {
  padding: 4px;
  border: 1px solid #555;
  
}

#photoRight img {
  padding: 4px;
  border: 1px solid #555;
}
