/* PRINT */
/* ----------------------------------------- */



body {
	font-family:  "Century Gothic", "Apple Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	color: #fff;
}
h3, h4, h5, h6, p {
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
h3, h4, h5, h6 {
	color: #0086c8;
}
h3{
	font-size: 1.4em;
	color: #0086c8;
	font-weight:normal;
}
#wrapper h2{
	font-size: 1.6em;
	text-align: center;
	color: #0086c8;
	padding-bottom: 18px;
}

a:visited,
a {
	text-decoration: underline;
	color: #0086c8;
}
a:hover,
a:active {
	text-decoration: none;
	color: #707a77;
}
#wrapper {
	text-align: left;
	width: 100p%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color: #191817;
	border: none;
	margin-top: 40px;
}

#contentmenu {
	float: left;
	color: #000;
	background-color: #191817;
	background-image: url(../images/paper-tile.jpg);
	background-repeat: repeat;
}

#content {
	float: left;
	color: #fff;
	background-color: #001d2c;
}
#innercontent {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #969696;
}
#menubar{
	display: none;
}
#photobar{
	display: none;
}
#newsbar{
	display: none;
}
.footer{
	display: none;
}