body {
	background-color: #eee1d1;
	margin: 0px;
	padding: 0px;
}
a, a:visited{
	text-decoration: none;
	color: #eee1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover{
	text-decoration: underline;
}
.headerbg {
	background-color: #4d2627;
}
.content {
	text-align: center;
	vertical-align: middle;
}
.content img {
	display: block;
}
.imagearea {
	border: 1px solid #4d2627;
	background-color:#FFFFFF;
}
.closewindow {
	background-image:   url("../images/popupcross.gif");
	background-repeat: no-repeat;
	background-position:right;
	margin-right: 11px;
}

.closewindow a{
	padding-right: 15px;
}

.previous {
	background-image:   url("../images/popupleftarrow.gif");
	background-repeat: no-repeat;
	margin-left: 11px;		
}

.previous a {
	padding-left: 13px;
}

.next {
	background-image:   url("../images/popuprightarrow.gif");
	background-repeat: no-repeat;
	background-position:right;
	margin-right: 11px;
}

.next a{
	padding-right: 13px;
}

