body, html {
	margin:0;
	padding:0;
	color: #444;
	background-color: #f2f2f2;
	font-family: Helvetica, sans-serif;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border-style:none;
}

h1
{
	font-size:14pt;
}

h2
{
	font-size:12pt;
}

#container
{
	width:970px;
	margin: 10px auto;
	color: black;
	background-color: white;
	border: 1px solid #ddd;
	/*
	-moz-box-shadow: 0px 1px 5px #222;
	-webkit-box-shadow: 0px 1px 5px #222;
	box-shadow: 0px 1px 5px #222;
	*/
}

#header
{
}

#header img
{
	display: block;
	width: 744px;
	margin: 10px auto 20px auto;
}

#content
{
	padding: 10px;
	font-size:10pt;
}

#address
{
	width:150px;
	margin-left: auto;
	margin-right: auto;
}

#content h1
{
}

#footer
{
	width:300px;
	margin: 0 auto;
	font-size: 8pt;
	text-align:center;
}

#footer p
{
	margin-bottom:2px;
}

#footer a
{
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#footer a.unbordered
{
	border:none;
}

#footer a:hover
{
	color: #111;
	border-bottom: none;
	font-weight: bolder;
}

#footer ul
{
	padding:0;
	margin:0;
	list-style: none;
}

#footer li
{
	display: -moz-inline-stack;
	display: inline-block;
	margin-right: 5px;
	zoom: 1;
	*display: inline;
}

