
body{
	background-image:url(../images/home_page_bg.gif);
	background-repeat:repeat-x;
	background-color:#5b021e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#5b021e;
}

#wrap{
	width:980px;
	margin:150px auto 10px auto;
	background-color:#fef4d0;
	padding-bottom:20px;
	background-image:url(../images/home_page_content_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:455px;
	}
	
#logo_sidebar{
	display:none;
	}

#image_rotator{
	width:980px;
	height:280px;
	overflow:hidden;
	}

#menu_sidebar{
	display:none;
	}
	
#primary_content{
	width:288px;
	height:151px;
	background-image:url(../images/home_page_ardoise_bg.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	text-align:center;
	margin:10px auto;
	}
	
	
	#primary_content h3{
		text-align:left;
		color:#fff;
		font-size:110%;
		font-weight:bold;
		margin:10px;
		}
		
	#primary_content p{
		text-align:center;
		color:#fff;
		margin:5px;
		line-height:12px;
		font-size:82%;
		}
		
	#primary_content p b{
		color:#e95d0f;
		}