﻿html, body
{
	margin: 10px;
	padding: 0;
}

body
{
	background: #ffffff url('../images/backgroundimage.jpg') fixed center top;
	font-family:  Arial, Verdana, Sans-Serif;
}
#container
{
	text-align: center;
	margin: 0 auto auto auto;
	width: 760px;
	height: 600px;
}
.main
{
	margin: auto;
	width: 760px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}
#logo
{
	height: 120px;
	margin-right: 250px;
}
#frontImage
{
	padding-top: 1px;
	margin-right: 250px;
}
#menu
{
	float: right;
	width: 222px;
	height: 700px;
}
#content
{
	margin-right: 230px;
	text-align: justify;
	font-size:medium;
}
#content .padding
{
	padding: 25px 25px 25px 10px;
}
#footer
{
	font-size: small;
	clear: both;
	height: 66px;
	vertical-align: text-bottom;
}
.address
{
	text-align: center;
	font-size: medium;
}

h2
{
	font-size: large;
}
li
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 20px;
}
.Heading
{
	font-weight: bold;
}
.bullet
{
	list-style-type: disc;
	margin-bottom: 5px;
}
sup
{
	font-size: xx-small;
}

