@import url(stylesini.css);
@charset "utf-8";
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background-color: #ffffff;
	/*background-image:url(../images/bg-body.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#333333;
}
a {
	color:#747474;
}
table#frame{
	width:100%;
	height:100%;
}
table#frame td{
	vertical-align: middle;
}

div#title {
/*Update footer if you change*/
	position: relative; /*DO NOT REMOVE very important for proper positionning in body when using margin auto with title, main footer etc...*/
	width:760px;
	height:100px;
	background-color: #ffffff;
	background-image:url(../images/bg-title2.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	
}
div#titlemovie {
	display:block;
	float:right;
	width:200px;
	height:45px;
	background-image:url(../images/bg-intromovie.jpg);
	background-repeat:no-repeat;
}


/* ==== NAVBAR ==== */

div#navbarmain {
	position:relative; /*DO NOT REMOVE very important for proper positionning in body when using margin auto with title, main footer etc...*/
	width:760px;
	height: 30px;
	padding:0px;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	/*background-image:url(../images/bg-navbar.jpg);
	background-repeat: repeat-x;*/
	text-align:center;
	overflow:hidden;

}
div#mnucentered {
	width:736px; /*need to be fix for margin left and right to work*/
	height:30px;
	background-color:yellow; /*leaving to trace errors if to wide*/
	margin-left:auto;
	margin-right:auto;
}


div.mnuHorizItem {
	float: left;
	width:92px; /*Update mnucentered width if changing button width or adding button*/
	height:100%;
	background-color: #ffffff; /*leaving to trace errors and for reference*/
}

div.mnuHorizItem a{
	display: block;
	width:100%;
	height:20px;
	padding-top:10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align: center;
	text-decoration: none;
	/*background-image:url(../images/bg-navbarButton.jpg);
	background-repeat: no-repeat;*/
}

div.mnuHorizItem a:hover {
	height:25px;
	padding-top:5px;
	color:#111111;
	/*background-image:url(../images/bg-navbarButtonOver.jpg);
	background-repeat: no-repeat;*/
}

div.buttonmain {
	display: block;
	float: left;
	height: 38px;
	border:0px;
	margin:0px;
	padding:0px;
	background: transparent;
}

/* ==== MAIN ==== */

div#main{
	position:relative; /*DO NOT REMOVE very important for proper positionning in body when using margin auto with title, main footer etc...*/
	width:760px;
	height:450px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff; /*252525*/
	color: #333333;
	/*background-image:url(../images/bg-main.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
	overflow:hidden;
	
}
div#h1{
	text-align:center;
	background-color:#ffffff;
}
h1{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size: 22px; /*using fix size it is already big enough, it will not take the whole page when someone has bigger font size*/
	margin:8px 0px 8px 0px; /*To reduce default margins of h1*/
	font-style:italic;
}

div.GeneralSection {
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size: 16px;
	margin:30px 108px 10px 108px;
	border-bottom:1px solid #3d3d78;
	color: #000078;
}

div.maintext {
	text-align:justify;
	padding:0px 125px 20px 125px;
}

ul.address {
	list-style-type:none;
}

div#gridview1style {
	width:600px;
	height:300px;
	background-color:#00FF00;
	margin-left:auto;
	margin-right:auto;
}


/* ===== Footer ===== */

div#footer{
	position: relative; /*DO NOT REMOVE very important for proper positionning in body when using margin auto with title, main footer etc...*/
	width:760px;
	height:50px;
	background-color: #ffffff;
	/*background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 15px; 
	text-align:center;
	overflow:hidden;

}



