/* NAIWE general styles */

.alignleft
{	
	float:left;
}

body
{

	padding:0;
	margin:0 ;

	background-color:#fff;
	
	font-size:14px;

	text-align:center;
}

#body-div
{
	/*width:100%;
	padding:0;margin:0;
	*/
	text-align:left;
	
	width:850px;
	margin:0 auto;
}

html, body
{
	height:100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;

}
* html #nonFooter
{
	height: 100%;
}

table.layout
{
	width:100%;
}


/*links*/
a:link, a:visited, a:hover
{
	text-decoration:none;
}


