a:link {
	color: #666666;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: black;
	text-decoration:none;
}
a:hover {
	color: #AD9881;
	text-decoration:none;
}
a.big:link {
	font-size: 120%;
	color: #666666;
	text-decoration:none;
}
a.big:visited {
	font-size: 120%;
	color: #666666;
	text-decoration:none;
}
a.big:active {
	font-size: 120%;
	color: black;
	text-decoration:none;
}
a.big:hover {
	font-size: 120%;
	color: #AD9881;
	text-decoration:none;
}

body  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font: 70% verdana, arial, sans-serif;
}
#topbox {
	height: 33%;
	width: 100%;
	background: url("../gfx2/imr104-1.gif") no-repeat center 30px;
	padding: 100px 200px 10px 200px;
	text-align: center;
}
#mainbox {
	width: 100%;
	height: 230px;
	background: #F1ECE7;
}
#bottombox {
	width: 100%;
	height: 25%;
	text-align: center;
}
#placetext {
	font: 100% georgia, serif;
	vertical-align: bottom
}

#content {
	background: #FAF7F4;
	width: 250px;
	height: 230px;
	padding: 10px;
	border-left: 1px dotted black;
	font: 100% verdana, arial, sans-serif;
}
#contitle {
	font: 120% verdana, arial, sans-serif;
	border-bottom: 1px dotted #888888;
}
#empty {
	float:left;
	width: 33%;
	height: 200px;
}