		body
	{
		margin: 0;
		padding: 0;
		text-align: center;
		color: #333;
		background-color: #ABABAB;
		font-style:normal; font-variant:normal; font-weight:normal; font-size:80%; font-family:arial, hevetica, sans-serif
	}
	
	h2
	{
		color: black;
		font: 120% arial, hevetica, sans-serif;
		font-weight: bold;
		margin: 0 0 2px 2px;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: black;
		font: 106% arial, hevetica, sans-serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 1em auto;
		width: 800px;
		text-align: left;
		background-color: #FFF;
		border: 1px solid #8B8989;
	}
	
	#header
	{
		height: 173px;
		width: 800px;
		background-image: url('images/solebanner3.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #8B8989;
		position: relative
	}
	
	#menu
	{
		float: left;
		width: 170px;
		padding-right: 10px;
		padding-left: 10px;
		margin-top: 15px;
	}

	.imagefloat
	{
		margin: 0 auto;
		display: block;
		float: none;
		padding-top: 10px;
		padding-right: 20px
		
	}

	#menu ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 150px;
	}

	#menu ul li
	{
		position: relative;
	}
	
	#menu li ul 
	{
		position: absolute;
		left: 149px;
		top: 0;
		display: none;
	}
	
	#menu ul li a 
	{
		display: block;
		text-decoration: none;
		color: #777;
		background: #FFF;
		padding: 5px;
		border: 1px solid #ccc;
		border-bottom: 0;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; }
	* html ul li a { height: 1%; }
	/* End */

	#menu ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 150px;
		border-bottom: 1px solid #ccc;
	}

	#menu li:hover ul, li.over ul { 
	display: block; }

	#menu ul li .current, #menu ul li a:hover
	{
	font-weight: bold;
	background: #F2F2F2;
	}
	

	#contents 
	{ 
		margin: 15px 20px 40px 190px; 
		text-align: justify;
		padding: 0;
	}

	#contents a
	{
	text-decoration: none;
	font-weight: bold;
	color: black;
	}
	
	#contents .flright
	{
	float: right;
	margin: 2px 2px 2px 15px;
	border: 1px solid #ccc;
	}

	#contents .flright2
	{
	float: right;
	margin: 2px 30px 2px 15px;
	border: 1px solid #ccc;
	}
	
	#contents .flright3
	{
	float: right;
	margin: 2px 2px 2px 2px;
	border: 1px solid #ccc;
	}

	#contents .flleft
	{
	float: left;
	margin: 2px 15px 2px 0px;
	border: 1px solid #ccc;
	}
	
	
	#footer
	{
		clear: both;
		text-align: right;
		padding: 5px;
		font-size: 75%;
		height: 16px;
		border-top: 1px solid #CCC;
		background: #F2F2F2;
	}
