@charset "utf-8";
/* CSS Document */
body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bbbbbb;
	line-height: 120%;
	background-color: #000000;
	background-image: url(images/backgrnd2.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.twoColFixRtHdr #container {
	float: left;
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #000000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header.jpg);
	height: 195px;
	background-color: #000000;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #000000;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 0px 0px 0px;
}
.twoColFixRtHdr #sidebar1 p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	font-size: 12px;
	color: #0066CC;
	font-weight: normal;
}
.twoColFixRtHdr #showreelname {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #0066CC;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 250px 0px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 28px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent h1 {
	clear:left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	color: #3399FF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.twoColFixRtHdr #mainContent em {
	font-weight: normal;
	font-style: italic;
	/*background-color:#999999;*/
	font-size: 100%;
}
.twoColFixRtHdr #mainContent strong {
	font-weight: bold;
	font-style: normal;
	/*background-color:#999999;*/
	color: #FFFFFF;
	font-size: 100%;
}
.twoColFixRtHdr #mainContent ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent li {
	list-style: none;
	padding: 0px;/*margin-left: 30px;*/
	/*margin-top: 30px;*/
	/*height: 130px;*/
}
.twoColFixRtHdr #mainContent p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #news p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	clear:left;/*height: 100px;*/
	/*margin-left: 140px;*/
}

.twoColFixRtHdr #mainContent a:link {
	text-decoration: none;
	color: #555555;
	font-size: 10px;
	line-height: 20px;/*text-align: right;*/
}
.twoColFixRtHdr #mainContent a:visited {
	text-decoration: none;
	color: #555555;
	font-size:10px;
	line-height: 20px;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #0066CC;
	/*border-bottom-style: dotted;
	border-bottom-width:1px;*/
	line-height: 20px;
}
.twoColFixRtHdr #footer {
	margin: 20px 0px 0px 0px;
	padding: 2px 10px 5px 28px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
	color: #303030;
	background:#090909;
}
.twoColFixRtHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style:normal;
	color: #FFFFFF;
	/*background-color:#999999;*/
	font-size: 100%;
}
img.icon {
	float: left;
	margin-left: 0;
	margin-top: 2px;
	margin-right: 20px;
	padding-bottom: 20px;
	border: solid;
	border-width: 1px;
	border: #000000;
}
img.still {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 3px;
	padding-bottom: 3px;
	border: solid;
	border-width: 1px;
	border: #000000;
}

