* { margin:0; padding:0; outline: none;}

body {
	background-image: url(../images/bg_yellow_tile.jpg);
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #776e4e;
}

img{
	border: none;	
}

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Tables */
table {border-collapse: collapse;}

/* make containers holding floats expand to hold content */
.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear{
	min-height: 1px;
}
*html .clear{
	height: 1px;
}