body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}

#PageContainer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}

a {
	color: #9E9FA3;
	text-decoration: none;
}

a:visited {
	color: #9E9FA3;
	text-decoration: none;
}

a:hover {
	color: #FED237;
	text-decoration: underline;
}

a:active {
	color: #FED237;
	text-decoration: underline;
}

#Content {
	text-align: left;
	width: 800px;
}

#Menu {
	width: 175px;
	padding: 50px;
	float: left;
	margin-right: 50px;
}

.Button1 {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 32px;
	margin-bottom: -30px;
}

.Button2 {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 32px;
	margin-bottom: -30px;
	margin-left: 40px;
}

.Button3 {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 32px;
	margin-bottom: -30px;
	margin-left: 80px;
}

#Text {
	text-align: justify;
	width: 425px;
	float: left;
}

h1 {
	color: #FED237;
	font-size: medium;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#Footer {
	clear: both;
	font-size: x-small;
	text-align: left;
	height: 50px;
	line-height: 50px;
}

.footer {
	color: #999999;
	text-decoration: none;
}

.footer:visited {
	color: #999999;
	text-decoration: none;
}

.footer:hover {
	color: #FED237;
	text-decoration: underline;
}

.footer:active {
	color: #FED237;
	text-decoration: underline;
}