/*
* {padding:0; margin:0}
*/

@font-face {
	font-family: "graublau";
	src: url("GraublauWeb.otf");
}		

@font-face {
	font-family: "graubold";
	font-style: bold;
	src: url("GraublauWebBold.otf");
}		

@font-face {
	font-family: "durwent";
	src: url("DURWENT_.TTF");
}		

@font-face {
	font-family: "junction";
	src: url("Junction 02.otf");
}		

.graublaufont {font-family: graublau}
.graublaufontB {font-family: graubold}

body {
	min-width: 860px;
	font-family: graublau, "lucida sans", "lucida grande",  arial, sans-serif;
	font-size: 10pt;
	color: #535348;
}

em {
	font-family: graublau;
	font-style: oblique !important;
	font-size: 10pt;
}

#masthead {
	position: absolute;
	left: 8%;
}

#masthead img {
	width: 150px;
	height: 650px;
}

#hmm {
	position: absolute;
	top: 680px;
	width: 150px;
	text-align: center;
	left: 8%;
	font-size: 80%;
}

#column {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
/*
	border: 1px solid #f00;
*/
	width: 50%;
	height: 650px;
}

#nav {
	width: 100%;
	text-align: center;
}

#content {
/*
	height: 500px;
	overflow: auto;
*/
}

.linkclass a {
	color: #500;
	text-decoration: none;
}

.linkclass a:hover {
	text-decoration: overline underline;
}

dt {
	margin-top: 1.5em;
	background: #e3e3c3;
	color: #20201c;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 0px 16px;
}


dd {margin-top: .5em}
dd p {margin-top: .5em}

#right-header{
	position: absolute;
	width: 20%;
	height: 650px;
	background: url(../images/cuni.jpg) 0 0 no-repeat;
	right: 0px;
	top: 20px;
	z-index: -1;
}
