﻿@import url('layout.css');
body {
	font-family: Arial;
	background-image: url('../Pictures/ContainerBackground.png');
	background-repeat: repeat;
}
#container {
	width: 963px;
	margin: auto;
}
#masthead {
	width: 963px;
	background-image: url('../Pictures/MastheadBackground.png');
	background-repeat: no-repeat;
	height: 100px;
}
#animation {
	float: left;
	padding-left: 1em;
	padding-top: .1em;
}
#title {
	float: left;
	padding-left: .3em;
	padding-top: .5em;
	font-size: 2.5em;
	font-weight: 900;
	font-family: Aharoni;
	color: white;
}
#headerbuttons {
	float: right;
	margin-top: 1.2em;
	margin-right: 2.5em;
}
#cse-search-box {
	font-size: 80%;
	margin-top: 1.5em;
	text-align: right;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-bottom: 8px;
	padding-left: 5px;
}
#content {
	background-image: url('../Pictures/ContentBackground.png');
	background-repeat: repeat-y;
	border-top: 1px #ededed solid;
	border-bottom: 1px #ededed solid;
	margin-left: -2px;
}
#footer {
	background-image: url('../Pictures/FooterBackground.png');
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	color: orange;
	width: 963px;
	height: 62px;
	padding-top: 1em;
}
/* Ads */
.PagesLeaderboard {
	margin-left: 225px;
}
.LrgRctngleAbove {
	margin-left: 240px;
	float: left;
}
.LinkUnit {
	margin-left: 265px;
}
.ExBtmAd {
	background-image: url('../Pictures/ExTopBackground.png');
	background-repeat: repeat-x;
	text-align: center;
	background-color: #f9f7f5;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	border: 1px #d9cfc3 solid;
	margin-bottom: 8px;
	margin-top: 8px;
	width: 55.85em;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 1px;
	border: 1px solid #ede7e0;
	background-color: #505151;
	font-family: "Aharoni";
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px;
	font-size: 15px;
}
#navigation a:hover {
	color: yellow;
	background-color: #777;
}
/* Content Styles */
.link {
	list-style: none;
	margin-left: 230px;
	font-size: 14px;
	margin-bottom: .3em;
}
#content h1 {
	margin-left: 230px;
	font-size: x-large;
	font-weight: 700;
}
#content h2 {
	font-size: large;
	font-weight: 700;
	margin-left: 230px;
	margin-right: 2em;
}
#content h3 {
	margin-left: 230px;
	font-size: 15px;
	font-weight: 400;
	margin-right: 2em;
}
#content h4 {
	margin-left: 230px;
	font-size: medium;
	font-weight: 700;
	margin-right: 2em;
}
#content h5 {
	margin-left: 230px;
	font-size: 14px;
	font-weight: 400;
	margin-right: 2em;
	margin-bottom: -1em;
}
#content h6 {
	margin: auto auto auto 1.5em;
	font-size: medium;
	font-weight: 700;
}
#content a {
	font-weight: 700;
}
.link {
	margin-left: 200px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
/* Footer Styles */
#footer a:link, #footer a:active, #footer a:visited {
	font-size: small;
	font-weight: 400;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	font-size: small;
	font-weight: 400;
	color: blue;
	text-decoration: underline;
}
/* Articulate Styles */
#articulatecontainer {
	font-size: 100%;
	margin-bottom: 55px;
	margin-top: 8px;
	margin-left: 207px;
	width: 734px;
}

