body {
	background-color: #fff5cf;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#485995;
}

a {
	color:#485995;
	
}

#Content {
	background-color: #ffeda7;
	position:absolute;
	left:50%;
	top: 50%;
	margin-top:-258px;
	margin-left:-410px;
	width:820px;
	border: 3px solid #485995;
}

#edge-tl {
	position:absolute;
	top: -3px;
	left: -3px;
	width: 15px;
	height: 15px;
	z-index:1000;
}

#edge-tr {
	position:absolute;
	top: -3px;
	right: -3px;
	width: 15px;
	height: 15px;
	z-index:1000;
}

#edge-bl {
	position:absolute;
	bottom: -3px;
	left: -3px;
	width: 15px;
	height: 15px;
	z-index:1000;
}

#edge-br {
	position:absolute;
	bottom: -3px;
	right: -3px;
	width: 15px;
	height: 15px;
	z-index:1000;
}



#top {
	padding: 7px 25px 8px 0px;
	border-bottom: 1px solid #485995;
	font-size:19px;
	text-align:right;
	font-weight: bold;
}

.toptext {
	padding-top:10px;
	vertical-align:middle;
}

#left {
	position:relative;
	left:0px;
	top:0px;
	width:210px;
	height:480px;
	float:left;
	border-right: 1px solid #485995;
	

}

#text {
	margin-top:7px;
	font-size: 12px;
	line-height:120%;

}

#text p {
	padding:0;
	margin:0;

	padding-left:7px;
	padding-right:7px;
	margin-bottom: 4px;
}

#text .bigger {
	font-size: 14px;
}

#text a {
}

#text a:hover {
	background-color: #ebd066;
}

#menu {
	position:absolute;
	bottom:15px;
	width:210px;
	border-top: 1px solid #485995;
	font-size:14px;

}

.menuitem {
	padding: 3px 7px 4px 7px;
}

.menuitem:hover {
	background-color: #ebd066;
}


#gfx { 
	position:absolute;
	right:0px;
	width: 600px;
	height: 460px;
	overflow:auto;
	text-align:center;
	top:45px;
}

#gfxovl { 
	display:none;
	position:absolute;
	top: 43px;
	right:0px;
	width: 600px;
	height: 460px;
}

#gfxtxt {
	text-align:center;
	font-weight: bold;
	padding-top:5px;
	font-size:14px;
}

#gfxtxt a {
	font-size: 12px;
	vertical-align:baseline;
	font-weight:normal;
}

#gallerytoplink {
	text-align:right;
	margin-right:30px;
}

#gallerytoplink2 {
	text-align:left;
	margin-left:30px;
}

#gfxcontainer {
/*
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -327px;
*/
}


.gallerytbl {
}

.gallerytbl td {
	background-color:#fff5cf;
}