/* Start of CMSMS style sheet 'ar_layout' */
/* general for all pages */

#container {
	width: 855px;
	padding: 10px;
	margin:0% auto;
	background:#D0CDc8; 
	/*
	width: 855px;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	background-color: #d0cdc8;
	background-attachment: scroll;
	padding: 10px;
	clear: both;*/
}

#top {
	padding: 10px;
	margin:0;
	clear:both;
	height: 140px
}

#footer {
	clear: both;
	background-color: #d6d3cf;
	text-align:center;
	padding: 12px 0 14px 0;
	margin: 0;
}

/* all but index */

#leftcolumn {
	float: left;
	clear:left;
	margin: 0;
	padding: 10px;

}

#rightcolumn {
	float:right;
	padding: 20px 10px ;
}

/* black and/or white collections  */

#black #container div#leftcolumn, #white #container div#leftcolumn{
	width: 299px;
}

#black #container div#rightcolumn, #white #container div#rightcolumn {
	width: 475px;
	margin: 6px 0 0 0;
}

#black2010 #container div#leftcolumn, #white2010 #container div#leftcolumn{
	width: 825px;
}


#white div#container, #white2010 div#container {
	background: #D0CDc8 url(/images/logoblanc.gif) no-repeat right top;
}

#black div#container, #black2010 div#container  {

	background:#D0CDc8 url(/images/logonoir.gif) no-repeat right top;
}


/* index.php page specific */

#index div#leftcolumn {
	width: 415px;
	height: 350px;
	margin: 0;
	padding: 0;
	background: #D0CDc8 url(/images/noir.png) no-repeat;

}

#index div#rightcolumn {
	padding: 0px ;
	margin: 0;
	width: 435px;
	height:350px; 
	overflow:hidden;
	background: #D0CDc8 url(/images/blanc.png) no-repeat;
	float:left
}

#index #leftcolumn a, #index #leftcolumn a:hover, #index #leftcolumn a:visited
	{
	display: block;
	width: 415px;
	height: 350px;
	color: #D0CDc8
}
	
#index #rightcolumn a, #index #rightcolumn a:hover, #index #rightcolumn a:visited
	{
	display: block;
	width: 435px;
	height: 350px;
	color: #D0CDc8
}

#index div#news {
	clear: both;
	margin: 15px 10px 15px 10px;

}

/* AR_about template specifics */

#about #container div#leftcolumn {
	width: 470px;

}

#about #container div#rightcolumn {
	width: 325px;
	clear: right;
	margin: 3px 9px 0 0;
}

/* for news article page that is initiated from the index.php page link */

#newsArticle #container div#leftcolumn {
	float: left;
	width: 470px;
	margin: 0;
	padding: 10px;
}

#newsArticle #container div#rightcolumn {
	padding: 20px 10px ;
	width: 325px;
	float: right;
}


/*Contact forms*/
.contactform div {width: 470px;}

/* dunno if this is used, so omitted
#contentCollection {width:840; height:auto; background-color:#E5E3E0; padding: 10px;}
*/


/* End of 'ar_layout' */

