@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.SEG #container {
	padding: 0px 15px;
	width: 975px; 
	background: #d8d0c7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.SEG #header { 
	height: 153px;
	padding: 0 15px 0 15px;
	background: #fff;
	margin-top: 15px;
}
.SEG #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-size: 2em;
}

.SEG #homeContent{
	height: 465px;
	background: #d8d0c7;
	padding-left: 0px;
	margin-top: 17px;

}

.SEG #homeContent .Head{
	color: #bf311a;	
	font-size: 1.8em;
	font-weight: normal;
	vertical-align: top;
}

.SEG #mainContent h1, .SEG #mainContentShort h1{
	color: #bf311a;	
	font-size: 2em;
	line-height: 2em;
}

h2 img{
	float: right;
	margin: 25px 0 30px 40px;
}

p img{
	float: left;
	margin: 10px 30px 30px 0px;
	
}

h2{
	padding-top: 20px;
	font-size: 1.5em;
	line-height: 1%;
}

h3{
font-weight:bold;
	font-size: 1.2em;
	line-height: 1.2em;
}

.floatR{
	float:right;
	margin:0px;
	padding:0px;
}

img.logo {
	width:229px;
	margin:0px;
	padding:0px;
	border:0px;
}

p {
	font-size: 90%;
}

li{
	font-size: 90%;
	list-style-position: inside;
	padding-left: 30px;
}

.SEG #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d8d0c7;
	min-height: 300px;
	padding-bottom: 20px;
}

.SEG #mainContentShort{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d8d0c7;
	padding-bottom: 20px;
}

.SEG #mainContent p a, .SEG #mainContentShort p a, .SEG #homeContent p a, h2 a {
	color: #BF311A;
	text-decoration: none;
	border-bottom: 1px dashed #BF311A;
}

.SEG #mainContent p a:hover, .SEG #mainContentShort p a:hover, .SEG #homeContent p a:hover, h2 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.SEG #mainContent a img{
	text-decoration: none;
	border-bottom: 0px;
}

.SEG #homeContent td a{
	text-decoration: none;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
}

.SEG #homeContent td a:hover{
	text-decoration: none;
	border-bottom: 0px;
}

.SEG #footer {
	font-size: 75%;
	padding: 8px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d8d0c7;
	color: #868384;
	margin: 30px 0px 0px 0px;
}
.SEG #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.SEG #footer a{
	color: #868384;
	text-decoration: none;
}

#MovieCol{
	float: left;
	width: 510px;
}

#RightColRSS{
	float: right;
	margin-right: 0px;
	width: 400px;
	margin-bottom: 30px;
}

#RightColRSS div#rssincl-box-102432 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a{
	text-decoration:none;
	padding-top: 10px;
}

#RightColRSS.rssincl-itemdesc{
	padding: 0px 0px 20px 0px;
}

.clear{
	clear:both;
}
