* {margin:0;padding:0}

body {
	text-align:left;
	color: rgb(32, 32, 32);
	background-color: rgb(255, 255, 255);
	font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans;
	font-size: 12px;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: rgb(207, 55, 2);
}

#mainouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#maincontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 620px;
}

#maininner {
	width: 900px;
	height: 620px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#navbar {
	width: 190px;
	height: 600px;
	border-right: solid 1px black;
	text-align: right;
	padding-right: 10px;
	margin-right: 20px;
}


#content {
	position: absolute;
	top: 82px;
	left: 220px;
	height: 518px;
	margin-bottom: 10px;
	overflow: auto;
	width: 670px;
}

#contentPicture {
	position: absolute;
	top: 0px;
	left: 220px;
	height: 600px;
	margin-bottom: 10px;
	overflow: auto;
	width: 670px;
}


a.menu {
	text-decoration: none;
	color: rgb(32, 32, 32);
}

a.menu:hover {
	color: rgb(207, 55, 2);
}


a.menuselect {
	text-decoration: none;
	color: rgb(207, 55, 2);
}

.menuitem {
	text-align: right;
	padding-bottom: 4px;
}

.categoryspace {
	margin-bottom: 15px;
}

.picturedescription {
	font-size: 10px;
}