/* CSS Document */
/*-------------------------------------------------------------->>>HEADER<<<<----*/
body {background-color: #000;}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #999999;
}
/*-------------------------------------------------------------->>>BODY<<<<----*/
.gray {background-color: #EEE;}

.thbs {border: 2px solid #000000;
	   background-color: #000000;
	   margin: 1px;}

p {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;}
	
.film {background-image: url(imgs/bk_film.jpg); background-repeat: repeat-y;}
ul {margin: 0; padding: 0;}

li {font-family: Georgia, "Times New Roman", Times, serif; 
    font-size:11px; color:#000; 
	text-align: justify; 
	list-style-image: url(imgs/bullet,gif);
	line-height: 12px;
	}
.hkanbk{background-image: url(imgs/bk_sm.jpg); background-repeat: repeat-y;}
	
.img_left{background-image: url(imgs/detaileft.jpg); background-repeat: repeat-y;}
	
.img_right{
	background-image: url(imgs/detailright.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right top;
}		
.videos {
	width: 400px;
	height: 320px;
	padding-top: 1px;
	margin-right: 0px;
	text-align: center;
}
.contactTXT {background-color: #eee; margin: 20px 0px 10px 40px }
.contactTXT a { color: #666;}
.contactTXT a:hover { color: #333399}

.footer{background-color: #000; padding-top:1px;}
.imgbox{border: 2px black solid;}

