* {
	font-family: Arial, sans-serif;
}
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/animatie.gif');
	background-repeat: repeat;
	background-position: center center;
	height: 100%;
}
#pagecontainer {
	width: 790px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
}
#navcontainer {
	width: 182px;
	background-color: #EBC48B;
	background-image: url('../images/navback.jpg');
	background-repeat: repeat-y;
}
#navcontainer img{
	display: block;
}
#contentcontainer {
	background-color: #dddddd;
}
#multipagelinks {
	color: #501114;
	font-size: 12px;
	font-weight: bold;
	margin-left: 58px;
	margin-top: 16px;
}
#multipagelinks a {
	color: #501114;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#multipagelinks a:hover {
	color: #ffffff;
}
.prodprice {
	
	background-image: url('../images/pricebullet.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 157px;
	width: 157px;
	text-align: center;
	line-height: 157px;
	font-weight: bold;
	font-size: 40px;
	color: #ffffff;
	margin-left: 18px;
	margin-bottom: 18px;
}
.prodprice td {
	font-family: Arial, sans-serif;
}
.prodtitle {
	color: #501114;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 16px;
}
.proddescription {
	color: #501114;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
