﻿@font-face {
    font-family: 'WildScriptplRegular';
    src: url('WildScript.eot');
    src: url('WildScript.eot?#iefix') format('embedded-opentype'),
         url('WildScript.woff') format('woff'),
         url('WildScript.ttf') format('truetype'),
         url('WildScript.svg#WildScriptplRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BogbooBold';
    src: url('BogbooBold.eot');
    src: url('BogbooBold.eot?#iefix') format('embedded-opentype'),
         url('BogbooBold.woff') format('woff'),
         url('BogbooBold.ttf') format('truetype'),
         url('BogbooBold.svg#BogbooBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	display: inline;
}

html {
    color: black;
    font-size: 1em;
	background-image: url(../img/bg.jpg);
	font-family: "BogbooBold", sans-serif;
}

header {
	width: 100%;
	font-size: 48px;
	text-shadow: 1px 0px 1px #eee, 0px 1px 1px #ccc, 2px 1px 1px #eee, 1px 2px 1px #ccc, 3px 2px 1px #eee, 2px 3px 1px #ccc, 4px 3px 1px #eee, 3px 4px 1px #ccc, 5px 4px 1px #eee, 4px 5px 1px #ccc, 6px 5px 1px #eee, 5px 6px 1px #ccc, 6px 6px 1px black;
	filter:DropShadow(color=#ccc, offx=6, offy=6);
	text-align: center;
	padding: 5px 0;
	background-image: url("header_line.jpg");
	background-repeat: repeat-x;
}

section {
	border-bottom: 1px solid #dde0ee;
	margin-bottom: 25px;
	padding: 15px;
}

section:nth-child(odd) {
	background: #fdfdfd;
	box-shadow: inset 0 1px 0 0 white;
}

.content {
	max-width: 1100px;
    margin: 25px auto;
	font-size: 18px;
}

.content_left {
	float: left;
	width: 28%;
	font-weight: 800;
}

.content_right {
	float: left;
	width: 70%;
}

.clear {
	clear: both;
}

footer {
	clear: both;
	width: 66%;
	height: 50px;
	margin: 0 auto;
    text-align: center;
}

footer a {
	text-decoration: none;
	color: black;
}