/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#outer{
	width: 950px;
	text-align: left;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right: 5px solid #404040;
	border-bottom: 5px solid #404040;
	background-color: #000;
	margin: auto;
	overflow:auto;
}
	
#masthead{
	float: left;
	width: 945px;
	border: thin;
	background-color:#333;
	display: block;
}

div#masthead table tr td {
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

div#masthead table tr td.topleftalign a  {
	display: block;
	float: left;
}

div#masthead table tr td a  {
	display: block;
	float: right;
}

div#botnavbar{
	color:#FFF;
	background-color: #333;
	white-space: nowrap;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	float:left;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 2px;
	width: 950px;
}

div#leftnav {
	width: 210px;
	float: left;
	font-size: 10px;
	overflow: hidden;
}

#content{
	position: relative;
	display: block;
	background-color:#000;
	width: 715px;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
	float: left;
}

#topcardrooms {
}


div.sidebar {
	width: 220px;
	float: right;
	background-color:#CCCCCC;
	padding: 5px;
	margin: 10px;
	border: 1px;
	border-color:#660033;
	position: relative;
}

div.sidebar h1 {
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

div.general_footer {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	background-color:#FFFFCC;
	border: 1px;
	border-style: solid;
	border-color:#666666;
}

div.general_footer p {
	margin: 0;
	padding-left: 5px;
	line-height: 1.2;
}

div.card {
		position: relative;
		float: left;
		display: block;
		border: thin;
		height: 240px;
		width: 168px;
		padding: 5px;
}
#outer #content .centertext strong {
	font-size: 16px;
	color: #C33;
}
