@import url("system.css");

	#headline { margin:0 0 55px 0; clear:both; }
	#content_left { width:415px; display:inline; float:left; margin: 0 10px 0 0; }
		#content_left #copy { padding:0 0 0px 0;  }
		#copy p { margin: 0 0 20px 0; color:#666; }
	#content_right { width:450px; float:right; margin:0; padding:0; }
		#content_right #big_image { padding: 0 0 10px 0; border-bottom:3px solid #000; }
		
		.arrows2 { width:60px; float:right; margin: 20px 0 0px 0; padding:0; }
		.arrows2 .arrow_item { display:inline; margin: 0 10px 0 0; padding:0; }
			.arrows2 .arrow_item a:hover { text-decoration: none; margin:0; background:none; }
		

/*--------------------
Module2 Styles 
--------------------*/
	#module2 { float:left; margin: 20px 0 0 0; }
		#module2 .item_about {  width:320px; margin: 0 0 20px 0; font-size:11px; line-height:20px;  }
		#module2 .item { float:left; width:150px; margin: 0 45px 0 0; font-size:11px; line-height:18px; }
		#module2 .item:last-child { margin: 0 0 0 0; } /* for FF */
		#module2 .item { margin: expression((this.parentNode.lastChild == this)? "0 0 0 0" : "0 45px 0 0"); } /* for IE */
			#module2 .item p { margin: 0 0 20px 0; padding:0; color:#666; }
			#module2 #calendar { }
			#module2  img { margin: 0 0 5px 0; }

