* 
{
	margin: 0;
	padding: 0;
}

a 
{
	outline: none;
}

body
{
	font-family: Helvetica;
	font-size: 11px;
	color: #4d4d4f;
	background-color: #fff;
	line-height: 16px;
}


div#wrap 
{
	width: 800px;
	height: 650px;
	margin: 0 auto;
	border: solid 0px blue;
}

div#stage {margin: 20px;width: 760px;height: 610px;border: solid 0px red;}

h1 
{
	font-size: 11px;
	color: #4d4d4f;
	font-weight: bold;
	line-height: 16px;
}

p 
{
	padding-bottom: 16px;	
}

a 
{
	color: #4d4d4f;
	text-decoration: none;
}

a:hover
{
	color: #4d4d4f;
	text-decoration: none;
}

ul.menu 
{
	list-style-type: none;
	line-height: 21px;
}

ul.menu li.dotted 
{
	
	border-bottom: dotted 1px #4d4d4f;
}

.dotted 
{
	border-bottom: dotted 1px #4d4d4f;
}

.header 
{
	width: 136px;
	float: left;
	margin-left: 20px;
}

#content 
{
	margin-top: 19px;
}

#imageStage
{
	text-align: left;
	vertical-align: top;
	height: 462px;
	width: 760px;
	position: relative;
	
}

#textStage
{
	
	background-repeat: repeat;
	position: absolute;
	left: 292px;
	top: 0px;
	display: none;
	padding: 20px 20px 0 20px;
	width: 428px;
}

.textFooter 
{
	margin-top: 20px;
	border-top: dotted 1px #4d4d4f;
	line-height: 20px;
	height: 20px;
	text-align: right;
}

#imgControl 
{
	float: right
}

#portrait 
{
	
}

.textStage
{
	background-image: url(../images/bg.png);

}

#pager 
{
	
	padding-left: 312px;
	line-height: 20px;
}

#pager a.number {text-decoration: underline;}
#pager a.selectedImg {text-decoration: none;color: #bcbdc0;}

.pager {position:absolute; right:0;}
.top-bar {position:relative;}