body
{
    /*width: 101em;
    max-width: 100%;*/
    font-size:medium;
    background-color: White;
    color: Black;
    font-family: Arial;
    }
#logo
{
       border: 0px;
       float: left;
       width: 15%;
       text-align: center;
    }
#branding
{
    float: right;
    border-bottom: 2px solid green;
    width: 100%;
    text-align: center;
}
#addleft
{
color: green;
}
#addright
{
color: red;
}
#referee
{
color: blue;
text-align: right;
}

#wrapper 
{   
    /*border: 2px dashed yellow;*/
    width: 100%;
	height: 100%;
    text-align: left;
}


#mainNav 
{ 
    float:left;
    margin-top:0;
    /*margin-left: -190px;*/
    height: 440px;
    width: 15%;
    text-align:center;
    font-size:medium; 
    border-right:2px solid green ;
}
#content 
{
    margin-top:0;
    float:right;
   /* border:2px dashed blue;*/
    width:84%;
    height: 440px;font-size:medium;
    text-align: left;
}
#picture
{
float: right;
height: 400px;
}

#footer
	{
    	float: right;
    	width: 85%;
    	text-align: center;
    	font-size: 0.75em;
    	}
    
