/* CSS Document */

body {
	font-family: helvetica, sans-serif;
	
}

/* Divs
------------------------------------------------*/
#main {
	margin:0 auto;
	text-align:center;
	position:relative;
}


#lefttext {
	float:left;
	padding: 15px 15px;
	font-family: helvetica, sans-serif;
	text-align:center;
	size:50%;
	width: 380px;
}

#righttext {
	float:right;
	padding: 15px 15px;
	font-family: helvetica, sans-serif;
	text-align: center;
	width: 380px;
}

#text {
	padding:20 35px;
	font-family: helvetica, sans-serif;
	size:50%;
	text-align: center;
}

#text2 {
	padding:20 35px;
	font-family: helvetica, sans-serif;
	size:50%;
	text-align: left;
}

/* Links
----------------------------------------------- */
a:link {
  color:#333333;
  font-family: times, serif;
  text-decoration:none;
  padding:4px 0px;
  }

a:visited {
  color:#333333;
	text-decoration:none;`
  }

a:hover {
  color:#000000;
  text-decoration:underline;
  }

#thefilms a:link {
	color: #eff8f8;
	font-family: helvetica, sans-serif;
	font-size:120%;
	letter-spacing: 5px;
	font-weight: normal;
	text-decoration:none;
	font-style:bold;
}

#thefilms a:visited {
	color: #ffffff;
	font-family: helvetica, sans-serif;
	font-size:120%;
	letter-spacing: 5px;
	font-weight: normal;
	text-decoration:none;
}

#thefilms a:hover {
	color: #333333;
	font-family: helvetica, sans-serif;
	font-size:120%;
	letter-spacing: 5px;
	font-weight: normal;
	text-decoration:underline;
}

#linkstextleft a:link {
	color: #1D1A1A;
}

#linkstextleft a:visited {
	color:#333333;
}

#linkstextleft a:hover {
	color:#333333;
}





/*Fonts
----------------------------------------------*/

h1 {
	color: #666666;
	font-family: helvetica, sans-serif;
	size:10%;
	align:center;
	padding:15px 0px;

}






