table td{
background-color:#FFFFFF
}
.container {
margin:auto;
width:800px;
}

.head {
height:150px;
}
.topbar{
background-image:url(/images/blue-bkg-75.png);
background-repeat:repeat;
height:40px
}

.menu{
background-image:url(/images/green-bkg-75.png);
background-repeat:repeat;
width:200px;
float:left;
}
.menu ul{
padding-left:20px;
}
.menu{
list-style:square;
}
/*.menu ul li ul{
padding-left:20px;
}*/
.submenu {
padding-left:25px;
list-style:none;
}
a.MnuLink {
	color:#CCC;
	text-decoration: none; font-weight:bold;}
a.MnuLink:hover {
	color:#009900;
	text-decoration: underline;}


.content{
background-image:url(/images/white-bkg-85.png);
background-repeat:repeat;
width:600px;
float:left;
}


.footer{
background-image:url(/images/grey-bkg-75.png);
background-repeat:repeat;
padding:5px;
width:590px;
float:right;
}

.footer-left{
float:left; width:295px; text-align:left;
}
.footer-right{
float:right;width:295px; text-align:right;}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
A.PageLink { 
	color:#006600; 
	text-decoration: none; font-weight:bold;}
A.PageLink:hover {	
	color: #009900;
	text-decoration: none;}
.GreenTitle {
	color:#006600; 
	text-decoration: none; font-weight:bold;}
A.NavLink { 
	color:#006600; 
	text-decoration: none;}
A.NavLink:hover {	
	color: #009900;
	text-decoration: none;}
.NavLink {
	color:#006600; 
	text-decoration: none;}


.PlayingCard {
	border:1px solid #000000;}

.BorderBottom {
 	border-bottom:1px solid #999999;}
.BorderBottom2 {
 	border-bottom:2px solid #999999;}
