/*******************************************************************************
 * Reset
 ******************************************************************************/

html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

a {
    outline: none;
	text-decoration: none;
}

a img {
    border: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}


/*******************************************************************************
 * Utility
 ******************************************************************************/

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear {
    clear: both;
}


/*******************************************************************************
 * Page
 ******************************************************************************/

body {
	background: #000 url("/images/body_bg.jpg") top center no-repeat;
	font-family: Georgia, serif;
	color: #fff;
	line-height: 1.3;
}

#page_wrap {
	width: 800px;
	margin: 500px auto 0px;
	background: #fff;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#main_content {
	color: #222;
	padding: 30px;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/*******************************************************************************
 * Type
 ******************************************************************************/

 h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
 
 
 /*******************************************************************************
 * Content Slider
 ******************************************************************************/
 
 #slider {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 900px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  backgroud: #fff;
  /*background: #fff url(images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
  padding: 20px;
  height: 700px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}


/*******************************************************************************
 * Navigation
 ******************************************************************************/

ul.navigation {
	margin: 0;
	padding: 0;
}
 
ul.navigation li {
	list-style: none;
	text-align: center;
	float: left;
	width: 130px;
	margin-right: 20px;
	font-size: 16px;
	background: #ddd;
	padding: 10px 0;
	border: 1px solid #b1b1b1;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.navigation li a, ul.navigation li a:visited {
	color: #222;
	font-weight: bold;
}

ul.navigation li a.selected {
	text-decoration: underline;
}
