body
	{
		margin: 0;
		padding: 0;
		font: 75% Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
		color: #ffffff;
		background-color: #1b1c20;
		background-image: url(bg2.jpg);
		
	
		
	}
	
A:link, A:visited, A:hover, A:active{text-decoration: none}
A:link    { color: #53605F }    /* unvisited links */
A:visited { color: #53605F }    /* visited links   */
A:hover   { color: #FF0000 } /* user hovers     */
A:active  { color: #FF0000 }  /*  active links    */
	
	p
	{
	list-style-type: none;
	}
	h2
	{
		color: #ffffff;
		font: 120% Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #ffffff;
		font: 90% Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-top: 0;
	}
	.commenthidden {display:none}
    .commentshown {display:inline}
	.blogentry ul
	{
		list-style-type: none;
		text-align: left;
		margin: 1em 0;
		padding: 0;
		font-size: 100%;
	}
	
	.blogentry li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 125%;
	}
	#container
	{
		margin: 1em auto;
		width: 1024px;
		background-image: url(bg.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		text-align: left;
		/*background-color: #000000;*/
		
	}
	
	#header
	{
		height: 155px;
		position: relative;
	}
	
    #menu
	{
	float: right;
	width: 210px;
	height:430px;
	/*background-color: #dd0000;*/
	position: relative;
    right: 280px;
    overflow: auto;
	/*opacity: 0.5;*/
		
	}
		
	#menu h3
	{
		color: #ffffff;
		font: 90% Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-top: 0;
	}
			
	#contents { 
	
	float: left;
	
	width:425px;
	height:430px;
	/*background-color: #aa0000;*/
	position: relative;
    left: 100px;
	overflow: auto;
	}
	
	#shop{ 
	
	float: left;
	
	width:679px;
	height:355px;
	/*background-color: #ffffff;*/
	position: relative;
    left: 35px;
	overflow: auto;
	}
			
	#footer
	{
		clear: both;
		/*color:  #00000;*/
		width:440px;
	    height:200px;
		position: relative;
		left: 140px;
		top:37px;
		
		

	}
	
	
/* navigatie */	
	#mainnav
	{
		font: 105% Geneva, Arial, Helvetica, sans-serif;
		color: #272900;
		padding: 1px 120px;
		margin-bottom: 25px;
		height: 10px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
			}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #000000;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #FF0000;
			}
	
	

