@charset "UTF-8";
/* CSS Document */

@font-face {  
  font-family: Century Gothic;  
  src: url( /font/Century Gothic.ttf ) format("truetype");
}
  
body {
	background: #7A1315;
	color: #FFF;
	font-family: Century Gothic, Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
}

#h1 {
	font-size: 24px;
}

#h2 {
	font-size: 30px;
	font-weight: bolder;
}

.a{
	color: #FFF;
}

#wrapper {
	margin: 10px auto;
	width: 900px;
	height: 665px;
}

#header {
	background: url(images/header.png) #560F11;
	background-repeat: no-repeat;
	color:#D2B48C;
	font-size: 90px;
	text-shadow: 0px 5px 10px #340000;
	height: 160px;
	width: 900px;
}

#navigation {
	background: url(images/navback.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 50px;
}

.active {
	background: #020000;
}

#content {
	background: url(images/content.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 444px;
}

#title {
	width: 875px;
	height: 75px;
	padding-left: 25px;
	padding-top: 25px;
}

#inner {
	padding-left: 25px;
	padding-top: 10px;
	width: 865px;
	height: 424px;
	overflow: auto;
}

#footer {
	height: 15px;
	width: 900px;
	color: #FFF;
	font-size: 12px;
}

a:link {color: #FFF; text-decoration: none; }
a:active {color: #FFF; text-decoration: none; }
a:visited {color: #A4A4A4; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: underline; }