body {
	background-color: #555; 
	color: black;
	position: relative;
	margin: 0;
	padding: 0;
}

div#headline {
        background: transparent;
        position: absolute;
        top: 5px;
        right: 10px;
        font: 12px sans-serif;
        border: none;
}

div#source {
	background-color: #ddd;
	position: relative;
	margin: 15px;
	color: black;
	padding: 5px;
	border: thin solid #249;
}

div.image {
	background-color: #ddd;
	position: relative;
        margin: 10px auto 10px auto;
        color: black;
        padding: 15px;
        border: thin solid #249;
}

td.image {
	width: 200px;
}

td.desc {
	padding: 0px 0px 0px 30px;
}

div#content {
	background-color: white;
	position: absolute; 
	top: 115px; 
	left: 150px; 
	min-width: 620px;
	right: 10px;
	min-height: 400px;
	color: black;
	font: 14px sans-serif; 
	padding: 10px;
	border: solid #333;
}
div#content p {
    margin: 0 1em 1em;
}
div#content h1 {
	font: 20px sans-serif; 
	text-transform: lowercase; 
	padding: 0 0.5em 0; i
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0; 
	background: #999; 
	color: white;
}
div#content h2 {
	text-align: left;
	font: 18px sans-serif;
	padding: 0 1px;
}
div#content a:link {
    	background-color: #fff;
	color: #00A;
}
div#content a:link:hover {
	background-color: #fff;
	color: #0F0;
}
div#content a:visited {
	background-color: #fff;
	color: #040;
}
div#content a:visited:hover {
	background-color: #fff;
	color: #0F0;
}

div#links {
	background: transparent;
	position: absolute;
	top: 115px;
	left: 10px;
	width: 138px;
	height: 300px;
	font: 12px sans-serif;
	color: white;
	border: none;
}
div#linkselected {
	display: block; 
	border: 1px solid white;
	padding: 2px;
}
div#links a {
	display: block; 
	background: #ccc;
	text-align: right; 
	font: 12px sans-serif;
	text-decoration: none; 
	color: black;
	border: 1px solid white;
	padding: 2px;
}
div#links a:hover {
	color: black;
	background: white;
}
div#links h1 {
	font: 20px sans-serif; 
	text-transform: lowercase; 
	padding: 0 0.5em 0; 
	border-top: 1px solid white;
	border-bottom: 2px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0; 
	background: #999; 
	color: white;
}

div#links img {
	border: 0;
	margin-right: 3px;
}

	
h1 {text-align: left; font: 24px bold sans-serif,sans-serif; padding: 0 1px;}
h3 {text-align: left; font: 14px bold sans-serif,sans-serif;}
h4 {text-align: left; top: 0;}

 
