.bodystyle {background-color: black;
          text-align: left; 
          margin: 0px;
            }

.left { width: 300px; 
				height: 540px; 
				background-color: #000; 
				float: left;
				}
				
.right {width: 580px; 
				height: 523px; 
				background-color: #000; 
				float: left;
				}


.logo { width: 560px; 
      height: 25px; 
      float: right;
      margin: 0px;
      padding: 0px;
      }

ul.mainmenu { width: 200px;
            padding-left: 0px;
              cursor: default;
            margin-left: 200px;
            margin-top: 100px;
	          color: white;
  	        text-align: left;
    	      }
ul.mainmenu li {list-style-type: none;
              margin: 10px;
                position: relative;
              font-family: Arial;
	            font-size: 25px;
  	          font-weight: bold;
  	          color: #009ee0;
    	        }
a { text-decoration: none; color: #FFF; }
a:hover { color: #CCC;}

a img {border: 0px;}

.box1 { 
        width: 888px; 
        height: 548px; 
        text-align: left; 
        margin: 0px; 
        border: 0px; 
        border-bottom: 1px solid black; //#009ee0; 
        padding: 0px; 
        float: left;
        }
