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

body {
	margin:0 auto;
	background:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:30px;
	color:#fff;
	font-weight:100;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

h4 {
	font-weight:100;
}

#wrapper {
	width:100%;
	
}

#container {
	margin: 0 auto;
	width:1002px;
	height:100%;
}

#header {
	background:url(../images/head-bg.png) repeat;
	height:54px;
	width:998px;
	
}

.nav-link {
	float:right;
	width:150px;
	height:56px;
	color:#FF0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

div.nav-link a {
	position:relative;
	top:15px;
	word-spacing:5px;
}

.hover {
	background-image:url(../images/hover-btn.png);
}

a {
	color:#FF0;
	text-decoration:none;
}

a:hover {
	color:#FFF;
}

#center {
	background:url(../images/center-content.png) no-repeat;
	height:287px;
	width:981px;
	margin-left:10px;
	margin-right:10px;
}

#feature {
	width:340px;
	position:relative;
	right:-500px;
	top:40px;
}

#learnmore {
	margin-top:20px;
	width:164px;
	height:37px;
	background:url(../images/learn-more.png);
}

#learnmore a {
	position:relative;
	top:10px;
	font-size:14px;
	color:#FF0;
}

#learnmore a:hover {
	color:#FFF;
}

#purchase-block {
	padding-top:10px;
	width:500px;
	height:250px;
	float:right;
}

#sub {
	background:url(../images/bottom-back.png) no-repeat #006600;
	height:100%;
	width:1002px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:50px;
}

#front-page {
	float:left;
	display:inline;
}

#front-page p {
	width:420px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding:15px;
	
}

#featured-images {
	display:inline;
	width:300px;
	height:450px;
	padding-bottom:25px;
}

.char-img {
	float:left;
}

.char-content {
	width:998px;
	height:225px;
	padding-top:35px;
	padding-left:40px;
}

#top-blurb {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:600px;
	text-align:justify;
	padding-left:200px;
	padding-right:200px;
	padding-top:25px;
	color:#FFF;
	font-size:18px;
	font-weight:100;
}

.cont-blurb {
	padding-top:40px;
	padding-left:25px;
	color:#FFF;
	float:left;
	width:500px;
}

#footer {
	height:50px;
	margin-top:20px;
	margin-bottom:20px;
	color:#CCC;
}

#footer a {
	padding-right:25px;
	color:#999;
}

#footer a:hover {
	color:#FFF;
}