/* CSS Common Styles Document */
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif, Cambria;
	font-size:80%;  /*-- Enables font size scaling in MSIE  --*/
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	line-height:normal;
	background:#0C5685 url(../images/blue_bg.jpg) repeat-x;
}
html > body {
	font-size:9.5pt;
}
html {
	min-height: 100%;
	height:auto;	
}
#top {		/*-- Nomensa Method to hide the content --*/
	position:absolute;
	left:-999em;
	width:990em;
}
form,table,p,h1,h2,h3,h4,h5,h6,ul,li,div,dl {
	margin:0;
	padding:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
	vertical-align:top;
}
input , select {
	vertical-align:middle;
	}
.clsFloatLeft, .left {
	float:left;
}
.clsFloatRight, .right {
	float:right;
}
/* end of common */
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of clearfix */

/* container */
#container {
	width:1006px;
	margin:0 auto;
	text-align:left;
	}
/* container */

.gamerit{
background:url(../images/brdr_r.jpg) repeat-y;
}
.gametps{
background:url(../images/brdr_t.jpg) repeat-x;
}
.gamebtms{
background:url(../images/brdr_b.jpg) repeat-x;
}
.gamelfts{
background:url(../images/brdr_l.jpg) repeat-y;
}