/* CONTAINERS ----------------------------------------------------------------*/


#wrapper {
	width: 720px;
	margin: 0px auto;
	margin-top: 30px;
	background: black;
}

br.clear {
	clear: both; 
}  /* Expands main wrapper */

br.break {
	margin-top: 15px;
}


#movienav {
	background: black;
	margin: 0px;

	
}
	
	
#nav {
	background: black;
	margin: 0px;
	
}



#main {
	width: 100%;
	Height: 405px;
	background: white;
	border: 0px solid #CCCCCC;
}


#left {
	width: 418px;
	background: white;
	float: left;
	padding: 5px;
	padding-left: 10px;
}

#right {
	width: 277px;
	background: white;
	float: right;
	padding: 5px;
}

#textbox1 {
	Overflow: Scroll;
	width: 100%;
	Height: 340px;
}

body {
	background-color: black;
}


/* TEXT STYLES ---------------------------------------------------------------*/


p {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	font-weight: normal;
	letter-spacing: .5px;
	line-height: 120%;
	padding: 0px 15px 0px 10px;
}

h1 {
	font-size: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	font-weight: bold;
}

h2 {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	font-weight: bold;
	border-bottom: 1px dotted black;
	padding-top: 20px;
}

h3 {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: white; 
	margin-bottom: 5;
	border-bottom: 1px dotted gray;
	text-align: right;
}

.foot {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



/* LISTS ---------------------------------------------------------------------*/


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
	text-align: right;
}

li {
	list-style-type: none;
	display: inline;
	color: #CCC;
}

#movienav ul {
	
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
	text-align: right;
}

#movienav li {
	list-style-type: none;
	display: inline;
	color: #CCC;
	}



/* LINKS ---------------------------------------------------------------------*/
ul a {
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul a:hover {
	color: #900;
}

#movienav ul a {
	text-decoration: none;
	color: yellow;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#movienav ul a:hover {
	color: #900;
}

#main a {
	text-decoration: underline;
	color:green;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main a:hover {
	color: red;
}

.foot a {
	text-decoration: none;
	color: #CCCCCC;
	
}

.foot a:hover {
	color: #900;
}
	

/* IMAGES --------------------------------------------------------------------*/

.picture1 {
	float: right;
	padding-top: 0px;
}

.cutout {
	float: right;
	padding-top: 64px;
	padding-left: 0px;
}

.title {
	padding-top: 10px;
	padding-bottom: 10px;
}



















