@charset "utf-8";
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	width: 780px;
	background-color: #D1CAB1;
	border: 2px solid #000000;
}
#wrapper #header {
	height: 168px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E3A85;
}
#wrapper #contentcontainer {
	background-image: url(../images/nav-bkgrd.gif);
	background-repeat: repeat-y;
}
#wrapper #contentcontainer #navigation {
	float: left;
	width: 210px;
}
#wrapper #contentcontainer #content {
	margin-left: 240px;
	margin-right: 30px;
	margin-bottom: 12px;
}
#wrapper #contentcontainer #content #moviecontent {
	float: right;
	padding-left: 10px;
}

#wrapper #contentcontainer #content p {
	padding-top: 5px;
	padding-bottom: 10px;
}
#wrapper #contentcontainer #content ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 10px;
}
#wrapper #contentcontainer #content ul {
	margin-bottom: 10px;
}

#wrapper #contentcontainer #content ul li {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
}



#wrapper #contentcontainer #clearfloat {
	clear: both;
	margin-left: 215px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-right: 5px;
	font-size: 10px;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #contentcontainer #content h1 {
	color: #E61F1C;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
}
#wrapper #contentcontainer #content h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #0E3A85;
	padding-top: 5px;
	padding-bottom: 10px;
}

#centertable {
	margin: auto;
}
.lightborder {
	border: 1px solid #CDCCCA;
	margin: 5px;
}
#quotes {
	float: right;
	width: 160px;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	font-style: normal;
	padding: 7px;
	background-color: #F7F7F4;
	margin-bottom: 5px;
	margin-left: 5px;
}
.red {
	color: #E61F1C;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
#wrapper #contentcontainer #content h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #0E3A85;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.slideshowright {
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
