/***********************************************/
/* styles                                      */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


h1{
	font-family: Arial;
	font-size: large;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.bigtitle {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.NavTitle {
	font-family: arial;
	font-size: 90%;
	color: #333344;
	line-height: 0.5;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.rl-80 {font-size: x-small}

.small {font-size: small}
.medium {font-size: medium}

ul{
 list-style-type: square;
}

img.blackborder {
	border: black solid 1px; 
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
}

#titles{
	position:absolute;
	top: 268px;
	left: 0px;
	width: 30%;
}

#titles a:hover{
	display: inline-table;
	border: red solid 1px;
	background-color: #ffeeee;	
	}
	
#titles-zw{
	position:absolute;
	top: 267px;
	left: 0px;
	width: 30%;
}

#titles-zw a:hover{
	display: inline-table;
	background-color: #eeeeff;	
	}

#titles2{
	position:absolute;
	top: 275px;
	width: 100%;
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	text-decoration:underline;
}

#content{
	float:right;
	width: 70%;
	position: absolute;
	left: 234px;
	padding: 0 0% 0 0;
	top: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

#zw-content{
	float:right;
	width: 70%;
	position: absolute;
	left: 234px;
	padding: 0 0% 10px 10px;
	height: 678px;
	top: 300px;
	font-size: medium;
	font: SimSun;
}

#navBar{
	margin: 0 0% 10px 0;
	width: 192px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	position: absolute;
	top: 295px;
	left: 10px;
	z-index: 80;
}

#movies{
	position: relative;
	padding-top: 15px;
}

#borderright{
	position: absolute;
	top: 300;
	left: 202;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font: "Times New Roman", Times, serif;
	font-size: medium;
}

.feature img{
	float: right;
	
}

.dontfloat img{
	float: none;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

