@charset "utf-8";
/* CSS Document */

body {
	margin: 20px 0px 0px 0px;
	background-image:url(images/bg_burst.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#4f1f0f;
}

a {
	color:#422D01;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.container {
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
}

.header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:118px;
	width:900px;
}

.menu_outer {
	background-image:url(images/bg_brown.png);
	background-repeat:repeat;
	height:34px;
	width:900px;
}

.menu_inner {
	padding: 5px 10px 5px 10px;
	text-align:center
}

.menu_inner a {
	color:#FCD900;
	text-decoration:none;
	font-size:22px;
	padding:0px 30px 0px 30px;
}

.menu_inner a:hover {
	text-decoration:underline;
}

.content_container {
	width:900px;
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
}

.content_body {
	width:580px;
	float:left;
	padding:10px 10px 10px 10px;
	font-size:16px;
	line-height:130%;
}

.content_poem {
	width:280px;
	margin-left:600px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	font-weight:bold;	
	text-align:center;
	line-height:130%;
}

.content_poem_general {
	width:280px;
	margin-left:600px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	text-align:center;
	line-height:130%;
}

.footer {
	background-image:url(images/bg_footer_grad.png);
	background-repeat:repeat-x;
	width:878px;
	height:20px;
	padding:110px 10px 10px 10px;
	font-size:12px;
	text-align:right;
}

.footer a {
	color:#422D01;
}
