body{
	background-color: #b3a2c7;
	font-family: "Georgia";
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #403152;
}

li{
	float:left;
}
#link1, #link2, #link3{
	color: white;
	display: block;
	text-align: center;
	padding: 10px 40px;
	padding-top: 60px;
	text-decoration: none;
}
li a:hover{
	background-color: #b3a2c7;
}

h1{
	color: white;
	text-decoration: none;
}

#Special1, #Special2, #Special3{
	background-color: orange;
	border: 20px solid #403152;
	min-height: 5em;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 10px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px white;
}

.MoviePosters img{
	display: block;
	float: left;
	height: 300px;
	width: 200px;
	padding: 5px;

}
.clear{
	clear: both;
	height: 0;
	width: 0;
	font-size: 1px;
	line-height: 0;
}
#MovieTimes{

	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffff99; 
	border: 10px solid #ffff99;
	border-radius: 5px;
	width: 300px;
	padding: 10px 10px; 
	color: #403152;
	font-weight: bold;
	text-decoration: none;
}

#MemLogin, #signup, #contactus, #mission, #vision, #history, #location{
	text-align: center;
	text-shadow: 2px 2px orange;
}
form{
	display: block;
}
#uname, #pword, #firstname, #lastname, #phonenumber, #emailaddress{

	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffff99; 
	border: 5px solid #ffff99;
	border-radius: 5px;
	width: 300px;
	padding: 5px 5px; 
	color: #403152;
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
}
#username, #password, #fname, #lname, #phonenum, #emailaddy{
	width: 250px;
	padding: 5px 5px;
	margin-bottom: 20px;
	border: 5px solid #403152;
}

#submit{
	display: inline-block;
	margin-top: 10px;
	font-size: 1.5em;
	background-color: orange;

}
.grouprun{
	
	width: 100%;
	
	opacity: 0.5;
}
p, h2{
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;
}
#twitter, #facebook{
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px black;
}


