body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg-main.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.15em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 1000px;
	background-image: url(../img/bg-edge.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

a {
	color: #66cccc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff6699;
	text-decoration: underline;
}

a.button {
	color: #66cccc;
	font-weight: bold;
	text-decoration: none;
	border: 1px #66cccc solid;
	padding: 4px 4px 4px 18px;
	background-image: url(../img/icon-download.gif);
	background-repeat: no-repeat;
}

a:hover.button {
	color: #ff6699;
	text-decoration: none;
	border: 1px #ff6699 solid;
	background-image: url(../img/icon-download-on.gif);
}

a.open {
	color: #66cccc;
	font-weight: bold;
	text-decoration: none;
	border: 1px #66cccc solid;
	padding: 4px 4px 4px 18px;
	background-image: url(../img/icon-open.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

a:hover.open {
	color: #ff6699;
	text-decoration: none;
	border: 1px #ff6699 solid;
	background-image: url(../img/icon-open-on.gif);
}


.linked_img img{
	border: 2px solid #333333;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.linked_img:hover img{
	border: 2px solid #ff6699;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}

.linked_img:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: +1px;
	color: #666666;
	padding: 0;
	margin: 24px 0 8px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: +1px;
	color: #666666;
	padding: 0;
	margin: 16px 0 0 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: +1px;
	padding: 0;
	margin: 16px 0 8px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: +1px;
	color: #666666;
	padding: 0;
	margin: 0;
}

.grey {color: #999999}

#header {
	padding: 20px 0px 20px 8px;
}

#menu{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 50px;
}

#menu ul{
	margin: 0;
	padding: 0;
	float: left;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	color: #FFFFFF;
	border-left: #333333 2px solid;
	border-top: #666666 4px solid;
	width: 150px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: +1px;
	padding: 2px 6px 2px 8px;
	text-decoration: none;
}

#menu ul li a:hover{
	background-color: #262626;
	border-top: #66cccc 4px solid;
}

#menu ul li a.selected{
	background-color: #212121;
	border-top: #95d1cd 4px solid;
}

#submenu {
	color: #666666;
	font-size: 10px;
	letter-spacing: normal;
	line-height: 10px;
	font-weight: normal;
	letter-spacing: 0.075em;
}

#flash-panel {
	clear: both;
	width: 980px;
	height: 350px;
	margin: 0;
	padding: 9px;
}
#welcome-message {
	width: 391px;
	padding: 0 250px 0 0;
	margin: 0 0 8px 0;
	text-align: center;
	line-height: 22px;
	background-image: url(../img/bg-gordon.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#frontwelcome-message {
	width: 310px;
	padding: 0 0px 0 0;
	margin: 0 0 8px 0;
	text-align: center;
	line-height: 22px;
	background-image: url(../img/bg-gordon.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#comment-message {
	width: 310px;
	padding: 0 0px 0 0;
	margin: 0 0 8px 0;
	text-align: left;
	line-height: 22px;
}

#content {
	width: 992px;
	text-align: left;
	margin: 0 3px 0 3px;
}

#frontbody-right {
	width: 300px;
	float: right;
	margin: 0 2px 8px 0;
	padding: 8px;
}
#frontbody-middle {
	margin: 0 2px 8px 350px;
	padding: 8px;
}

#frontbody-left {
	width: 306px;
	float: left;
	margin: 0 0 8px 20px;
	padding: 8px;
}
#body-right {
	width: 652px;
	float: right;
	margin: 0 2px 8px 0;
	padding: 8px;
}

#body-left {
	width: 652px;
	float: left;
	margin: 0 0 8px 0;
	padding: 8px;
}


#sidebar-left {
	width: 304px;
	float: left;
	margin: 0 0 8px 0;
	padding: 8px;
}

#sidebar-right {
	width: 304px;
	float: right;
	text-align: center;
	font-size: 10px;
	margin: 0 0 8px 0;
	padding: 8px;
}
#sidebar-spec {
	text-align: left;
	font-size: 10px;
	margin: 0 0 8px 0;
	padding: 8px;
}

#sidebar-content {
	width: 304px;
	float: right;
	margin: 0 0 8px 0;
	padding: 8px;
}
#body-left-earthplart {
	width: 360px;
	float: left;
	margin: 0 0 8px 0;
	padding: 8px;
}
#sidebar-content-earthplat {
	width: 580px;
	float: left;
	margin: 10px 0 8px 0;
	padding: 8px;
}
#body-left-earthplart p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: +1px;
	color: #ffffff;
	padding: 0;
	margin: 24px 0 8px 0;	
}
#body-left-earthplartspec p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: +1px;
	color: #fff;
	padding: 0;
	margin: 10px 0 8px 0;
}
#img-news {
	padding: 0 0 12px 12px;
	vertical-align: text-top;
}

input {
	width: 300px;
	height: 20px;
	border: #333333 1px solid;
}

textarea {
	width: 300px;
	height: 75px;
	border: #333333 1px solid;
}

#titles-content {
	width: 980px;
	text-align: left;
	margin: 0px 10px 0 10px;
	padding: 8px 0 0 0;
}
#titles-content-ep {
	width: 980px;
	text-align: left;
	margin: 0px 10px 0 10px;
	padding: 5px 0px 0 0;
}
#titles-content-ep h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 20px 0 5px 0;
	margin: 30px 0 5px 0;
}

#title-box1 {
	float: left;
	margin: 0 8px 8px 1px;
	padding: 16px 8px 8px 8px;
	width: 302px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background: #000000;
	text-align: center;
}

#title-box2 {
	float: right;
	margin: 0 1px 8px 0;
	padding: 16px 8px 8px 8px;
	width: 302px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background: #000000;
	text-align: center;
}

#titles-more {
	text-align: left;
	padding: 0 0 0 2px;
}



#title {
	background-color: #000000;
	border-bottom: #333333 1px dotted;
	padding: 0 0 4px 0;
	margin: 0 0 8px 0;
}

#title-info {
	background-color: #000000;
	padding: 0 0 4px 0;
	margin: 0 0 8px 0;
}

/*-- FORM --*/

.formbutton {
	border: solid 1px #66cccc;
	color: #66cccc;
	font-size: 12px;
	background-color: #000000;
	font-weight: bold;
	width: 110px;
	height: 28px;
	margin: 0 16px;
	cursor: pointer;
}

.formbutton:hover {
	border: solid 1px #ff6699;
	color: #ff6699;
}

/*-- FOOTER  --*/

#footer {
	clear: both;
	width: 984px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #000000;
	border-top: #333333 1px dotted;
	padding: 8px;
	margin: 0 0 8px 0;
}

#footer-link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
}

#footer-link:hover {
	color: #ffcc00;
	font-weight: bold;
	text-decoration: underline;
}

#footer-div-right {
	float: right;
}

#footer-div-left {
	float: left;
}

#footnote {
	text-align: center;
	font-size: 10px;
	line-height: normal;
	color: #CCCCCC;
}

#author {
	font-size: 10px;
	height: 20px;	
	line-height: normal;
	color: #333333;
	clear: both;
	margin: 12px 0 8px 0;
	padding: 6px 0 0 8px;
}

#author a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#author a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

/*-- MISC  --*/

.error {color: #FF0000;}

.isbn {font-size: 10px;}

.clear {clear: both;}

.clear a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

.clear a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

.right {float: right;}

.left {float: left;}

.middle {vertical-align: middle;}
