BODY 
    {
    	margin:15px 5px 0 0;
    	background-color: #A6BF7D;
    	font-family:Arial, Helvetica, sans-serif;
    	font-size:10pt;
    }
    .container 
    {
    	margin:0 auto;
        width:717px;    
        position:relative;    
    }
    .top 
    {
    	margin:25px 0 0 0;
    }    
    .GrassHeader
    {
		background-image:url('../OBSCorp2010/Images/Grass.png');
		height:171px;
		width:717px;
	}
	.ManPuzzle
    {
		background-image:url('Images/ManPuzzle.png');
        background-repeat:no-repeat;
        position:absolute;
		width:237px;
		height:267px;
		left:400px;
		top:-18px;
   	}
    .Nav
    {
		width:711px;
		border-left:3px white solid;
		border-right:3px white solid;
		background-color:#006EB3;	
	}
	.NavMenu
	{
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		color:white;
		font-size:9pt;
		font-weight:bold;
			
	}
	.NavMenuItem
	{
		padding-right:5px;
	}
	.NavMenuItem td
	{
		padding-right:5px;
	}
	.ContentArea
	{
		width:711px;
		float:left;
		border-left:3px white solid;
		border-right:3px white solid;
		background-color:#E3E5DB;
	}
	.PuzzleBackground
	{
		background-image: url('Images/Puzzle.png');
		background-repeat: no-repeat;
		background-position:left bottom;
	}
	.roundBottom
	{
		width:697px;
		float:left;
		height:7px;
		background-color:#E3E5DB;
		border-bottom:3px white solid;	
	}
	.LeftCornerBottom
	{
		height:10px;
		width:10px;
		float:left;
		background-image:url('Images/CornerLeft.gif');
		background-repeat:no-repeat;
		background-position:left;
		background-color:#A6BF7D;	
	}
	.RightCornerBottom
	{
		height:10px;
		width:10px;
		float:right;
		background-image:url('Images/CornerRight.gif');
		background-repeat:no-repeat;
		background-position:Right;
		background-color:#A6BF7D;	
	}

	.Footer
	{
		clear:both;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		font-size:8pt;	
		background-color:#A6BF7D;
	}
	.Footer span
	{
		padding-right:10px
	}
	.sideNav
	{
		background-position: right 15px;
		width: 175px;
		float: left;
		padding: 10px;
		background-image: url('Images/DividerLine.jpg');
		background-repeat: no-repeat;
		height: 420px;
	}
	.Content
	{
		margin-left: 215px;
		padding-right: 20px;
		padding-top: 10px;
	}

