.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size/* */:/**/small;
	font-size: /**/small;
	line-height: 1.3em;
	background: url(../pics/header.jpg) no-repeat top left #FFFFFF;
	height: 100%;
	}

h1, h2, h3, h4, h5, p, br {
	margin: 0;
	padding: 0;
	}
	
#container {
	position: relative;
	display: inline;
	min-height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	height: auto !important;
	height: 100%;
	}
	
html>body #container {
    height: auto;
	}
	
#wrapper {
	max-width: 60%;
	width: 60%;
	min-height: 100%;
	margin-top: 280px;
	padding-left: 3%;
	padding-right: 3%;
	display: block;
	}
/* #left */	
#left {
	min-width: 55%;
	width: 70%;
	min-height: 300px;
	float: left;
	background-color: #F9F8F8;
	border: 1px solid #EFEFEF;
	padding: 10px 10px 0 10px;
	display: inline;
	}

#left h1 {
	font: normal 20px/5px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 10px 0;
	padding: 0 0 0 6px;
	border-left: 4px solid #990000;
	clear: both;
	line-height: 0.9em;
	}

#left h2 {
	font: normal 16px/5px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px 0;
	font-weight: bold;
	clear: both;
	line-height: 0.9em;
	}
	
#left h3 {
	font: normal 14px/5px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px 0;
	font-weight: bold;
	clear: both;
	line-height: 1.2em;
	}	

#left h3 a {
	color: #990000;
	text-decoration: none;
	}
	
#left h3 a:hover {
	text-decoration: underline;
	}

#left p {
	width: auto;
	padding: 0;
	}
	
#left .postinfo {
	clear: both;
	float: none;
	padding: 0;
	margin-top: 15px;
	}

#left .clock {
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0 5px 0 0;;
	}

#left .post img {
	padding: 2px;
	margin: 5px;
	}

#list ul {
	margin: 0;
	padding: 0;
	}

#list li:hover {
	border-color: #CCC;
	background: #EFEFEF;
}

#list li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0px;
	border: 1px solid #EFEFEF;
	padding: 5px;
}

/* #right */
#right {
	max-width: 25%;
	width: 25%;
	min-height: 300px;
	float: right;
	background-color: #F9F8F8;
	border: 1px solid #EFEFEF;
	}
	
#right a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	}
	
#right a:hover {
	text-decoration: underline;
	}


#menu ul {
	margin: 10px;
	padding: 0;
	}


#menu li:hover {
	border-color: #CCC;
	background: #EFEFEF;
	}

#menu li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #990000;
	}

/* #footer */
#footer {
	max-width: 60%;
	width: 60%;
	position: relative;
	bottom: 0 !important;
	clear: both;
	margin-top: 3%;
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 1%;
	display: block;
	}

#footer p {
	padding: 0 0 3px 0;
	color: #666666;
	font-size: 0.9em;
	border-bottom: 1px solid #990000;
	}