body {
	background		: #3c3c3c url("/library/public/images/body.gif") repeat-x;
	margin			: 0;
	padding			: 120px 0 0 0;
	text-align			: center;
}

#container {
	background		: transparent url("/library/public/images/container.png") repeat-y;
	width			: 950px;
	margin			: 0 auto;
	padding			: 0;
	text-align			: left;
}

#box1 {
	background		: transparent;
	width			: 200px;
	margin			: 0;
	padding			: 16px 22px 224px 18px;
	float			: left;
}

#box2 {
	background		: transparent;
	width			: 200px;
	margin			: 0;
	padding			: 20px;
	float			: left;
	font-family		: Arial, Tahoma, Verdana;
	font-size			: 11px;
	color			: #ffffff;
	line-height		: 22px;
}

#box2 a {
	font-family		: Arial, Tahoma, Verdana;
	font-size			: 11px;
	font-weight		: bold;
	color			: #ffffff;
	text-decoration		: none;
}

#box3 a {
	font-family		: Arial, Tahoma, Verdana;
	font-size			: 11px;
	font-weight		: normal;
	color			: #ffffff;
	text-decoration		: underline;
}

#box2 a:hover {
	text-decoration		: underline;
}

#box3 {
	background		: transparent;
	width			: 430px;
	margin			: 0;
	padding			: 20px;
	float			: left;
	font-family		: Arial, Tahoma, Verdana;
	font-size			: 11px;
	color			: #ffffff;
	line-height		: 18px;
}

#footer {
	background		: #3c3c3c url("/library/public/images/footer.png") no-repeat;
	width			: 450px;
	height			: 80px;
	margin			: 0;
	padding			: 10px 0 0 500px;
	clear			: both;
	font-family		: Arial, Tahoma, Verdana;
	font-size			: 11px;
	color			: #ff0000;
}