


	#body_home {
		
		width: 773px;
		border-left: solid 1px #D2D1D1;
		border-right: solid 1px #D2D1D1;
		background: #fff url(../_images/homepage/body_background.gif) repeat-x; 
		
	}
	
	#main_image_home {
		width: 763px;
		border-bottom: solid 1px #fcfcfc; 
		height: 290px;
		background: url(../_images/homepage/image_background.gif) repeat-x; 
		float: left;
		padding-left: 10px;
	}	

		#main_image_1 {
			float: left;
			
		}
		
		#main_image_2 {
			float: left;
			margin-top: -231px;
		}
		
/* What's New */		
		
	#whats_new {
		float: left;
		width: 480px;
		padding: 10px 30px;
		margin: 16px 0 0 15px;
		
		/*border: solid 1px #bbbbbb;
		background-color: #fff;
		border-bottom: 0px;*/
		
		background: url(../_images/homepage/whats_new_bg.png) no-repeat -2px 0px; 
	}
			
	
	#whats_new_header {
		font: bold 13px Verdana;
		float: left;
		margin: -4px 0 0 -8px;
	}
	
	#whats_new span {
		margin: 0 0 16px 0;
		padding-left: 15px;
		background: url(/arts/_images/misc/bullet1.gif) no-repeat 0px 3px;
		line-height: 16px;
		
	}
	
	#whats_new p {
		margin: 6px 0 8px 0;
	}

		
/* Right Coloumn */

	#right_col_home {
		width: 170px;
		height: 300px;
		float: right;
		margin: -30px 0 0 0;
		padding: 25px 18px 0 23px;
		background: url(../_images/homepage/right_col_bg.png) no-repeat 0px 0px; 
		
	}
	
/* 2.0 Buttons	*/
	
	#buttons {
		width: 510px; 
		float: left; 
		margin:-58px 0 0 34px; 
		font: bold 11px verdana; 
		color: #f8f8f8;
		background: url(../_images/homepage/buttons_bg.png) no-repeat 0px 0px; 
		height: 43px;
		padding-top: 16px;
	}
	
	.button_icon {
		float: left; 
		width:35px;
	}
	
	.button_text {
		float: left; 
		padding-top:8px;
	}
	
	.button_spacer {
		float: left; 
		width:20px;
	}
	
	.button_text a:link {color: #f8f8f8; text-decoration: none;}
	.button_text a:visited {color: #f8f8f8; text-decoration: none;}
	.button_text a:hover {color: #f8f8f8; text-decoration: underline;}
	.button_text a:active {color: #f8f8f8; text-decoration: none;}
	
	
	
	.clear_div {
		clear: both;
		height: 20px;
	}
