@charset "UTF-8";
/* CSS Document */


a {
  outline: none;
   border:0;
  border-style:none;
}

img {
  outline: none;
   border:0;
  border-style:none;
}

body {
background-color:#FFFFFF;
}

#wrapper {
	background-color:#FFFFFF;
	margin: 0 auto;
	vertical-align: middle;
	width: 500px;
	padding:0;

}

#main {
	background-color:#FFFFFF;
	height:700px;
	width:500px;
	position:relative;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  line-height: 1.3em;
  font-style:normal;
  text-align:center;
  font-size: 10px;
   font-weight:400;
   color:#FFF;
   text-decoration: none;
}


 a:link, 
 a:visited{color:#000; float:left; text-decoration:none;text-transform:none}

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


#header {
	
	float: left;
	width:500px;
	 color: #000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	
}


#window_1 {
	
	float: left;
	height:500px;
	width:500px;
	background-image:url(assets/cover.jpg);

	
}

#window_3 {
	
	float: left;
	height:100%;
	width:500px;
	color: #000;
	text-align: left;
	
}

#footer {
	
	float: left;
	height:10px;;
	width:500px;
	 color: #333333;
	text-align: right;
	margin-top: -10px;
	
}

#back {
	
	float: left;
	height:10px;;
	width:500px;
	color: #333333;
	text-align: left;
	margin-top: 50px;
	
}


.accordionButton {	
	width: 500px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #FFF;
	color: #000;
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding:5px 0 5px 0;
	}
	
.accordionContent {	
	width: 500px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #FFFFFF;
	border-bottom: 1px solid #000;
	padding:5px 0 5px 0;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color: #999999;
	}
	
.over {
	color: #CCCCCC;
	}




