body {
	background-color: #FFFFCC;
	background:url("woodgrain_dark.jpg");
	width:99%;
	height:100%;
	font-family:"Comic Sans MS",sans-serif;
	font-size:1.1em;
}

h3 {
	color:#66C285;
}

a {
	color:#1947D1;
	text-decoration:none;
}

ul {
	margin-top:0;	
}

#content-container {
	margin: auto;
	width:85%;
	background-color: white;
	padding:1em;
	border: 5px double #66C285;
	border-radius:25px;
	text-align:center;
}

#details {
	text-align:left;
	margin:5% 4% 0 4%;
}

#leftline {
	height:100%;
	width:38px;
	background-image:url("rulerleft.png");
	position:fixed;
	left:0px;
	top:0px;
	margin: 0 1em 0 0;
}

#rightline {
	height:100%;
	width:38px;
	background-image:url("rulerright.png");
	position:fixed;
	right:0px;
	top:0px;
	margin: 0 0 0 1em;
}
