body {
	width: 100%;
	margin:0;
	font-family: Georgia;
	/*
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-color: #feeda9;
	*/
	color: #000000;
}

/* ie png transparency */
h1, img, div { behavior: url(iepngfix.htc) }

h1 {
	background-image: url(/images/flowRoot2383.png);
	background-repeat: no-repeat;
	width: 534px;
	height: 118px;
	text-indent: -9999px;
}

#jesper {
	margin-top: -15px;
	margin-left: 250px;
}

.content {
	float: right;
	width: 610px;
	padding-left: 10px;
	padding-right: 10px;
}

h4 {
	color: #a00;
	border-bottom: 1px dashed #000;
	width: 600px;
}

#container {
	width: 630px;
	margin: 0 auto;
}

#innercontainer {
	/*
	background-image: url(/images/gr.png);
	background-repeat: repeat-x;
	*/
	height: 900px;
	width: 630px;
}

#menu {
	float: left;
	margin-top: 25px;
	width: 150px;
	border: 1px solid #000;
	height: 700px;
	background-color: maroon;
}

#menu ul {
	margin-left: 0;
	list-style-type: none;
	padding: 0;
}
#menu ul li {
	margin-left: 0;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
#menu ul li:hover {
	cursor: pointer;
	background-color: #fff;
	color: #000;
}

#images {
	width: 530px;
	margin: 0 auto;
}

.imageThumb {
	display: table-cell;
	/*background-color: #fff;*/
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid #000;*/
}

.imageThumb a img {
	border: 1px solid #000;
	margin: 0 auto;
}

