BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	width:auto; 
	margin-right: auto; 
	margin-left: auto; 
}


body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

#frame {
	width: 780px;
	/*
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; */
	text-align: center;
	background: #055;
}

#banner {
	color: #fff;
	background: #055;
	border-bottom: 2px solid #fff;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100px;
	width:780px;
	margin-top: 20px;
	padding-top: 10px;
}
html>body #banner {
	height: 100px;
	width:780px;
}

#menu {
	color:#fff;
	background: #055;
	border-bottom: 2px solid #fff;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 45px;
	width:740px;
	padding-left: 40px;
}
html>body #menu {
	height: 45px;
	width: 740px;
}

#main {
	color: #fff;
	background: #055;
	/*border-bottom: 2px solid #fff;*/
	/*border-left: 2px solid #fff;*/
	/*border-right: 2px solid #fff;*/
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 660px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}
html>body #main {
	width: 680px;
}
#main p {
	margin: 0 0 15 0;
}
#main h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0px;
}

#main h2 {
	font-size: 13px;	
	font-weight: bold;
	color: #ff6;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#main h3 {
	font-size: 12px;	
	color: #0c9;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #055;
	background-color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: underline;
}

#menu a {
	padding-right: 30px;
	font-weight: bold;
}

#menu a:link {
	color: #6c6;
	text-decoration: none;
}
#menu a:visited {
	color: #6c6;
	text-decoration: none;
}
#menu a:hover {
	color: #6c6;
	text-decoration: underline;
}
#menu a:active {
	color: #6c6;
	text-decoration: underline;
}

.yellow {
	color: #ff6;
}

.profilet {
	padding-left: 50px; padding-bottom: 10px;
}

.reference {
	padding-bottom: 15px;
}

.emphasis {
	color: #ccc;
}