@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/blk.jpg) repeat; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin: 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: #000;
	margin-right: auto;
	margin-left: auto;
	}
.twoColFixRtHdr #container {
	wid    th: 911px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background: url(../images/Chrome.jpg);
	width: 911px;
} 
.twoColFixRtHdr #header {
	height: 535px;
	width: 911px;
	background: url(../images/Flash.jpg) no-repeat left bottom;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 302px;
	background: url(../images/Main-11.jpg) no-repeat;
	height: 462px;
}
.twoColFixRtHdr #mainContent {
	width: 609px;
	height: 462px;
	float: left;
	background: url(../images/Main.jpg) no-repeat;
} 
.twoColFixRtHdr #footer {
	height: 54px;
	clear: both;
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
#header h1 img {
	padding: 0px;
	margin: 0px;
}
#mainContent h1 {
	padding-left: 45px;
	padding-top: 0px;
	margin-top: 5px;
}
#mainContent p {
	padding-right: 35px;
	padding-left: 45px;
}
#sidebar1 h3 {
	padding-left: 15px;
	margin-top: 8px;
}
#sidebar1 p {
	padding-right: 40px;
	padding-left: 15px;
}
#mainContent p a {
	text-decoration: none;
	color: #009;
}
.twoColFixRtHdr #container #footer p a {
	text-decoration: none;
	color: #656565;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 700px;
	display: block;
	padding-top: 40px;
	padding-bottom: 0px;
}
a:link,a:visited {
	text-decoration:none;
	color:#000
}
a:hover, a:active {
	color: #F00;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
}
