@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #000000;
	background-image: url(back23.PNG);
	background-repeat: repeat;
	background-attachment: inherit;
	background-position: center;
}
.thrColFixHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3F0000;
	background-image: url(ps3.PNG);
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 px;  /* 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. */
	height: 77px;
	background-image: url(ps3background1.png);
	color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	font-size:15px;

}
.thrColFixHdr #header a:link {
	font-size:10px;
color: white;
}
.thrColFixHdr #header a:visited {
	font-size:10px;

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-image: url(ps3backgrounds1.PNG);
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-right-width: thin;
	border-color: #000000;
	
}
.thrColFixHdr #sidebar1 a:link {
	color: #ff8b00;
	font-size:10px;
	}

.thrColFixHdr #sidebar1 h1 {
	
	font-size:16px;
	}	
.thrColFixHdr #sidebar1 a:link:hover {
	color: #8692a5;
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 2px 15px 2px;
	background-color: #000000;
	background-image: url(ps3backgroundside.PNG);
	background-repeat: repeat-x;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
}
.thrColFixHdr #sidebar1 a:link:hover {
	color: #8692a5;
	}
.thrColFixHdr #playstation3cheatscodes {
	width: 160px; /* 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 */
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	
	
}
.thrColFixHdr #ps3cheatstop {
	width: 160px; /* 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 */
	padding: 0px 0px 0px 0px;
	}
.thrColFixHdr #ps3cheatsmiddle {
	width: 162px; /* 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 */
	padding: 0px 0px 4px 0px;
	background-color: #000000;
	background-image: url(ps3background.png);
	background-repeat: repeat-x;
	}
	
.thrColFixHdr #mainContent {
	padding: 15px 0px 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
	color: #CCCCCC;
	font-size:14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: 5px 165px 5px 165px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-top-width: medium;
	border-color: #000000;
} 

.thrColFixHdr #mainContent8 {
	padding: 0px 0px 15px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	color: #CCCCCC;
	font-size:14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: 5px 0px 5px 0px;
	
}
.thrColFixHdr #mainContent p {
font-size:14px;
}
.thrColFixHdr #mainContent a:link {
	color: #FFFFCC;
	font-size:14px;
	text-decoration: none;
	}
	.thrColFixHdr #mainContent a:hover {
	color: red;
	font-size:14px;
	text-decoration: none;
	}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(ps3background.png);
	font-size: 9px;
} 
.thrColFixHdr #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 */
	background-image: url(ps3background.png);
	background-color: #FFFFFF;
}
.thrColFixHdr #footer a:link {
	color: #ff8b00;
	font-size:10px;
	}
.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;
}
