@charset "UTF-8";
#container {
	height: 950px;
	width: 1380px;
	background-image: url(include/Corotbackground.jpg);
	border: thick solid #600;
	padding: 20px;
	margin-left: auto;
	float: none;
	left: 0px;
	right: 0px;
}
.body #container #infopanel p {
	color: #007;
	left: 25px;
	position: relative;
	width: 580px;
}
#header {
	height: 220px;
	width: 375px;
	background-color: #09f;
	padding: 10px;
	margin: 10px;
	float: left;
	clear: none;
	-webkit-box-shadow: -10px 10px 10px #000000;
	box-shadow: 10px 10px 10px #000000;
}
.body {
	background-color: #999;
	float: left;
	clear: both;
	margin: 15px;
}
#mythnav {
	margin: 20px;
	padding: 10px;
	height: 430px;
	width: 450px;
	-webkit-box-shadow: -10px 10px 10px #000000;
	box-shadow: 10px 10px 10px #000000;
	background: url(include/beigefabricbackground.jpg);
	float: left;
	clear: none;
	position: absolute;
	left: 30px;
	top: 461px;
}
.body #container #infopanel {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: right;
	height: 850px;
	width: 630px;
	clear: right;
	background-color: #999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-image: url(include/BlueLinedPaperBackground.jpg);
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.body #container #mythnav {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.body #container #leftsidebar {
	padding: 20px;
	float: none;
	height: 100px;
	width: 485px;
	background-color: #FF0;
	clear: left;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a:link {
	color: #006600;
	text-decoration: none;
	}
a:visited {
	color: #660000;
	text-decoration: none;
	}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000099;
	}
.body #container #infopanel p font {
	color: #FF0080;
}
.body #container #infopanel p font strong {
	color: #0F0;
}
