﻿@charset "UTF-8";
/* CSS Document */

.float_l	{float:left;}
.float_r	{float:right;}
.clear	{clear:both;}

.top_navigation	{
	width:590px;
	height:60px;
}
					 
.navifont	{font-size:120%;}
.panfont	{font-sise:100%;}					 
					 
/** clearfix **/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;
overflow:hidden;} /* End hide from IE-mac */					 
