body  {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 13px;
	background: #ffffff;
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #000000;
}


#container {
	width: 975px;
	background: #00FFCC;
  	background-color: #999999;
}
	

#sidebar { 
	width: 195px;
	border: 0px solid #0000ff;
	float: left;
}

#main {
	width: 780px;
	border: 0px solid #0000ff;
	float: right;
}

#main img {
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
 }
 
 #description {
	width: 500px;
	border: 0px solid #0000ff;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.titlenospace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#top {
	height: 66px;
	border: 0px solid #0000ff;
	float: top;
	text-align: right;
	padding-right: 10px;
}

.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;	
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;

}

.imglink a {
	text-decoration: none;
}


.imglink a:hover {
	text-decoration: none;
	background-color: #fff;
}