@charset "utf-8";

/*
 * Copyright (c) 2014, 2015, 2016 Flukey Dudes.
 * All rights reserved.
 */

@font-face {
	font-family: d3Font;
	src: url(/d3font.woff);
}
body {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	font-family: serif;
	color: #000000;
	background-color: #7C7D6B;
	background-image: url("/images/tile.png");
	background-repeat: repeat;
	
}
header {
	width: 940px;
	margin: 10px 0;
	padding: 0 10px;
	border-bottom: 5px solid #B2B2B2;
	overflow: auto;
}
footer {
	width: 940px;
	margin: 10px 0;
	padding: 0 10px;
	border-top: 5px solid #B2B2B2;
	overflow: auto;
	text-align: left;
}
main {
	width: 940px;
	padding: 0 10px;
	overflow: auto;
	text-align: left;
}
.box {
	min-height: 100%;
	overflow: auto;
}
#left_frame { /* 620px MAX */
	float: left;
	width: 620px;
	margin-right: 10px;
}
#right_frame { /* 300px MAX */
	float: right;
	width: 284px;
	padding: 0 5px;
	border: 3px outset black;
	margin-left: 10px;
	text-align: right;
	background-color: #B2B2B2;
}
h1 {
	font-family: d3Font;
	font-size: 4em;
	text-shadow: -1px -1px 1px #B2B2B2, 2px 2px 2px #FF0000, 2px 2px 10px #FF0000, 2px 2px 20px #FF0000;
	margin: 0;
}
h2 {
	font-family: d3Font;
	font-size: 1.5em;
	text-shadow: 2px 2px 1px #FFFFFF;
	margin: 0 0 0.5em;
	padding: 10px 0; 
	
}
h3 {
	font-family: d3Font;
	font-size: 1.2em;
	text-shadow: 2px 2px 1px #7C7D6B;
}
