* html {
	margin: 0;
	padding: 0;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	font-size:12px;
	background: #bacecf url(../images/bkgBody.jpg) no-repeat center top;
	text-align:center;
}
div#container {
	width:1024px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
img {
	padding:0;
	margin:0;
	display:block;
	border:0;
}
div.clearfloats {
	clear:both;
	margin:0;
	padding:0;
	height:0;
}
div#logo {
	top:62px;
	left:37px;
	position:absolute;
	z-index:2;
}
div#tagline {
	top:130px;
	left:240px;
	position:absolute;
	z-index:2;
}
/* Global Navigation Top begins here ------------------------ */ 
div#globalNav {
	top:50px;
	right:30px;
	position:absolute;
	z-index:5;
}
#globalNav ul li {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	display:inline;
}
#globalNav a {
	font-size:10px;
	font-weight:bold;
	color:#e25225;
	display:block;
	margin:0 15px;
	text-decoration:none;
}
#globalNav a:hover {
	color:#333333;
}
/* Main Navigation Top begins here ------------------------ */ 
div#mainNav {
	top:84px;
	right:20px;
	position:absolute;
	z-index:5;
}
#mainNav ul li {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	display:inline;
}
#mainNav a {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	display:block;
	margin:0 15px;
	text-decoration:none;
}
#mainNav a:hover {
	color:#e25225;
}
/* Content begins here ------------------------------------------------------------ */ 		
	
div#contentContainer {
	width:1024px;
	padding:200px 0 0 0;
	position:relative;
}
/* Left Content begins here ------------------------ */ 		
div#movie {
	width:567px;
	margin:0 35px 0 0;
	padding:0;
	float:left;
	position:relative;
	text-align:center;
}
#movie a {
	color:#c6481f;
	text-decoration: none;
}
#movie a:hover {
	text-decoration: underline;
}
/* Right Content begins here ------------------------ */ 		
div#content {
	width:375px;
	margin:90px 0 0 0;
	padding:0;
	background-color:none;
	float:left;
	position:relative;
}
#content h1, #content p {
	font-size:15px;
	font-weight:bold;
	margin:0;
	line-height:22px;
}
#content h1 {
	color:#e25225;
	text-transform:uppercase;
}
/* Footer ------------------------ */ 						
div#footer {
	width:1024px;
	padding:150px 0 0 0;
	clear:both;
	position:relative;
}
#footer ul {
	position:absolute;
	left:20%;
}
#footer ul li {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	display:inline;
}
#footer a {
	font-size:10px;
	font-weight:bold;
	color:#333333;
	display:block;
	margin:10px;
	text-decoration:none;
}
#footer a:hover {
	color:#e25225;
}
