body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #888888;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
	text-decoration: none;
}

#menutop
{
	width: 200px;
	height: 150px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	background-color: #555;
	width: *px;
	margin-left: 200px;
	padding: 20px;
	border:1px solid #909090;
	color:#2a2a2a;
}

#menu 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: #555;

}


#menu h3
{
	color: #888;
	padding: 3px 15px;
	background-color: #444;
	font-family: arial;
	letter-spacing: 1px;
	font-size: 150%;
	text-align: left;
}

#content 
{
	margin: 50px;
	padding: 20px;
	margin-left: 230px;
      	margin-top: 0px;
	margin-bottom: 30px;
	width: 64%;
	text-align: bottom;
}

#content h2
{
	width: *px;
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 6px;
	font-size: 200%;
	text-align: left;
}

#end_text 
{
	margin: 0px;
	padding: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 700px;
}

.normal_table {
	border-width: 1px;
	border: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color:#888888;

}

.white_table {
	background-color:#FFFFFF;
	font-size: 100%;
}

.text_table {
	border: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	line-height: 200%;	
}

.underpart { 
	background: url(http://www.learning-holdem.com/pictures/undermenu.gif) no-repeat; 
	vertical-align: top; 
	color: #e5e5e5; 
}

.underpart CENTER { 
	padding: 5px 0 0 0; 
	color: black; 
	font-size: 10px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	text-decoration: none; } 

.underpart a { 
	text-decoration: none; 
	color: #224f84; 
}

.nowrap { white-space: nowrap; }

