/* Layout by Keilew */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #e74516;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	color: white;
	line-height: 100%;
}
html > body {
	font-size: medium;
}
* {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
/**----------------------------- COMMON --------------------------------------*/
img {
	border: 0;
}
hr {
	border-width: 0;
	border-top: 1px dashed #bbb;
	height: 1px;
	margin: 0 0px 1em 0;
	clear: both;
}
a {
	text-decoration: underline;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #fff1cc;
}
/**----------------------------- SPECIALS ------------------------------------*/
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	display: block;
}
hr.cleaner {
	visibility: hidden;
	border: 0;
	margin: 0;
	padding: 0;
}
.invisible {
	visibility: hidden;
	display: none;
	border: 0;
	margin: 0;
}
.float-right {
	float: right;
}
/** -------------------------- WRAPPERS -------------------------------------*/
div#wrapper {
	text-align: center;
}
div#header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#axis-wrapper {
  width: 100%;
  background-color: black;
  border-top: 2px solid #e1765c;
  border-bottom: 2px solid #e0765c;
  margin-bottom: 20px;
}
div#axis {
  width: 1000px;
  margin: 0 auto;
  background: black url(images/theme.jpg) center top no-repeat;
  height: 204px;
}

div#content-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
	background: transparent url(images/vline.gif) 650px top repeat-y;
}

div#content {
  float: left;
  width: 650px;
  line-height: 150%;
}

div#col {
  float: right;
  width: 340px;
}

div#footer {
	width: 1000px;
	margin: 25px auto 0;
	text-align: right;
}
/** ---------------------------- LOGO ----------------------------------------*/
h1 {
  float: left;
  position: relative;
  margin: 42px 0;
  
	overflow: hidden;
	font-size: 280%;
	font-weight: normal;
	line-height: 120%;
}
h1, h1 a, h1 a:hover, h1 span {
	display: block;
	width: 273px;
	height: 66px;
	background: transparent url(images/logo.png) left top no-repeat;
	color: white;
	text-decoration: none;
}
h1 span {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	cursor: hand;
}


h2 {
  float: right;
  position: relative;
  
	overflow: hidden;
	font-size: 180%;
	font-weight: normal;
	line-height: 560%;
}
h2, h2 span {
	display: block;
	width: 489px;
	height: 132px;
	background: transparent url(images/ends.png) right top no-repeat;
	color: white;
	text-decoration: none;
}
h2 span {
	position: absolute;
	left: 0;
	top: 0;
}



p {
  padding: 0 27px;
  margin-bottom: 18px;
}

h3 {
  background: transparent url(images/hline-lr.gif) left top repeat-y;
  font-size: 100%;
  font-weight: bold;
  padding: 6px 14px;
  margin: 0 0 17px;
  line-height: 24px;
}

.inside {
  margin-top: 33px;
}

ol, ul {
  list-style-type: none;
  margin: 0 27px;
  font-size: 86%;
  line-height: 160%;
}

ol {
  list-style-type: decimal;
  padding-left: 20px;
}


li {
  padding-bottom: 13px;
}

ul#crew li {
  padding-bottom: 0;
  line-height: 175%;
}

#col h3 {
  background: transparent url(images/hline-rl.gif) right top repeat-y;
  text-align: right;
}

p.highlight {
  background-color: #ee5929;
  padding: 18px 27px;
}

p.thanks {
  font-size: 86%;
  margin-top: 30px;
}

#footer p {
  margin: 0;
  font-size: 73%;
  color: #fbd6ce;
  padding-bottom: 5px;
}

#footer a {
  color: #fbd6ce;
}

#footer a:hover {
  color: #fff1cc;
}


div.error {
  background-color: #c53b13;
}

div.error p {
  padding: 15px 20px;
}
