/* 
Title: Wendy Bellissimo
Author: Fluidesign
*/

/* import advanced styles */
@import url(layout.css);
@import url(typog.css);


* {
	border: 0;
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td {
	vertical-align: top;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #f8f2d8 url(../img/bg.gif); 
	padding-bottom: 2em; 
} 

table {
border-collapse: collapse;
border-spacing: 0;
}

/* ------------------------------------------------------------

	self-clearing floats

------------------------------------------------------------ */

.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 */

img { border : 0px; } 

div.clear {clear: both;}
