@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
body {
	height: 100%;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align:left;
}
		
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	/*Margin left and right set to auto center's our layout*/
	text-align: left; /*Resets the text alignment*/
}
		
#banner{
	width: 900px;
	height: 193px;
	margin: 0px;
	border: 0px;
}

#banner img{
	border: 0px;
}

#nav{
	width: 900px;
	height: 46px;
	margin: 0px;
	border: 0px;
}

#page{
	background:url(images/page.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 900px;
	height: 71px;
	margin: 0px;
	border: 0px;
}

#content{
	background:url(images/largbg.jpg);
	background-repeat: repeat;
	overflow: auto;
	position: relative;
	height: 600px;
	border: 0px;
}

#image{
	position: absolute;
	top: 70px;
	left: 550px
	border: 0px;
}

#text{
	position: absolute;
	top: 430px;
	left: 120px;
	width: 750px;
	height: 150px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}


#text2{
	position: absolute;
	top: 5px;
	left: 120px;
	width: 375px;
	height: 150px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#text3{
	position: absolute;
	top: 5px;
	left: 120px;
	width: 760px;
	height: 100%;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#header{
	position: absolute;
	top: 12px;
	left: 32px;
	width: 900px;
	height: 71px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
}

#movie{
	position: absolute;
	top: 10px;
	left: 180px;
}
	
h1 {color : #000;margin: 0px 0px 10px 0px;padding-bottom : 1px;font : normal 1.65em Verdana;}
h2 {color : #000;margin : 20px 0 10px;padding-bottom : 10px;font : normal 1.65em Verdana;}
h3 {color : #000;margin : 10px 0;padding-bottom : 10px;font : bold 1em Verdana;}

a:link {color : #1387c4;text-decoration:none;}
a:visited {color : #1387c4;text-decoration:none;}
a:hover {color : #000;text-decoration:none;}
a:active {color : #1387c4;text-decoration:none;}

#post{
	margin: 0px;
}