html,html body {

	margin:0;
	z-index:0;
	height:100%;
}

#fade-wrapper {
		background:url(../images/background.png) repeat;	
}

#wrapper {
	background: url(../images/background-fade.png) repeat-x;
	background-position:top left;
	z-index:1;
}

img {
	border:none;
}

#header {
	height:400px;
	background:url(../images/header.jpg) repeat-x;
/*	background-attachment:fixed;*/
	background-position:top center;
	margin:auto;
}

#header #logo {
	height:231px;
	width:372px;
	margin:0 auto;
}

#header #nav-bar {
	position:relative;
	top:160px;
	height:52px;
	background:url(../images/border.png) repeat-x;
}

#header #nav-links {
	list-style:none;
	padding:0;
	margin:0;
	margin:0 auto;
	font-family:"Georgia";
	font-size:23px;
	text-transform:uppercase;
	color:white;
	text-shadow: #000 2px 2px 2px;
	padding-top:12px;
	height:52px;
	width:100%;
	text-align:center;
}

#header #nav-links a {
	color:#fff;
	text-decoration:none;
}

#header #nav-links a:hover {
	color:#f5e6af;
}

#header #nav-links li {
	display:inline;
	padding:50px;
}

#content-wrapper {
	margin:0 auto;
	background:url(../images/content-middle.png) repeat-y;
	width:863px;
}

#content-wrapper #header {
	width:849px;
	height:309px;
	background:url(../images/content-header.jpg) no-repeat;
	padding:0;
	margin:36px 10px 10px 9px;
	z-index:15;

}

#content-wrapper #header #highlight-content {
	padding-top:30px;
	height:280px;
	width:783px;
	background:url(../images/header-highlight.jpg) no-repeat;
	background-position:center center;
	margin-left:32px;
}
#content{
	padding:10px 20px 5px 20px;
	height:100%;
}

#images {
	padding:10px;
	background:url(../images/images-background.png) no-repeat;
	height:280px;
}

#images img {
	position:relative;
	margin-top:32px;
	margin-left:38px;
}

#left {
	width:470px;
	float:left;
	height:100%;
	margin-left:5px;
}

#content #right {
	width:360px;
	float:right;
	background:#ebeade;
	padding:10px 0 50px 0;
	margin-top:-28px;
	margin-right:-12px;
	height:100%;
}

#about {
	padding:5px 25px 50px 25px;
}

#facebook{
	width:100%;
	text-align:center;
}

#right {
	height:100%;
}
#right a {
	color:#018ea0;
}
#facebook a {
	text-align:center;
}

.post {
	width:437px;
	text-align:center;
	border-top:#000 dotted 3px;
	padding:20px 0 10px 0;
}

#content h1 {
	font-family:'Georgia';
	font-size:38px;
	font-style:normal;
	font-weight:lighter;
	color:#7a665c;
	width:437px;
	padding-bottom:5px;
	text-align:left;
	margin:0;
}

#content p{
	width:100%;
	text-align:left;
}
#content h2 {
	font-family:'Georgia';
	font-size:27px;
	font-style:normal;
	font-weight:100;
	color:#7a665c;
	width:437px;
	margin-bottom:0px;
	text-align:left;
}

#content p {
	font-family:'Arial';
	font-size:14px;
	font-style:normal;
	font-weight:100;
	color:#000;
}

#links {

	padding:30px;
}

#links ul {
	font-family:'Georgia';
	list-style:none;w
	padding:0;
	margin:0;
}

#content p a {
	color:#018ea0;
}

#logo2 {
	text-align:center;
}
#footer {
	position:relative;
	height:50px;
	top:5px;
	margin-top:-10px;
	background:url(../images/border.png) repeat-x;
}

#clear {
	clear:both;
}
