* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

body {
	background: #000099;
	text-align: center;
	padding: 50px;
}

#wrapper {
	width: 1000px;
	margin:  0 auto;
	text-align: left;
	position: relative;
}

#etpl {
    position: absolute;
    top: -10px;
	right: -130px;
}

html, body, p, td, li, a {
	color: #333333;
	font: 12px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	margin-bottom: 12px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #800000;
	padding-bottom: 0;
	margin-bottom: 7px;
	margin-top: 20px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 7px;
	font-style: italic;
}

h3 {
	font-weight: normal;
	color: #3366cc;
	font-size: 14px;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 3px;
}

h4 {
	font-weight: normal;
	color: #999966;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	font-weight: normal;
	color: #999966;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#header {
	font-size: 16px;
	color: #999;
	letter-spacing: .05em;
	padding-bottom: 30px;
}

#header strong {
	font-weight: normal;
	color: #ccc;
}

#main {
}

#sub {
	padding-bottom: 10px;
}

#main ul li, #sub ul li {
	display: inline;
	font-size: 13px;
	line-height: 25px;
	padding-right: 20px;
	padding-left: 0;
	margin: 0;
}

#main ul li a, #sub ul li a {
	text-decoration: none;
	color: #999;
}

#main ul li a:hover, #sub ul li a:hover {
	color: #ccc;
}

#main ul li.selected a, #sub ul li.selected a {
	color: #fff;
}

#content {
	background-color: #fff;
	height: 430px;
	position: relative;
}

div#maincontent {
	position:  absolute;
	top: 15px;
	right: 600px;
	left: 15px;
	height: 400px;
	width:  354px;
	padding-right: 15px;
	overflow: auto;	
}

#content #maincontent ul li {
	list-style: none;
	display: block;
	padding: 5px 10px;
	font-size: 11px;
}

#sidebar {
	position:  absolute;
	top: 15px;
	right:  15px;
	width: 600px;
	height: 400px;
}

div#outer-appear, div#appear-div {
	  height: 400px;
		width: 600px;
}

div#outer-appear {
		float: left;
}

div#appear-div {
	position: relative;
	top: 0px;
	left: 0px;
}

div#footer {
	text-align: right;
	padding: 15px;
}

#footer, #footer a, #footer a:visited {
	color: #999999;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}

#credits, #credits p, #credits a {
	text-decoration: none;
	font-size: 9px;
	color: #121311;
}

#credits {
	padding: 5px;
	text-align: center;
}
h1#title {
	margin-bottom: 25px;
	font-size: 24px;
	color: #999999;
	line-height: 150%;
	margin-top: 0;
}

.intro {
	font-size: 13px;
	color: #666666;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}


#thickbox {
  padding: 0;
}

#thickbox td.image {
  width: 105px;
  height: 125px;
}

#thickbox h2 {
  color: #333;
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
 font-size: 13px;
}

#thickbox h3 {
  color: #666;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

#thickbox a {
  display: block;
  padding: 0px;
}

#thickbox a:hover img {
  background-color: #eee;
  border: 1px solid #ddd;
}

#thickbox img {
  display: block;
  background-color: white;
  border: 1px solid #eee;
  padding: 8px;
}

#thickbox td.single img {
  border: 0;
  padding: 10px;
}
