.peekaboo
{
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
html 
{
	min-height: 100%;
	font-size: small;
}
body {
	background-color: #fff; 
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	font-family: arial,helvetica,sans-serif;
	font-size: 85%;
	line-height: 1.25;
	color: #333;
	text-align: center;
}
img {
	border: none;
	display: block;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #a7a7a7;
}
a:hover {
	color: #a7a7a7;
}
form, p {
	margin: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
h1, h2, h3, h4
{
	margin: 0 0 .3em 0;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.8em;
}
h2
{
	font-size: 1.6em;
}
h3, h4
{
	font-size: 1em;
	font-weight: bold;
}

/***** FloatContainer *************************************/
.fc:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.fc { display: inline-block; }
.fc { display: block; }
/*\*/
* html .fc { height: 1px; }
/**/

.fl
{
	float:left;
}


.fr
{
	float: right;
}
