body{
	background:  #232027 url(../img/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ecfde7;
}

p{
   color: #f1ffef;
   margin: 1em;
   font-size: 14px;
   line-height: 1.5em;
}

a{
	color: #ecfde7;
}

a:hover{
	text-decoration: none;
}

p a{
	color: #1CABB4;
}

table, td, tr{
	color: #f1ffef;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5em;
}

h2{
	font-size: 18px;
	color: #1CABB4;
}

h3{
	font-size: 16px;
}

table a{
	color: #1CABB4;
}

p a:hover{
	text-decoration: none;
}

p img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content{
	width: 900px;
	margin-left: 100px;
	margin-right: auto;
	position: relative;
}

#header #logo a#logo-link{
	width: 290px;
	height: 106px;
	background: url(../img/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#menu{
	position: absolute;
	right: 10px;
	top: 70px;
}

#menu ul#nav-menu li{
	display: inline;
	margin-left: 50px;
}

#menu ul#nav-menu li a{
	color: #ecfde7;
	text-decoration: none;
	width: 40px;
}

#menu ul#nav-menu li a:hover{
	text-decoration: underline;
	color: #1CABB4;
}

#blurb{
	width: 786px;
	height: 139px;
	background: url(../img/blurb.png);
	margin-top: 20px;
	margin-bottom: 20px;
}

div.panel{
	width: 663px;
	background:url(../img/panelfill.png) repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 80px;
}

div.panel-top{
	width: 783px;
	height: 13px;
	background: url(../img/paneltop.png) no-repeat;
}

div.panel-bottom{
	width: 783px;
	height: 16px;
	background:url(../img/panelbottom.png) no-repeat;
	margin-bottom: 50px;
}

#footer{
	width: 100%;
	height: 20px;
	background:url(../img/thinbar.png) repeat-x;
}

#footer #footer-content{
	margin-left: 110px;
	margin-right: auto;
	padding-top: 20px;
	position: relative;
	width: 880px;
	padding-bottom: 20px;
	font-size: 12px;
}

#footer ul#footer-menu{
	position: absolute;
	top: 20px;
	right: 0px;
}

#footer-menu li{
	display: inline;
	list-style-type: none;
	margin-left: 2px;
	margin-right: 2px;
}



.bar{
	z-index: -1;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 88px;
	background: url(../img/header_bar.png);
}


