/***************** General Reset ******************/
table {
	font-size: 12px;
	line-height: 1.7;
	font-family: helvetica, arial, sans-serif, lucida grande, tahoma;
	color: #342A21;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	behavior:url("csshover3.htc");	/* IE6 fix */
	background: url(../images/site_header_tile.jpg);
	background-repeat: repeat-x;
}
/************ images ***************/
img {
	float: left;
	display: inline;
	border: none;
}
/************ links & anchors ***************/
a {
	color: #000000;
	text-decoration: none;
}
a.bloglist:hover { color: #36C0C8; }
/************ input ***************/
input {
	float: left;
	display: inline;
	margin: 5px 0;
	width: 160px;
}

/***************************** General ******************************/
div.textDam {
	float:left;
	clear:left;
	height: 5px;
	width:50px;
/*	border: 1px solid red;	*/
	font-size: 0;
}
/***************************** Footer ******************************/
div.footertext {
	float: left;
	display: inline;
	padding: 0 5px;
	cursor:pointer;
}
div.footertext:hover {
	color: #36C0C8;
}
div.footerbar {
	float: left;
	display: inline;
	padding: 0 5px;
}
