/* CSS Document */

body 
{
	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
    font: small "Lucida Grande" , Arial, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 745px;
}

#mainContent
{
	margin:1em auto;
	width:745px;
	text-align: left;
	background:#FFFFFF;
	border:1px solid #000;
}

#movie {

	border-bottom:2px solid #000;
	border-top:2px solid #000;
	}
	

#top, #content {
	padding:1em;
	}

#top {
	height:90px;
	}
	
#top img {
	vertical-align:middle;
	float:left;
	}

#contactNo {
	float:right;
	text-align:center;
	font-size:45px;
	font-weight:bold;
	color:#FF0000;
	margin-right:15px;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	}
#content h1 {
	margin:-2px;
	display:block;
	background-color:#839756;
	padding-left: 0em;
	margin-left: -0.4em;
	margin-right: -0.4em;
	text-align:center;
	color:#0033FF;
}

#contentFooter {
	border-top:1px solid #666666;
	padding-top:5px;
	font-size:0.8em;

}
#contentFooter a {
	text-decoration:none;
	color:#000000;
}

#contentFooter a:hover {
	text-decoration:underline;
}

#footer {
	width:745px;
	margin:-1em auto 0;
	text-align:right;
}

#footer a {
	text-decoration:none;
	color:#000000;
}

#footer a:hover{
	text-decoration:underline;
	}
.bookNow a {
	font-size:3em;
	text-decoration:none;
	color:#0033FF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}

.bookNow a:hover {
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	}
	
#articles {font-size:11px;}
#articles .article {width:140px; padding:4px; text-align:justify; float:left; margin:3px 3px;}
#articles .article a {display:block; text-decoration:underline; color:#00F;}

.iMiddle {display:block; margin:10px auto; 