/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
div#page{
	background: transparent url(../img/page_background.gif) repeat-y scroll left;	/* Page background */
	width: 963px;	/* Page width */
	margin: 0 auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

div#top{
	padding-top: 25px;
}

	div#top-bar{
		margin-left: 206px;
	}
		div#generic-links{
			float: right;
		}
			div#generic-links a.home,
			div#generic-links a.mail {
				display: block;
				float: left;
				margin-left: 10px;
				padding: 0 10px 0 20px;
				height: 30px;
				line-height: 30px;
				
				font-size: 11px;
				color: black;
				text-decoration: none;
			}
				div#generic-links a.home{
					background: transparent url(../img/itm_home.gif) no-repeat scroll left center;
				}
				div#generic-links a.mail{
					background: transparent url(../img/itm_mail.gif) no-repeat scroll left center;
				}
		div#menu-top{
		}
	
	div#header{
		clear: both;
	}
		div#logo{
			float: left;
			width: 197px;
			position: relative;
			top: 40px;
			left: 12px;
		}
		div#flashtop{
			float: right;
			width: 757px;
		}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	padding: 15px 0px;
}

	div#left-column{
		float: left;
		width: 197px;
	}
		div#menu{
			margin-bottom: 20px;
		}
		div#menu-catalogue{
			margin-bottom: 20px;
		}
		div#shopping-info{}
		div#shopping-cart{
			margin-bottom: 20px;
		}
		div#mailing-list{
			margin-bottom: 20px;
		}
		div#calendar{
			margin-bottom: 20px;
			text-align: center;
			
			background-image: url(../img/itm_calendar.gif);
			background-position: top right;
			background-repeat: no-repeat;
			
			padding: 10px 0px;
			padding-top: 26px;
		}
		div#extra-content_left{}
	
	div#middle_right{
		float: right;
		width: 757px; /* 9px margin left */
		margin-left: 9px;
	}
	
	div#right-column{
		float: right;
		width: 197px;
	}
		div#search{}
		div#date{}
		div#news{}
		div#extra-content_right{}
	
	div#main-column{
		float: left;
		width: 551px; /* 9x margin right */
	}
		div#content{
			height: 	1%;
			padding: 15px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	
	background: white url(../img/bottom_background.gif) repeat-x scroll top;
	text-align: center;
}

	div#footer{
		background: transparent url(../img/footer_background.gif) no-repeat scroll top;
		padding-top: 20px;
		color: #747474;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}

