* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	color: #ffffff;
}
img {border: noen;}
.clear { clear: both; background: none; }
.fltlt {float: left;}
/********   link   *********/
a:link {color:#591f00;text-decoration:none;}
a:visited {color:#591f00;text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color:#666;}
/********   parts   ********/
#wrapper { 
	margin: 0 auto;
	width: 755px;
	border: solid 1px #333333;
	background: #1d1710;
}
#main {
	clear: both;
	margin: 12px 0 0 0;
	overflow: auto; 
	width: 100%
}
#header {
	width: 100%;
}
#gnavi {
	color: #333;
	padding: 8px 10px;
	background: #ABBEBE;
	height: 20px;
	background: url(images/bg_gnavi.gif) repeat-x;
}
#gnavi li {
	float: left;
	display: block;
	width: 103px;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 0 0;
	}
#gnavi li a:link {color: #FFFFCC;}
#gnavi li a:visited {color: #FFFFCC;}

/*****  left colum   ******/

#leftcolum { 
	display: inline;
	width: 226px;
	float: left;
	background: #222222;
	margin: 0 5px 0 0;
}
.latest_movie {padding:5px;}
.latest_movie img {float: left; margin: 5px 5px 5px 0;}
.latest_movie p {float: right; margin: 0 0 0 5px; width: 115px;}

/*****  mid  ******/
#mid { 
	float: left;
	margin: 0 5px;
	padding: 0px;
	width: 250px;
	display: inline;
	position: relative;
	background: #222222;
}
#mid img {border: solid 2px #ffead5; margin: 3px 0 0 0;}
#mid td {padding: 1px 9px;}

#rightcolum { 
	display: inline;
	position: relative;
	padding: 0px;
	width: 255px;
	float: right;
	background: #222222;
	margin: 0 0 0 5px;
}
#rightcolum img {margin: 5px 5px 5px 8px;}
#rightcolum table {margin:5px 0; border-collapse: collapse;}
#rightcolum table th {}
#rightcolum table td {border: 1px solid #555555; padding: 2px 0 2px 3px;}

/*****  content  ******/
#content {
	clear: both;
	margin: 12px 0 0 0;
	padding: 0 20px 0 20px;
	overflow: auto;
	line-height: 1.4;
}
/********   footer    ***********/
#footer { 
	width: 755px;
	clear: both;
	color: #77663a;
	background: #443923;
	margin: 15px 0 0 0;
	text-align: center;
	padding:10px 0;
}
#footer a:link {color: #6a6638;}
#footer a:visited {color: #6a6638;}
/********   font    ***********/
.h2title {
	color: #ff8000;
	border: solid 1px #ffdfbf;
	padding: 3px 0px 2px 23px;
	font-size: 12px;
	background: 5px 4px url(images/h2title.gif) no-repeat;
	font-weight: normal;}
.h2title02 {
	color: #ff8000;
	border: solid 1px #ffdfbf;
	padding: 3px 0px 2px 23px;
	font-size: 12px;
	background: 5px 4px url(images/h2title.gif) no-repeat;
	font-weight: normal;
	width: 95%;
	}
