body {background-image: url(../img/corporate_website_bg.gif);
      background-repeat:no-repeat;
	  background-color:#150100;
	  text-align:center;
	  margin: 0px 2px;	
}

#wrapper {float:right;
         width: 720px;
         margin: 0 auto;
		 text-align:left;				   
}


#logo {float:right;
width:195px;
height:860px;
margin:0px 0px;

background-color:#1b1209;
  }
		  
#logo img{


  }






#header {background-color:#a4d6f4;
         width: 700px;
		 height: 150px;
		   margin-top:0px;
		   margin-bottom:0px;
		   margin-left:0px;
		   margin-right:10px; 
		  float:right;
}
	

#footer {
         width: 700px;
		 height: 150px;
		  margin-top:0px;
		   margin-bottom:0px;
		   margin-left:0px;
		   margin-right:10px;
		 float:right;		
}

#content
  {
  float:right;
  width: 700px;
  height: 560px;
  margin-top:5px;
 margin-bottom:5px;
margin-left:0px;
 margin-right:10px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  }
#content p
  {
	margin: 10px 20px;
	line-height:13px;
	color: #3f2b23;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  }

 #nav
 {
 width: 700px;
 height:20px;
 margin: 5px 0px;
 }

#scroll
{ 
width: 685px; 
height: 485px;
overflow:auto;
margin: 20px 5px;
}
