body
{
	background-color: #FE3B3B;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	margin-bottom: 4px;
	text-align: center;
	text-decoration: underline;
}
h3
{
	margin-top: 30px;
	text-align:center;
    border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-top: 10px solid white;
	padding: 10px;
	width: 776px;
	margin: auto;
}
#layout
{
	margin-top: 30px;
	width:100%;
	background-color: black;
	color: white;

}
#vid
{
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#title
{
	width: 800px;
	margin: auto;
	font-size: 100px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	background-color: black;
}

#title2
{
	width: 800px;
	margin: auto;
	font-size: 25px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 10px;
	text-decoration: bold;
	background-color: black;
}

#subtitle
{
	width: 776px;
	margin: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	background-color: #FE3B3B;
	color: black;
}
#pic
{
	height: 400px;
	background-image: url("movie-theater.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#strengths
{
	padding: 50px;
	line-height: 200%;
}
#costs
{
	padding: 50px;
}
#withintable
{
	border: 2px solid white;
}
li
{
	margin-bottom: 40px;
}
th
{
	font-size: 35px;
	width: 33%;
}
p.redtext
{
	color: #FE3B3B;
}

a
{
	text-decoration: none;
	color: white;
}

table, th, td
{
	border-collapse: collapse;
	border: 1px solid black;
}

p
{
	margin-bottom: 0px;
	margin-top: 0px;
}