/*
Forevermore Design February 2008
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../_images/body_background.jpg) center top no-repeat;
	font: normal 15px Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666666;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6666CC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
    letter-spacing: .3em;
	line-height: 22px;
	border-bottom: #9999CC 1px dashed; 
}

p {
	line-height: 22px;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	padding: 0px;
	height: 80px;
	margin: 0 auto;
	background: url(../_images/) no-repeat;
}

#header a, img {
    border: none;
}

#current a:link, a:hover {
    color:#000;
}

#nav_1_selected {
    color: #FFCC33;
}
ul#nav_1 {
    text-align: center;
	height: 20px;
	width: 100%;
	min-width: 900px;
	height: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: #6666CC url(../_images/) repeat-x;
}

#nav_1 li {
	display: inline;
}

#nav_1 a {
	padding: 0px 10px 0 10px;
	margin: 0px;
    text-decoration: none;
    font: bold 10px Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase;
	color: #9999FF;
}

#nav_1 a:hover {
	color: #fff;
}

#current a:hover {
	color: #000;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto 0px auto;
	padding: 0px;
	text-align: center;
	background: url(../_images/) no-repeat;
}
h1#title {
    padding-top: 20px;
}

/* Story */

#story {
    width: auto;
	text-align: left;
    padding-left: 130px;
	padding-right: 130px;
    line-height: 50px;
}

#storypar {
    text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* Footer */

#footer {
	font: normal 10pt Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#footer p {
	text-align: center;
	color: #6666cc;
	line-height: 25px;
}
#footer a {
    color: #999;
	text-decoration: none;
}
#footer a:hover {
    color: #000;
}