body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	background: #748399;
	color: #000000;
}
body, div, h1, h2, h3, h4, p, form, img, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #7CC6DF;
	text-decoration: none;
}
a:visited {
	color: #365483;
}
a:hover {
	color: #CC0000;
}
#header{
	position:absolute;
	height: 50px;
	margin: 8px 0px 0px 16px;
}
#navig {
	position:absolute;
	width: 164px;
	margin: 74px 0;
	padding: 20px 0;
	font-size: 17px;
	font-weight:bold;
 	font-variant: small-caps;
 	letter-spacing:1px;
	color: #CC0000;
}
#navig p {
	display: block;
	text-align: right;
	margin: 0px 8px 0px 0px;
}
#navig a {
	display: block;
	text-align: left;
	margin: 0px 0px 0px 16px;
}
#main {
	position:absolute;
	margin: 74px 0px 0px 164px;
	width: 620px;
	text-align: left;
}
#content {
	width: 100%;
	clear: both;
}
#chead {
	background: url(leope-chead.gif) no-repeat;
	width: 100%;
	height: 20px;
}
#cbody {
	background: #FFFFFF;
	width: auto;
	height: 455px;
	padding: 0 20px 0px 20px;
	overflow:auto;
}
#entries {
	font-size:15px;
	line-height:150%;
	width: 100%;
	float: left; 
	clear: both;
	margin-right: -20em;
}
#entries p {
	margin-bottom:0.5em;
	}
#cfoot {
	background: url(leope-cfoot.gif) no-repeat left bottom;
	width: 100%;
	height: 20px;
	clear: both;
	font-weight:bold;
	font-size:15px;
}
#footer {
	position:absolute;
	width: 156px;
	margin: 550px 0px 30px 0px;
	padding: 0;
}
#footer p {
	display:block;
	text-align:left;
	font-size: 14px;
	margin: 0 0 0 16px;
}
.subCat {
font-size:12px;
}

.entry {
clear:both;
}

.left {
clear:both;
float:left;
padding:0 16px 16px 0;
/*border-bottom:16px solid #FFF;*/
}