html, body {
	margin:						0px; 
	padding:					0px;
	background-color:			#ffffff;
	text-align:					center;
}


html, body, td {
	font-family:				Arial, Helvetica, sans-serif; 
	color:						#464646; 
	font-size:					12px;
}


td {
	text-align:					left;
}

#body {
	width:						720px;
	margin:						0 auto;
	text-align:					center;
}

.clear {
	clear:						both;
}

.left_float{
	float:						left;
}

.right_float {
	float:						right;
}

#main_image{
	text-align:					center;
}

.image_link {
	border:						none;
}

#address {
	text-align:					left;
}

#license {
	text-align:					left;
}

.rollover {
	float: 						left;
	height:						23px;
}

.rollover a{ 
	background-repeat:			no-repeat;
	background-position:		0 -23px;
	display:					block;
	height:						23px;
	text-decoration:			none;
}

.rollover a:hover {
	background-position:		0 0;
}

.rollover a:active {
	background-position:		0 0;
}

