body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #e2deaf;
	text-align:left;
}
a {color:#0099ff;}
a:hover {color:#000;}

#movieswrap {
width:100%;
background:#fff;
overflow:hidden;
}

#hold {
width:600px;
float:left;
overflow:hidden; /* Float Containment for modern browsers*/
border-right: 1px solid #CCC;
}

h1 {
	font-size: 3.5em;
	font-weight: normal;
	margin: 0px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 34px;
	font-weight: normal;
	margin: 0 0 10px 15px;
	color:#666;
	border-bottom: 1px solid #CCC;
}
h2 strong {
	color: #FF4444;
}
form {
	margin: 0px 0px 30px 12px;
}
h3 {
	font-size: 0.9em;
	margin: 0px 0px 8px 15px;
	color:#666;
}
h3 label {
	cursor: pointer;
}
.normal {
	font-weight: normal !important;
}
.input {
	font-size: 1.2em;
	color: #444444;
	background-color: #EEEEEE;
	width: 305px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}
.button {
	background:#0099ff;
	margin: 0px 0px 0px 4px;
	padding: 6px;
	font-weight:bold;
	color:#ffffff;
	cursor: pointer;
}

#asides {
	width:300px; 
	float:left;
	margin-left:15px;
}

#asides img {
	padding-bottom:5px;
}

.footer {
	background:#333;
}

p.copyright {
	text-align:center;
}
