body		{
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #aece9d;
		}

div		{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.85em;
		margin-left: auto;
		margin-right: auto;
		}

#wrapper		{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-image: url(images/background.png);
		background-repeat: repeat-y;
		}

#menu		{
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		}
			
#header		{
		height: 100px;
		width: 750px;
		background-image: url(images/header.png);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		}

#content		{
		width: 700px;
		text-align: justify;
		line-height: 1.5em;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		}

#clear		{
		clear: both;
		}

#footer		{
		clear: both;
		width: 750px;
		font-size: 0.75em;
		text-align: center;
		background-image: url(images/footer.png);
		background-repeat: no-repeat;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		}
		
#submenu	{
			text-align: center;
			padding-top: 25px;
			vertical-align: middle;
			}
		
table	{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		border: none;
		}
		
#menu td		{
		text-align: center;
		width: 140px;
		height: 30px;
		border: none;
		}
		
#content td	{
			width: 350px;
			border: none;
			}
		
#menu a		{
		font-weight: bolder;
		font-size: 1.05em;
		}

#submenu a		{
		font-weight: bolder;
		font-size: 1em;
		}

		
a:link	{
		color:#000000;
		text-decoration:none;
		}

a:visited	{
		color:#000000;
		text-decoration:none;
		}
		
a:hover	{
		color: #7eb66e;
		text-decoration:none;
		}
		
a:active	{
		color:#000000;
		text-decoration:none;
		}
		
h1		{
		text-align: center;
		font-size: 2.5em;
		line-height: 1.5em;
		}
		
h2		{
		font-weight: bold;
		font-size: 1em;
		}
strong	{
		font-weight: bolder;
		font-size: 1.2em;
		color: #4c873d;
		}
		
.leftphoto	{
			border: none;
			margin-right: 25px;
			margin-bottom: 10px;
			}
			
.rightphoto	{
			border: none;
			margin-left: 25px;
			margin-bottom: 10px;
			}
