body {
	font-family: Arial, Helvetica, sans-serif; /* Set the font for the whole page */
	background-image: url(background2.gif);
	background-repeat: no-repeat;
}

h1, h2 {
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 3em;
	margin: 160px 140px 80px 350px;
	text-align: center;
}

h2 {
	font-size: 1.4em;
}

li {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	margin-bottom: 10px;
}

/* Layout frames */

#contentWrapper {
	margin-left: 175px;
	margin-bottom: 50px;
	width: 500px;
}

#content {
	position: relative;
	padding: 5px;
	border: none
/*	height: 400px; */
/*	overflow: scroll; */
}

#content p {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000; /* black */
	background-color: transparent;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
}

#linksWrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: auto;
}

#links {
	position: relative;
	margin-top: 400px;
	background-color: transparent; 	
}

#imagesWrapper {
	position: absolute;
	left: 750px;
	top: 0;
	width: 150px;
	height: auto;
}

#images {
	position: relative;
	margin-top: 350px;
	background-color: transparent; 	
}

#footer {
	visibility: hidden;
	background-color: #DCE0DF;
}

#footer table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
}

#footer table th, #footer table td {
	width: 33%;
	border: solid white 2px;
}