
/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0px;
 background: #c0c0c0;
 color: #333333;
 display: block; 

 }
 
 /*--Outside Container--*/
.css-0 {
	margin: 0 auto;
	border: 2px solid #000000;
	height: 623px;
	position: relative;
	width: 680px;
}
 
#Left_Column{
 border: 1px solid #000000;
 background-image: url('Images/ICM_Background_01.jpg');
 height: 621px;
 width: 678px;
 }
 
 #Paragraph_01 {
  border: 0px solid #000000;
  font-family: Arial,Helvetica,Univers,Zurich BT;
  font-size: .95em;
  padding: 10px;
  text-align: center;
  padding-top: 250px;	
 }
