#container {
	position: relative;
	width: 740px;
	margin: 0px auto;}
	
#header {position: relative;
	margin: 0px auto;
	padding: 5px;
	z-index:1;
	}
#upright	{position: absolute;
	right: 20px;
	top: 30px;
	z-index: 10;
	text-align: center;
	font-size: 11px;
	}
	
#content {
	position: relative;
	margin-top: 3px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-image: url('../images/reel.jpg');
	background-repeat: no-repeat;
	z-index: 2}

.box {position: relative;
	width: 236px;
	padding:8px;
	background-color: #fff;
	border: 0px solid #999;
	background-repeat: repeat-x; margin-left:370px; margin-right:170px;  margin-top:0px; margin-bottom:5px
	}
		
.info {position: relative;
	width: 160px;
	padding: 5px;
	float: left;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #fc0;
	background-image: url('../images/film.jpg');
	background-repeat: repeat-y}

.info2	{position: relative;
	background-color: #fff;
	margin-left:30px;
	margin-top: 10px;
	width: 90px;
	border: 1px solid #bbb;
	text-align: center;
	}
	
#main {position: relative;
	margin: 0px;
	background-color: #fff;
	background-image: url('../images/boxline.jpg');
	background-repeat: repeat-x; padding-left:10px; padding-right:190px; padding-top:10px; padding-bottom:0px}

#rightbar {position: absolute;
	width: 170px;
	padding:8px;
	top:252px;
	background-color: #fff;
	border: 1px solid #999;
	background-repeat: repeat-x; margin-left:370px; margin-right:170px; margin-top:0px; margin-bottom:5px
		}


#rightbar1 {position: absolute;
	right: 250px;
	width: 170px;
	top: 252px;
	padding:8px;
	text-align: left;
	border: 1px solid #999;
		}

h1           { font-family: Arial; font-size: 18pt; color: #0099CC; font-weight: bold }


h3 {
	font-size: 18px;
	color: #551011;
	font-family: verdana;
	border-bottom: 2px solid #551011;}
	
h4	{font-size:12px;}
h5  {font-family: verdana; font-size: 10pt; color: #0099CC; font-style: italic }
h6  {font-family: verdana; font-size: 8pt; color: #000000; font-weight: normal }

strong {color: #960;}

#footer {position: relative;
	bottom:0;
	padding:5px 0px;
	line-height: 120%;
	border-top: 1px solid #999;
	font-size: 9px;}

/* LINKAGE----------------------------------------- */

a:link, a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover	{
	text-decoration: none;
	color: #008;
	}
	
	
a.nav:link, a.nav:visited {
	text-decoration: underline;
	color: #0000FF;
	font-weight:bold;
	margin: 0;
	padding-left: 0px;
	background-repeat: repeat-x; padding-right:0; padding-top:0; padding-bottom:0
	}
a.nav:hover {
	text-decoration: none;
	color: #63CFCE;
	}
	
a.sub:link, a.sub:visited {
	text-decoration: none;
	font-size: 11px;
	background-color: #fff;
	margin: 0px;
	display: block;
	border-bottom: 1px solid #eee;
	color: #960;
cursor: hand;
padding-left: 2px;
width: 116px;
	}
a.sub:hover {
	background-color: #fc0;
	}

/* LINKAGE---------------------------END------------- */

#navigation {position: relative;
	height: 16px;
	border: 1px solid #999;
	font-size:12px;
	z-index:3;
	padding-left:15px;
	background-color: #FC0;
	background-image: url('../images/line.jpg');
	background-repeat: repeat-x
	}
	
.fmstyle {
	text-align: right;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	background-color: #eee;}
	
.fmstyle2 {
	text-align: left;
	border: 1px solid #ccc;
	border-left: 0px;
	border-top: 1px solid #fff;
	background-color: #eee;}
	
.imgfloat {float: left;
	margin: 2px 10px;
	border:1px solid #fc0;}
	
ul.norm{
	list-style-image: url('../images/star.jpg');
	float: none;
	list-style-position: outside;
	margin-left: 20px}
li.norm {
	list-style-type: square;
	float: none;
	width:auto;
	margin-bottom: 5px;}
	
ul { /* all lists */
	margin: 0px;
	list-style: none;
	padding: 0px;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	border: 1px solid #960;
background-color: #fff;
}