*{
	margin: 0px;
	padding: 0px;
}
body{
	margin-top: 40px;
	background-color: #000;
}

/* Opbygning */
#container{
	position: relative;
	margin: 0px auto;
	border: 0px #fff solid;
	width: 975px;
	height: 728px;
	background-image: url("../images/main_frame2.gif");
	background-repeat: no-repeat;
}
#innerContainer{
	width: 924px;
	height: 680px;
	margin: 24px;
	border: 0px #fff solid;
}
#left{
	width: 146px;
	border: 0px #f00 solid;
	color: #fff;
	padding: 10px;
	overlow-x: none;
	overflow-y: auto;
	vertical-align: top;
}
#spacer{
	width: 56px;
	border: 0px #0f0 solid;
	color: #fff;
}
#right{
	border: 0px #00f solid;
	color: #fff;
	width: 680px;
	vertical-align: top;
}
#right #myDiv{
	padding: 10px;
	overflow: auto;
	height: 658px;
	border: 0px #fff solid;
}

#menu{
	width: 170px;
	height: 480px;
	border: 1px #fff solid;
}
#content{
	width: 570px;
	height: 480px;
	border: 1px #fff solid;
}

.menuItem{
	color: #c24d92;
}

/*
a{
	color: #c24d92;
}
*/

.menuItemHeader{
	margin-top: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px #fff solid;
	width: 95px;
}

/* Galleri */
#gallery_links{
	width: 110px;
	vertical-align: top;
	padding: 10px;
	height: 375px;
}
#gallery_links a{
	color: #c24d92;
	height: 375px;
	overflow: auto;
}
#gallery_container{
	width: 100%;
	border: 0px #fff solid;
	height: 400px;
}
