body {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size:14px;
}
p{
	color:gray;
	font-size:10px;
}

h1{
	color:orange;
}
	

#content{

	width:500px;
	position: relative;
	border:1px solid orange;
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	border-bottom:none;
	border-left:none;
}

a{
	color:orange;
}
/*
#image_table{
	position:relative;
	top:20px;
}
*/
#itt{
		font-size:10px;
		color:gray;
}

#image_caption{
	position:relative;
	top:5px;
	width:150px;
	border:2px solid orange;
	border-color:orange;
	font-size:9px;
	padding:5px;
}

#elk_caption{
	position:relative;
	top:5px;
	width:150px;
	border:2px solid orange;
	border-color:orange;
	font-size:9px;
	padding:5px;
	float:left;
}

