



a { text-decoration: none; color:#000000; font-size: 12pt; }

a1 { text-decoration: none; color:#996666  }


body
{
	background-color: #FFFFFF;
	font-family: 'veranda';
}

h1
{
	font-family: 'veranda';
	font-size: 12px;
	color: #666633;
	
}



<style type="text/css">


</style>

#container
{
	position: relative;
	width: 880px;
	height: auto;
	text-align: left;
	padding: 20px;
	overflow: hidden;
}

#header
{

	width: 800px;
	height: 140px;

}

#footer
{
	float: left;
	width: auto;
	height: 140px;

}

#display { 
	

	background-color: #99cc99; 
    float: left;
	width: 660px;
	height: 480px;
	font-family: arial black;
	text-align: left;
	overflow-v: auto;
	overflow-x: hidden;
}

#inner{

	height: 480px;
	width: 200px;
	float: left;
}



#images { 
	

	background-image: url("http://www.playingthrough.info/images/bg.jpg"); 
    float: left;
	width: 660px;
	height: 480px;
	font-family: arial black;
	text-align: center;
	overflow-v: auto;
	overflow-x: hidden;
}

#nav
{
   float: left;
   width: 140px;
   height: 480px;
   margin: 0;
   padding: 0;
}

#column
{
	width: 40;
	height: 480;
	float: left;
	
}




