@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFF;
}
.twoColFixRtHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/web-design-bak.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	margin: 250px 0 0 0;
	text-align: left;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	color: #FFFFFF;
	display: block;
}

.twoColFixRtHdr #mainContent {
	margin: 500px 0 0 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: 0 0px 0 90px; 
	text-align: left;
} 
.twoColFixRtHdr  #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #AAAAAA;
	height: 30px;
	background-color: #333333;
	padding: 15px 0 0 0;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.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;
}
#posters {
	display: block;
	height: 150px;
	margin: 0 0 4px 0;
}
.posterIMG {
	display: block;
	float: left;
	width: 95px;
	margin-right: 10px;
	margin-left: 37px;
	padding-bottom: 4px;
}

.posterIMG2 {
	display: block;
	width: 95px;
	margin-right: 10px;
	margin-left: 0px;
	padding-bottom: 4px;
	float: left;
}
.titleIMG {
	display: block;
	padding-bottom: 6px;
}
.blockR10 {
	display: block;
	float: left;
	width: 224px;
	margin: 0 11px 0 0;
}
.block304 {
	display: block;
	float: left;
	width: 228px;
}
#title294 {
	text-align: left;
	display: block;
	width: 300px;
	border-bottom-width: 7px;
	border-bottom-style: dotted;
	border-bottom-color: #468BE8;
	margin: 2px 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: lowercase;
	color: #FFFFFF;
	font-weight: bold;
}
.spIndustry {
	font-size: x-small;
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin: 4px 0 2px 0;
	font-weight: 600;
}
.spClients {
	font-size: x-small;
	text-transform: capitalize;
	text-align: left;
	display: block;
}
#menu_HOME {
	margin: 0 auto;
	padding: 4px 0 10px 0;
	font-size: small;
	height: 20px;
	width: 260px;
}
#menu_HOME a:link {
	color: #FFFFFF;
}
#menu_HOME a:visited {
	color: #FFFFFF;
}
#menu_HOME a:hover {
	color: #468BE8;
}
#menu_HOME a:active {
	color: #FFFFFF;
}
#menu_HOME li {
	display: inline;
}
#menu_HOME ul {
	list-style: none;
	margin: 0 auto;
	padding: 3px 0 0 0;
}
#menu_HOME ul li a {
	float: left;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:14px;
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-image: url(images/top_menu.gif);
	background-repeat: no-repeat;
}
.finePrint {
	background:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #AAAAAA;
	text-align: center;
}
