﻿html {
	background-image: url(images/texture.jpg);
	background-position: center 0;
}

body {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	font-family: Arial, Sans-Serif;
}

p {
	line-height: 1.25em;
	margin-bottom: 1em;
}

a {
	color: #1C73FF;
}

ul li {
	margin-left: 1.5em;
	list-style-type: disc;
	margin-bottom: 1em;
}

ol li {
	margin-left: 1.5em;
	list-style-type: decimal;
	margin-bottom: 1em;
}

h1 {
	font-family: "IM Fell DW Pica";
	font-size: 30pt;
	color: #222;
}

h2 {
	color: #222;
	font-weight: bold;
	font-size: 1.2em;
}

td {
	vertical-align: top;
}

#wrap  {
	width: 963px;
	margin: 0 auto;
	min-height: 500px;
	position: relative;
}

#header {
	height: 120px;
	padding-top: 30px;
}

a.title {
	font-family: "IM Fell DW Pica";
	font-size: 60pt;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}

#navigation {
	padding-left: 30px;
	height: 50px;
	margin-bottom: 40px;
}

#navigation a {
	position: relative;
	font-family: "IM Fell DW Pica";
	font-weight: bold;
	font-size: 32px;	
	color: #222;
	text-decoration: none;
	margin-right: 20px;
}

img.current {
	position: absolute;
	top: -50px;
	left: 15px;
}

#navigation a:hover {
	text-decoration: underline;
}

#content {
	margin-right: 393px;
	position: relative;
}

#content .fill {
	background-image: url(images/content-fill.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 500px;
	bottom: 53px;
	width: 100%;
	z-index: 1;
}

#content .inner {
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	min-height: 500px;
	padding: 40px 40px 0 40px;
	position: relative;
	z-index: 2;
}

#content .bottom {
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	height: 53px;
}

#sidebar {
	position: absolute;
	width: 300px;
	top: 465px;
	left: 50%;
	margin-left: 120px;
	color: #222;
}

#sidebar a {
	color: #000;	
}

#sidebar .sidebar-home {
	background-image: url(images/sidebar-border-home.png);
	font-family: "IM Fell DW Pica";
	font-size: 18pt;
	height: 176px;
	width: 245px;
	padding: 30px 40px;
	text-align: center;
}

#sidebar .sidebar-about-us {
	background-image: url(images/sidebar-border-home.png);
	font-family: "IM Fell DW Pica";
	font-size: 18pt;
	height: 176px;
	width: 245px;
	padding: 30px 40px;
	text-align: center;
}

#sidebar .sidebar-news-and-views {
	background-image: url(images/sidebar-border-home.png);
	font-family: "IM Fell DW Pica";
	font-size: 18pt;
	height: 176px;
	width: 245px;
	padding: 30px 40px;
	text-align: center;
}

#sidebar .sidebar-contact-us {
	background-image: url(images/sidebar-border-home.png);
	font-family: "IM Fell DW Pica";
	font-size: 18pt;
	height: 176px;
	width: 245px;
	padding: 30px 40px;
	text-align: center;
}

#footer {
	color: #222;
	font-family: "IM Fell DW Pica";
	font-size: 18pt;
	text-align: right;
	margin-top: 30px;
	position: relative;
	top: -80px;
}
