body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	border: 0px;
}

a.menu_item {
	border: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}

a.menu_item:hover {
	color: #303030;
	border-bottom: 1px dotted #303030;
}

#container {
	width: 670px;
	height: 475px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -335px;
	margin-top: -232px;
	padding-left: 65px;
	background: url('../images/bg.gif') no-repeat;
}

.mouse_over {
	width: 605px;
	height: 315px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -232px;
	border: 1px solid black;
	z-index: 9999;
}

#top_section {
	width: 605px;
	height: 315px;
	background: #303030;
	border: 1px solid #000;
	margin-bottom: 13px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #ccc;
}

h1 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 21px;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	margin: 5px 10px;
}

#bio_pic {
	margin: 0px 10px;
	float: left;
}

#bio_hold {
	position: relative;
	z-index:100; 
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 398px;
	height: 275px;
	float: right;
	overflow: hidden;
}

#bio_win {
	position:absolute; 
	left:0px;
	top:0px; 
	width: 365px;
	height: 270px; 
	clip: rect (0px, 365px, 270px, 0px); 
	overflow: hidden;	
	z-index: 1; 
}

#bio {
	font-size: 12px;
}

.bio_date {
	display: inline;
	font-weight: bold;
}

.bio_event {
	margin: 0px;
	display: block;
	width: 300px;
	float: right;
}

.bio_strong {
	font-weight: bold;
	display: block;
	margin: 2px 0px;
	font-size: 14px;
}

.bio_note {
	font-size: 10px;
	display: block;
	font-style: italic;
	margin: 2px 0px;
}

#bio_clear {
	height: 15px;
	clear: both;
}

#bio_clear_no_margin {
	height: 1px;
	clear: both;
}

.item_info {
	width: 200px;
	height: 295px;
	margin-top: 10px 5px 10px 10px;
	padding: 0px;
	float: left;
}

* html #container #top_section .item_info {
	margin: 10px 5px 10px 5px;
}

.item_info p {
	padding: 0px;
	margin: 3px;
	font-size: 18px;
}

.item_pic {
	width: 375px;
	height: 295px;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	text-align: right;
	float: right;
}

* html #container #top_section .item_pic {
	margin: 10px 5px 10px 0px;
}
#bottom_section {
	width: 605px;
	height: 145px;
	border: 1px solid #000;
	padding: 0px;
}

#port_hold {
	position: relative;
	z-index:100;
	margin: 0px 0px 6px 5px;
	padding: 0px;
	width: 595px;
	height: 75px;
	overflow: hidden;
}

#port_win {
	position:absolute; 
	left:0px;
	top:0px; 
	width: 595px;
	height: 75px; 
	clip: rect (0px, 595px, 75px, 0px); 
	overflow: hidden;	
	z-index: 1; 
}

#port_lyr {
	position:absolute;
	left:0px;
	top:0px; 
	z-index:1;
}

#t1 * img {
	margin: 0px 2px;
	height: 75px;
}

.content { 
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px; 
	z-index:1; 
}

#bottom_section ul {
	list-style-type: none;
	margin: 2px 7px 0px 7px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 20px;
	clear: both;
}

#bottom_section ul li {
	float: left;
	padding: 0px;
	margin-bottom: 10px;
}

#bottom_section ul a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000;
}

#bottom_section ul a:hover {
	color: #303030;
	border-bottom: 1px dotted #303030;
}

#up {
	position:absolute;
	right: 0px;
	bottom: 58px;
	z-index:2
}

#down {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index:3
}

#down, #up img {
	border: 1px solid black;
	height: 55px;
}