body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #657EA6;
}
h1 {
    font-family:ArtBrush, Forte, LucidaHandwriting;
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF;
	text-align: center;
	
}
h2 {
    font-family:ArtBrush, Forte, LucidaHandwriting;
	font-weight:bold;
	font-size:15px;
	color:#ffffff;
}
h3 {
	border: 1px solid gray;
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
}
p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0033cc;
	text-indent:10px;
	font-weight:bold
}

#wrapper {
	height:auto;
	width:763px;
	padding:0px;
	clear:both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#banner {
	width:763px;
	height:108px;
	padding:0px;
	margin:0px;
	background-image:url(images/top_bar.jpg);
	background-repeat:no-repeat;	
	float:right;
	
}

#content {
	clear:right;
	height: 450px; /* REQUIRED OR STUFFS UP IN IE*/
	overflow:auto; /*REQUIRED OR FireFox STUFFS UP*/
	background-image:url(images/cnt_area.jpg);
	background-repeat:repeat-y;
	margin: 0px;
}
#contentscroll {
	height:350px;
	scrollbar-base-color: #CC6633;
	scrollbar-arrow-color: #24BO58;
	scrollbar-DarkShadow-Color: #2B2460;
	overflow:auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu {
	width:137px;
	height: 450px;
	background-image:url(images/menu_bkg.jpg);
	background-repeat:repeat;
	float: left;
}
.nav{ /*header of nav*/
cursor: hand;
cursor: pointer;
}
/*
.opensubnav{ 
background:#999;
}
*/
.subnav ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.subnav ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.subnav ul li a{
font: bold Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
display: block;
color: #62889D;
background: #C5E0D2;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
text-align:center;
}

.subnav ul li a:visited{
color: #CC6633;
}

.subnav ul li a:hover{ /*hover state CSS*/
color: #CC6633;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.style2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0033cc;
	text-indent:10px;
	font-weight:bold;
}

a:link {color: #0033CC}
a:visited {color: #FFFFFF}
a:hover {color: #CC6633}
a:active {color: #CC6633}

#movie {
	padding-left:110px;
	padding-top:60px;
}
