@charset "utf-8";
/* CSS Document */

body{
	background-image:url(/images/pages/home/background-home.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:0px 180px;}
		
	div#slideshow{
		width:850px;
		height:280px;

		background-color:#fff;
		
		/*
		-moz-border-radius:20px 0px 20px 0px;
		border-radius:20px 0px 20px 0px;
		*/

		-moz-box-shadow:0px 0px 7px #999;
		-webkit-box-shadow:0px 0px 7px #999;
		box-shadow:0px 0px 7px #999;}
			
			
div.container{margin-top:25px;}
			
	div#left-column{
		width:270px;
		float:left;}

	div#center-column{
		width:270px;
		margin-left:20px;
		float:left;}

	div#right-column{
		width:270px;
		float:right;}

			
div#footer{margin-top:45px;}