﻿body {
	margin: 0px; 
	padding: 0px;
	background: #333333;
	text-align: justify;
	font-size: .9em;
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif; 
 	background-color: #d2d3d5;  
}

#wrapper
{
  margin:auto;
  width:1000px;
  border:solid 0px orange;
}


#header
{
    width:1000px;
    height:128px;
    margin-bottom:20px;
}

#contentContainer
{   
    width:1000px;
    height:899;
    background-image:url(http://www.tms.org/pgm/images/BottomGraphic.png);
    background-repeat:no-repeat;
    border:solid 0px red;
 }   
 
#boxleft
{
    float:left;
    height:439px;
    width:450px;
    border:solid 0px blue;
    margin-left:80px;
    margin-right:80px;
}



#boxright
{
    float:left;
    height:439px;
    width:300px;
    border:solid 0px green;
}