body {
    margin: 50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align: center; /* Hack for IE5/Win */
}
                
img {
    border: 0;
}

a:link { 
	color: #EEEEEE;
	background-color: inherit;
	text-decoration: none; 
}

a:visited { 
	color: #EEEEEE;
	background-color: inherit;
	text-decoration: none; 
}

a:hover { 
	color: #EEEEEE;
	background-color: inherit;
	text-decoration: underline; 
}

a:active { 
	color: #EEEEEE;
	background-color: inherit;
	text-decoration: none; 
}
       
#Content {
	margin: 0px auto; /* Right and left margin widths set to "auto" */
    text-align: center; 
	/* text-align: left;  Counteract to IE5/Win Hack */
	border: none;
    background-color: #FFFFFF;
}

.image {
    text-align: center;
    margin: 0px;
	padding: 25px;
    border: 1px dashed #333333;
    background-color: #EEEEEE;
}

#blogbtns { 
	width: 300px; 
	text-align: center;  
	margin: 2px auto; 
	background-color: inherit;
} 
 
#blogleft {
	width: 100px; 
	float: left; 
	position: relative; 
	background-color: inherit;
}
 
#blogcols {
	width: 200px; 
	float: right; 
	position: relative;
	background-color: inherit;
}
 
#blogright {
	width :100px; 
	float: right; 
	position: relative; 
	background-color: inherit;
}
 
#blogmain {
	background-color: inherit;
	float: left; 
	display: inline; 
	position: relative; 
	width: 100px; 
}

 /* ***  Float containers fix: http://www.csscreator.com/attributes/containedfloat.php  *** */ 
.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */ 