@import url("nav.css");
@import url("template-content.css");

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #2e0000;
	background-repeat: repeat-x;
}

#maincontainer {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	background-position: left 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(../assets/bgr_najaar2010.jpg);
}

	.container {
		position: relative;
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
	}
		
		#top {
			background-color: #493230;
			height: 20px;			
		}
			
		#main {
			width: 950px;
		}
			#main.clean {
				background-image: none;
			}
		
			#nav {
				position: relative;
				float: left;
				display: inline;
				width: 300px;
			}
			
			#carrousel {
				position: relative;
				float: left;
				display: inline;
				width: 650px;
				min-height: 345px;
				height: auto !important;
				height: 345px;
			}
			
			#content {
				position: relative;
				float: right;
				display: inline;
				width: 630px;
				padding: 0 0 0 20px;
				margin: 0px;				
			}
			
			#decoohdaily {
				position: relative;
				float: right;
				display: inline;
				width: 520px;
				height: 35px;
				padding: 40px 0 0 130px;
				margin: 0 0 15px 0;
				background: #fff url(../assets/daily_090830.jpg) top left no-repeat;
			}
				#decoohdaily p a {
					color: #fff;
				}
		
		#objects {
			display: none;
		}
		
		#membership {
			padding: 10px 0 0 0;
			background-color: #82564c;
		}
		
			
			#membershipLeft {
				position: relative;
				float: left;
				width: 300px;
				padding: 0px;
				color: #666;
			}
				#memberImg {
					position: relative;
					float: left;
					width: 230px;
					padding: 70px 40px 0 35px;
					background-position: 0px 0px;
					background-repeat: no-repeat;
					background-image: url(../assets/bgr_memberships.jpg);
					cursor: pointer;
				}
					#memberImg h1 {
						font-size: 14px;
						line-height: 18px;
						color: #311616;				
					}
				#memberPartners {
					position: relative;
					float: left;
					width: 224px;
					padding-left: 13px;
				}
					#memberPartners a, #memberPartners a img {
						position: relative;
						float: left;
						display: inline;
						border: none;
						margin-bottom: 5px;
					}
					#memberPartners p {
						margin: 0 0 5px 0;
						color: #311616;
					}	
				#memberLink {
					position: relative;
					float: left;
					width: 41px;
					padding: 15px 0 0 15px;
				}
					
			#memberCol1 {
				position: relative;
				float: left;
				width: 305px;
				padding-left: 20px;
				padding-top: 20px;
				color: #311616;
			}
			#memberCol1 a,
			#memberCol1 a:link {
				color: #311616;
			}
			
			#memberCol2 {
				position: relative;
				float: left;
				width: 300px;
				padding-left: 25px;
				color: #666;
				margin: 0;
			}		
		
		#footer {
			position: relative;
			float: left;
			display: inline;
			clear: both;
			margin: 0;
			padding: 0;
			background-color: #fff;
			background: #fff url(../assets/img_footer.jpg) top right no-repeat;
		}
		