html, body{
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	background-image: url("img/bg_01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a { border-bottom: 1px dotted #ADB90A;}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #999999; text-decoration: none }
a:active { color: #999999; text-decoration: none }
a.rover { cursor: default; border: 0px;}

img {
	border: 0;
}
h3{
	font-family: Georgia, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #ADB90A; 
	letter-spacing: -1px;
	clear: both;
	margin: 55px 15px 10px 0px ;
}
object, embed{
	margin: 0px;
}

#header{
	width: 595px;
	height: 170px;
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px ;
}

#menu{
	width: 750px;
	height: 110px;
	font-size: 10;
	text-align: left;
	position:relative;
	background-image: url('img/menu_bg.png');
	background-repeat: no-repeat;
	margin: -25px 0px 13px -9px ;
	padding: 15px;
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -1px;
	clear: both;
}

#tower{
	width: 435px;
	border-style: solid;
	border-color: #C3C3C3;
	border-width: 15px;
	border-bottom-width: 0px;
	background-color: #C3C3C3;
	margin: -135px 0px 0px 0px ;
}

#content, #img, #footnote, #flashvideo, #quicktime{
	width: 439px;
	font-size: 11;
	text-align: left;
	background-image: url('img/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: -8px 0px 13px -9px ;
	padding: 7px
}

#quicktime, #flashvideo{
	margin: -8px 100px 10px -9px ;
	padding: 0px;
	background-color: #C3C3C3;
}

#notice{
	width: 639px;
	height: 212px;
	position: relative;
	background-image: url('img/notice_bg.png');
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	margin: -212px 0px 0px 0px ;
	z-index: 100;
	padding: 0px 8px 0px 0px;
	
	overflow: hidden;
	opacity:.0; /* css standard */
	filter:alpha(opacity=00); /* IE patch */
}

#img{
	width: 452px;
	padding: 0px;
}

#footnote{
	font-size: 9;
	background-color: #ffffff;
	text-align: center;
}
