body {
	margin: 0px;
	padding: 0px;
}
table {
	border: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: rgb(84,89,120);
	font-weight: bold;
}
#container {	
	width: 760px;
	height: 540px;
}
#underheader {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 90px;
	background-color: rgb(129,54,54);
	border-bottom: 3px solid rgb(115,115,115);
}
#header {	
	width: 760px;
	height: 90px;
}
#logo {
	float: left;
	height: 80px;
	width: 335px;
	margin-top: 4px;
	margin-left: 16px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}
#body {
	height: 440px;
	width: 720px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#tabbar {
	height: 20px;
	width: 720px;
}
#contentwrapper {
	height: 420px;
	width: 720px;
	border: 4px solid rgb(129,54,54);
}
#loading {
	position: absolute;
	z-index: -1;
	height: 260px;
	width: 720px;
	padding-top: 160px;
	background-image: url('../images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align: center;
}
#content {
	z-index: 1;
	height: 420px;
	width: 720px;
	background-color: white;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.8em;
}
#footer {
	height: 12px;
	width: 720px;
	padding-top: 2px;
	font-family: Verdana, arial, sans-serif;
	font-size: 9px;
	text-align: center;
}	

.tabi {
	float: left;
	height: 20px;
	width: 80px;
	margin-right: 20px;
	font-family: Times New Roman, Georgia, Helvetica, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../images/tabalive.png');
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
}
.tpass {
	background-image: url('../images/tabdie.png');
	color: black;
}

#leftbox, #rightbox {
	float: left;
	width: 348px;
	height: 408px;
	padding: 6px;
}

#frontimage {
	position: relative;
	top: 10px;
	height: 380px;
	width: 340px;
	background-image: url('../images/child.jpg');
	border: 4px solid rgb(129,54,54);
}
.fTL, .fTR, .fBL, .fBR {
	position: absolute;
	height: 40px;
	width: 40px;
}
.fTL {
	top: 0px;
	left: 0px;
	background-image: url('../images/TL.png');	
}
.fTR {
	top: 0px;
	right: 0px;
	background-image: url('../images/TR.png');	
}
.fBL {
	bottom: 0px;
	left: 0px;
	background-image: url('../images/BL.png');	
}
.fBR {
	bottom: 0px;
	right: 0px;
	background-image: url('../images/BR.png');	
}

#mapbox, #picturebox {
	height: 405px;
	width: 700px;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
}

#picturebox {
	height: 410px;
	overflow: auto;
}

.thumb {
	float: left;
	height: 200px;
	width: 200px;
	margin: 9px;
	border: 4px solid rgb(129,54,54);
	cursor: pointer;
}
.thpass {
	border: 4px solid rgb(203,187,244);
}

#backbutton {
	float: left;
	height: 20px;
	width: 176px;
	margin: 0px;
	margin-bottom: 3px;
	font-family: Times New Roman, Georgia, Helvetica, serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url('../images/backalive.png');
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
}
#backbutton.bkpass {
	background-image: url('../images/backdie.png');
	color: black;	
}
#imagewrapper {
	clear: left;
	height: 390px;
	width: 700px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
.imagelimit {
	max-height: 390px;
	max-width: 700px;
}

/*
.pmove {
	float: left;
	width: 60px;
	height: 400px;
	margin: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#plast {
	background-image: url('../images/lastalive.png');
}
#plast.ppass {
	background-image: url('../images/lastdie.png');
}
#pnext {
	background-image: url('../images/nextalive.png');
}
#pnext.ppass {
	background-image: url('../images/nextdie.png');
}
#picturemain {
	position: relative;
	float: left;
	width: 552px;
	margin-top: 10px;
	height: 392px;
	border: 4px solid rgb(129,54,54);
}
*/