html,body{
	background:#FFFFFF;
	padding:0;
	margin: 0;
	width:100%;
	font-family: Times, "Times New Roman", serif;
}

.wrap{
	width:100%;
}

.title{
	position:absolute;
	top:0px;
	left:0px;
}

h1{
	color:#7a7a7a;
	font-weight:normal;
	font-size:19px;
	font-style:italic;
	text-transform: uppercase;
	margin:63px 0 0 77px;
}

h2{
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0 0 73px;
	color: #CCC;
}

.menu{
	position:absolute;
	top:0px;
	right:0px;
	color:#7a7a7a;
	font-weight:bold;
	font-size:19px;
	text-transform: uppercase;
	padding:63px 77px 0 0;
}

.menu a:link, .menu a:visited{
	color:inherit;
	text-decoration:none;
}

.menu a:hover{
	color:#000000;
}

#description{
	width: 79%;
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#4b4b4b;
	float:left;
	text-align:justify;
}

#description a:link, #description a:visited{
	color:inherit;
	text-decoration:inherit;
}

#description a:hover{
	text-decoration:underline;
}

.nav{
	width:10%;
	height: 420px;
	float:left;
	cursor:pointer;
	-moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none; 
	display: none;
}

.arrow{
	width:29px;
	height:42px;
	background-image:url(../img/arrow.gif);
	margin:200px auto 0 auto;
}

.nav:hover .arrow{
	background-position:0 -42px;
}

#back .arrow{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.main{
	width:960px;
	margin:220px auto 0 auto;
}

.overlay{
	position:absolute;
	width:760px;
	top:100px;
	left:50%;
	margin: 0 0 0 -385px;
	box-shadow:0px 0px 6px #666666;
	z-index:1000;
	background-color:#FFFFFF;
	display:none;
}

#close{
	position:absolute;
	width:18px;
	height:18px;
	background-image: url(../img/close.gif);
	top:10px;
	right:10px;
	cursor: pointer;
}

#close:hover{
	background-position:0px -18px;
}

.overlay .body{
	width:650px;
	margin: 30px auto;
	font-size:15px;
	font-weight:bold;
	color:#a8a8a8;
	line-height:21px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

#byline{
	color:#b9b9b9;
	font-size:13px;
	position:fixed;
	bottom:5px;
	right:5px;
}

#byline a:link, #byline a:visited{
	color:#7e7e7e;
	text-decoration:none;
}

#byline a:hover{
	text-decoration:underline;
}