body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;	
}

#top {
	border-top: 2px solid #182746;
	border-bottom: 2px solid #182746;
	background: #123456;
	padding: 8px;
}

#left {
	left: 0px;
	position: absolute;
	width: 140px;
	margin-top: 4px;
}

#center {
	border: 0px solid #666666;
	margin-left: 145px;
	margin-right: 151px;
	margin-bottom: 20px;
	padding: 10px 4px;
	
	background: #fff;
	border: 4px ridge black;
} 

#center h2 {
	font-size: 14pt;
	color: #990033;
}
	
#center p {
	font-size: 12pt;
}

#right { 
	position: absolute;
	right: 0px;
	width: 150px;
	margin-top: 4px;
}

#footer {
	float: right;
	font-size: 10px;
}

#menu h4 {
        display:block;
        margin:0; 
        padding:5px 0.5ex;
        background:black; 
        color:white;
        font-size:12px;
}
#menu p {
	margin:0
}
#menu p+h4 {
	margin-top:1em; 
}
#menu a {
	display:block;
        margin:0; 
        padding:5px 0.5ex;
	background:#aaaaaa; 
	color:white;
        font-size:12px; 
        font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
        background:#af33aa;
        color:white;
}
	
#news {
        font-size: 10pt;
        float:right;
        background: #e0e0e0;
        border:4px ridge #cc0000;
	padding:0.5em 2%; 
}
#news h2 { 
	margin: 0 0 0.2em 0;
}	

#top_menu p {
	text-align: center;
}

#top_menu a {
	white-space:nowrap;
	color:#ddff11;
	font-size:10pt;
	text-decoration: none;
}

#top_menu a:before { content: '[ ' }
#top_menu a:after { content: ' ]' }
#top_menu a:hover { color:white; }

.key {
	color: #000066;
	font-weight : bold;
}
.value {
	color: #000000;
	font-weight : normal;
}

.entry_footer {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}
