
#banner
{
 width: 1200px;
 text-align: Center;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}

#menu
{
 width: 1200px;
 padding: 0px 210px 0px 210px;
 text-align: left;
 box-sizing: border-box
 
}

 #left-column
{
 width: 200px;
 font-size: 20px;
 padding: 10px;
 box-sizing: border-box
}

 #right-column
{
 width: 200px;
 border: solid 1px rgb(0, 0, 0);
 font-size: 20px;
 padding: 10px;
 background: rgb(255 250 240);
 background-image: url("images/matrix.gif");
 box-sizing: border-box
}

 #right-column2
{
 width: 200px;
 font-size: 20px;
 padding: 10px;
 box-sizing: border-box
}

#main-column
{
 width: 800px;
 border: Solid 1px rgb(0,0,0);
 font-size: 20px;
 padding: 10px;
 background: rgb(255 250 240);
 background-image: url("images/pattern 289T.png");
 min-height: 565.39px;
 box-sizing: border-box
}

#menu, #left-column, #main-column, #right-column, #right-column2
{
 float: left;
}

#footer
{
 position: bottom;
 bottom: 0;
 clear: both;
 width: 1200px;
 border: none;
 text-align: center;
 font-family: 'courier new', serif;
 padding-top: 0.1em;
 padding-bottom: 0.1em;
}

#page-wrap
{
 width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

body 
{
	line-height: .85;
	background-image: url(images/graphpaper3.png);
	text-align: center;
}

span 
{
   text-align: center;
}