* {
	margin:0px;
	padding:0px;
}
html {
	width:100%;
	height:100%;
}
body {
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
	background-position: left top;
	width:100%;
	height:100%;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 62.5%;
	color: #000;
}
a {
	text-decoration: none;
}
#containerTbl {
	height: 100%;
	width: 100%;
	table-layout: fixed;

}
.leftBg {
	background-image: url(../images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.rightBg {
	background-image: url(../images/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.contentArea {
	width: 980px;
	background-color: #FFFFFF;
}
#topLinks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navigation {
	margin-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/bg-navigation.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 77px;
}
#konamiLogo {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#navButtons {
	width: 336px;
	float: right;
	margin-right:10px;
	}
#subLatestGames {
	background-color: #D0D0D0;
	position: absolute;
	visibility: hidden;
	min-width:107px;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}
#subLatestGames p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#subLatestGames a {
	font-size: 1em;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	color: #4D4D4D;
}
.footerArea {
	background-color: #FFFFFF;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footerLinks {
	line-height:45px;
	padding-left: 20px;
	font-size: 0.9em;
	color: #666666;
}
#footerLinks a {
	text-decoration: none;
	color: #666666;
}
#footerLinks a:hover {
	color: #333333;
}
.fl {
	float: left;
}
.fr {
	float:right;
}
#pageContent {
	margin: 15px;
	color: #666666;
}
#pageContent h1 {
	font-size: 1.2em;
	background-image: url(../images/lbox_title_big_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 21px;
	padding-left: 5px;
	color: #990000;
	font-weight: bold;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#pageContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4em;
	text-align: justify;
}
#pageContent p {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 45px;
	margin-bottom: 1em;
	text-align: justify;
}
#pageContent a {
	color: #990000;
}
#pageContent ol, #pageContent ul {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-left: 25px;
	margin-right: 25px;
}
#pageContent blockquote {
	padding-right: 25px;
	padding-left: 25px;
}
#mediaPlayer {
	border: 1px solid #F8F8F8;
}
#mainContent {
	padding: 15px;
	width: 56%;
}
#mainContent2 {
	margin: 15px;
}
#gameArchiveTbl {
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 3px double #CCCCCC;
	font-size: 99%;
}
#gameArchiveTbl h2 {
	font-size: 120%;
	color: #333333;
}
#gameArchiveTbl .cell {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#gameArchiveTbl .cell2 {
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #A80001;
}
#rightContent, #rightContent2 {
	padding: 15px;
	width:36%;
}
#rightContent2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#redBar {
	height: 4px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/box_header_red.gif);
}
#pageQuote {
	color: #660000;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	padding: 8px;
}
#pageQuote b {
	font-size: 110%;
}
#contactFormTbl {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #A80102;
	border-collapse:collapse;
}
#contactFormTbl td {
	padding: 2px;
	border: 1px solid #999999;
}
#contactFormTbl #Name, #contactFormTbl #email, #contactFormTbl #Message {
	font-family: arial, helvetica, verdana, sans-serif;
	width: 250px;
	padding: 2px;
	color: #333333;
	font-size: 10px;
	border: 0px none #FFFFFF;
	background-color: #EFE6E6;
}
#contactFormTbl #Send {
	color: #333333;
	font-size: 1em;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #E6E6E6;
}
.linksBox{
	border: 1px solid #CCCCCC;
}
.linksBox:hover{
	border-color:#990000;
}
#pageContent #mainContent2 .linksBoxText {
	line-height: 1.6em;
	font-size: 1.2em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

