html, body {
	margin:0;
	padding:0;
	color:#333;
	background:#fff url('top.png') repeat-x top;
	font:normal 1em/1.5em 'Trebuchet MS', 'Lucida Grande', 'Bitstream Vera Sans', Verdana, sans-serif;
	text-align:center	
}

* {
	margin:0;
	padding:0;
}

img {
	border:none
}

code, samp, kbd {
	padding:0 3px;
	background:#000;
	color:#fff;
	font-family:'Monaco', 'Courier New', monospace
}

#Container{
	position:relative;
	text-align:left;
	margin:0 auto;
	width:770px;
}

p {
	padding:5px 0 10px 10px
}

h1 {
	height:80px;
	line-height:80px;
	font-size:140%;
	word-spacing:0.3em;
	text-align:center;
	color:#f7f7f7;
	background:#333;
	text-shadow:1px 1px 2px #999
}

h1 span {
	padding:50px 3px 3px 3px;
	color:#333;
	background:#FFCC33
}

#Menu ul li {
	float:left;
	list-style-type:none;
	font-size:90%;
	letter-spacing:0.1em;
}

#Menu ul li a {
	display:block;
	height:23px;
	line-height:23px;
	padding:0 10px;
	text-decoration:none;
	color:#ccc;
	background:#333
}

* html #Menu ul li a { display:inline }

#Menu ul li a:hover, #Menu ul li a:focus {
	color:#111;
	background:#e6e6e6;
	outline:0;
}

#Menu ul li a span {
	padding-top:10px;
	border-bottom:2px solid #ccc
}

#Menu ul li a:hover span, #Menu ul li a:focus span {
	background:#333;
	color:#ccc
}

#Content a {
	padding:1px 2px;
	color:#8B4513;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
	border-bottom:1px solid #8B4513
}

#Content a:visited {
	color:#AC5418;
	border-bottom:1px dashed #AC5418
}

#Content a:hover, #Content a:focus {
	color:#51270A;
	border:none;
	outline:1px dashed #51270A
}

#Content h2 {
	margin-bottom:10px;
	margin-left:-5px;
	font-size:130%
}

#Content h2 a {
	padding:1px 5px;
	color:#556B2F;
	border:none;
}

#Content h2 a:hover {
	color:#556B2F;
	border:none;
	outline:0
}

#Content h2 a:focus {
	outline:1px solid #333;
	background:#333;
	color:#FFCC33
}

#Content h3 {
	font-size:100%;
	letter-spacing:0.3em	
}

#Content h3:first-letter {
	margin-right:0.2em;
	padding-left:0.3em;
	background:#333;
	color:#fff;	
}

#Content .news small {
	display:block;
	width:200px;
	margin-bottom:7px;
	color:#777;
	border-bottom:1px solid #D3D3D3;
}
	
#Whatis {
	margin:50px 0;
	padding:15px;
	background:#fff;
}

#News, #AboutHCL, #AboutAuthor, #License, #Download, #Install, #Comments {
	margin:30px 0 55px 0;
	padding-bottom:15px;
	border-bottom:1px solid #999;
}
	
#Content ul {
	padding-left:50px;
}

#Content ul li a {
	text-decoration:none
}

#Footer {
	float:left;
	padding-bottom:25px
}

#Footer div {
	float:left;
	width:250px
}

#Footer div ul li {
	padding:2px 0 2px 10px;
	list-style-type:none
}

#Footer div ul li small {
	color:#555
}

#Footer div ul li a strong {
	padding:2px;
	color:#fff;
	background:#8B4513;
}

#Footer div ul li a {
	padding:2px 0;
	color:#8B4513;
	text-decoration:none
}

#Footer div ul li a:hover {
	color:#fff;
	background:#8B4513
}

#Footer #div-References {
	width:520px
}

#Footer #div-References ul li {
	list-style-type:disc;
	list-style-position:inside		
}

#Footer #div-References ul li a:hover {
	color:#333;
	background:#fff;
	text-decoration:underline
}

#copy {
	width:770px;
	padding:20px 0;
	float:right;
	color:#444;
	font-size:80%
}

#copy p {
	float:right;
	letter-spacing:0.1em
}

#copy p strong a {
	padding:1px 3px;
	text-decoration:none;
	color:#444;
}

#copy p strong a:hover {
	background:#444;
	color:#fff;
}

#copy ul li {
	float:right;
	padding:0 5px;
	list-style-type:none	
}

