*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
}

a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a img
{
	border: 0;
}

h2
{
	font-size: 1.5em;
}

body
{
	text-align: center;
	font-size: 64%;
}

form label
{
	display: block;
	margin-bottom: 5px;
}

form label input, form label textarea
{
	width: 95%;
	border: 1px solid #CCC;
	background: url( img/input_bg.gif );
	padding: 1px;
	font-size: 1em;
}

form label textarea
{
	height: 70px;
}

#wrapper
{
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

	#top
	{
		margin-bottom: 3px;
	}

		#top img
		{
			display: block;
		}

	#pagecontents
	{

	}

		#pagecontents p
		{
			margin-bottom: 1em;
			line-height: 1.4em;
		}

		#menu
		{
			float: left;
			width: 222px;
			background: #FFF;
			padding: 10px;
			display: inline;
		}

			#menu div
			{
				margin-top: 20px;
			}

			#menu div p
			{
				text-align: center;
			}

			#menu div p strong
			{
				font-size: 1.5em;
			}

			#menu ul
			{
				list-style: none;
			}

				#menu ul li
				{
					border-bottom: 1px solid #000;
					line-height: 2em;
					padding-left: 4px;
				}

		#contents
		{
			width: 556px;
			float: left;
			display: inline;
		}

			#contents h2
			{
				margin-bottom: 7px;
			}

			#contents .box
			{
				background: url( img/bg_white.gif ) bottom right no-repeat;
				clear: both;
				padding-right: 10px;
				border-bottom: 1px solid #FFF;
				margin-bottom: 10px;
			}

				#contents .box img
				{
					float: left;
					margin-right: 10px;
					margin-bottom: 10px;
					width: 250px;
				}

				#contents .box div
				{
					float: left;
					width: 280px;
				}

			#contactform
			{
				width: 450px;
			}

.floatfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.floatfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }
.floatfix { display: block; }
/* End hide from IE-mac */

.button
{
	margin-top: 10px;
	color: #000;
	border: none; 
	width: 140px; 
	padding-bottom: 2px;
	height: 21px;
	cursor: pointer; 
	background: #FFF url( img/button.gif ) no-repeat;
	background-position: bottom center;
}

a.button
{
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	padding-top: 3px;
	height: 18px;
	display: block;
}


