*
{
	margin: 0;
	padding: 0;
}

a, a:hover
{
	text-decoration: none;
	color: #000;
}

a img
{
	border: 0;	
}

p
{
	padding-bottom: 12px;
}

body
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #000000;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	font-family: arial, helvetica, sans-serif;	
}

#all
{
	width: 1005px;
	height: 415px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -502px;
	margin-top: -209px;
  	text-align: left;
  	z-index: 1;
	border: 1px solid #CECECE;
}

#left
{
	position:absolute;
	left: 0;
	top: 0;
	
	width: 646px;
	height: 415px;	
}

#right
{
    position:absolute;
	left: 646px;
	top: 0;
	
	width: 359px; 
	height: 415px;	
	
	border-left: 1px solid #cecece;
}

#right #header
{
	position:absolute;
	left: 24px;
	top: 24px;
	
	height: 50px;
	width: 310px;
	
	/*background-color: #fee;*/
}

#right #navi
{
	position:absolute;
	left: 24px;
	top: 93px;
	
	height: 76px;
	width: 310px;
	
	border-bottom: 1px dashed #333;
}

#navi ul.left
{
	position:absolute;
	left: -8px;
	top: 0px;
	
	height: 76px;
	width: 150px;
}

#navi ul.right
{
	position:absolute;
	left: 144px;
	top: 0px;
	
	height: 76px;
	width: 150px;
}

#navi li
{
	list-style-type: none;
	margin: 0;
	padding:0;
	line-height: 16px;
}

#navi li a
{
	padding-left: 9px;
	color: #666;
}

#navi li a:hover
{
	padding-left: 9px;
	/*
	background-image: url(../images/arrow-orange.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	*/
	color: #DF561D;
}

#navi li a.selected
{
	padding-left: 9px;
	background-image: url(../images/arrow-orange.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	color: #DF561D;
}

#right #caption
{
	position:absolute;
	left: 24px;
	top: 186px;
	
	height: 20px;
	width: 310px;
	
	/*background-color: #fee;*/
}

#right #text
{
	position:absolute;
	left: 24px;
	top: 211px;
	
	height: 162px;
	width: 310px;
	
	/*background-color: #fee;*/
}

#right #text .page
{
	padding-left: 1px;
}

.none, #right #nextPage, #right #prevPage
{
	display: none;
}

#right #nextPage
{
	position:absolute;
	left: 325px;
	top: 390px;
	
	height: 10px;
	width: 10px;
	
	/*background-color: #fee;*/
}

#right #prevPage
{
	position:absolute;
	left: 312px;
	top: 390px;
	
	height: 10px;
	width: 10px;
	
	/*background-color: #fee;*/
}

#leftNav
{
	position:absolute;
	left: 24px;
	top: 385px;
	
	height: 15px;
	width: 280px;
	
	color: #666;
}

#rightNav
{
	position:absolute;
	left: 320px;
	top: 385px;
	
	height: 15px;
	width: 305px;
	
	text-align: right;
	
	color: #666;
}

#leftNav a, #rightNav a
{
	font-weight: bold;	
	color: #666;		
}

#leftNav a:hover, #rightNav a:hover, #leftNav a.selected
{
	color: #DF561D;	
}

#help
{
	display: none;
	border: 1px solid #666;
	background-color: #fff;
	
	position:absolute;
	left: 330px;
	top: 80px;
	
	height: 260px;
	width: 285px;
	
	text-align: left;	
	color: #666;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	
}

#help .button
{
	padding-top: 12px;
	border: 0;
}
