body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #222233;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:10px;
	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: #939393;
}

.medium {
background-color: #444455;
}

h1 {
	margin: 0px;
	margin-top: 10px;
	color: #E7DCBF;
}

h2 {
	color: #E5E5E5;
	margin: 0px;
}
h3 {
	color: #E7DCBF;
	margin: 0px;
}
h4 {
	color: #CCCCCC;
	margin: 0px ;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px ;
	margin-bottom: 5px;
}

p.justify{text-align:justify}

a  	{color:#939393;}

A:hover { color: #FFFFFF ;
    text-decoration: underline}
	
.plain{
    text-decoration: none
 }
.quote{text-indent:20px;
font-style:italic;
}

ul.bullets {
	list-style-type:none;
	margin: 5px;
	padding:0 0 10px 15px;
	list-style-image: url(pics/arrow_right.gif);
	text-align:left;
}
li {
	margin: 5px;
}


.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: rgba(1, 1, 0, 0.4) 0px 10px 20px;
	border-radius:20px;
	overflow:hidden;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	text-align: left;
} 
.twoColFixLtHdr #header a, a:hover {
}

.twoColFixLtHdr #menu {
	background-color: #222222;
	height: 24px;
	padding: 0 0px 0 0px;
	border-radius:20px 20px 0 0;
	border-bottom:1px #E7DCBF solid;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
height: 400px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0px 0 0px; /* the left margin on this div element creates the column down the left 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: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #333344;
	background-image:url(pics/decoration/background.jpg)
} 

.innerContent{
	padding: 10px; 
}

.twoColFixLtHdr #filmStrip { 
	margin: 0 0 10px 0px;
	padding: 0 0px; 
	width: 760px;
	height: 540px;
	overflow:auto;
} 

#floatingimage{
	float:right;
}

#leftcol{
	width:300px;
	height:425px;	
}


.twoColFixLtHdr #footer {
	height: 20px;
	width: auto;
	padding:10px;
	background-color:#2A2A3A;
	background-image:url(pics/decoration/background.jpg);
	border-radius:0px 0px 20px 20px;
	overflow:hidden;
} 

.twoColFixLtHdr #footerleft { 
	position:relative;
	float:left;
	width:200px;
} 
.twoColFixLtHdr #footerright {
	float:right;
	width:200px;
	left:680px;
} 

.twoColFixLtHdr #footer p {
	color: #6666DD;
	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 */
}
.twoColFixLtHdr #footer a {
	color: #6666DD;
	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 */
}
.twoColFixLtHdr #footerright a {
	color: #6666DD;
	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: 0px;
    line-height: 0px;
}.twoColFixLtHdr #container #sidebar1 {
	background-color: #FF3333;
}

