body {

	margin:0;
	padding:0;
	font:Georgia, "Times New Roman", Times, serif;
	color:#3e1b18;
	font-size:18px;
	overflow:auto;
}


a {
	color:#8d280c;
	text-decoration:none;
	
}


#bgImg {
	overflow:hidden;
	width:100%;
	height:100%;	
	position:absolute;

}
	#bgImg img {
		position:absolute;	
	}
	#bgImg .hori {
		width:100%;	
	}
	#bgImg .verti {
		height:100%;	
	}


#container {
	
	width:309px;
	min-height:200px;
	position:relative;
	left:550px;
	top:30px;
}

#navigatie{
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px 0px 0px -20px;
	
}

#navigatie li{
	line-height:25px;
	
}


#socialMedia a{
	width:25px;
	height:25px;
	
	display:block;
	float:left;
	margin:20px 5px 0px 0px;
	
}

#twitter
{
	background:url(../images/social.png) no-repeat;
	background-position:0px 0px;
}

#delicious
{
	background:url(../images/social.png) no-repeat;
	background-position:-25px 0px;
}

#facebook
{
	background:url(../images/social.png) no-repeat;
	background-position:-50px 0px;
}

#linkedin
{
	background:url(../images/social.png) no-repeat;
	background-position:-75px 0px;
}

.commingSoon
{
	width:71px;
	height:17px;
	background:url(../images/commingsoon.png) no-repeat 0 0 ;
	display:inline-block;
	margin:0px 0px -3px 5px;

}

.internalLink{
	cursor:pointer;
	
	}