@charset "UTF-8";

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif, Helvetica Neue Medium;
	font-weight: normal;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	color: rgb(90,90,90);
	background-color: rgb(208,208,209);
	letter-spacing: 1px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;	
}




a:link {
	color: rgb(255,255,255);
	font-weight: medium;
	text-decoration:none;
	outline : none; border: 0px;
	
	}      /* unvisited link */
a:visited {
	color: rgb(255,255,255);
	font-weight: medium;
	text-decoration:none;
	outline : none; border: 0px;
	}  /* visited link */
a:hover {
	color: rgb(145,145,150);
		font-weight: bolder;
		text-decoration:none;
		outline : none; border: 0px;
}  /* mouse over link */
a:active {
	color: rgb(255,255,255);
		font-weight: medium;
		text-decoration:none;
		outline : none; border: 0px;
}  /* selected link */ 

a img {outline : none; border: 0px;}
a:img {outline : none; border: 0px;}


#logo_banner {
	position: absolute;
	left: -10px;
	top: 18px;
	width: 216px;
	height: 91px;
}

#menu {
	font-size: 16px;
	position: absolute;
	left: 218px;
	top: 28px;
	height: auto;
	font-weight: medium;
	text-align: center;


	border: 0px;
	/* Firefox */
	width: -moz-calc(100% - 372px);
	/* WebKit */
	width: -webkit-calc(100% - 372px);
	/* Opera */
	width: -o-calc(100% - 372px);
	/* Standard */
	width: calc(100% - 372px);
}

#social {
	position: fixed;
	right: 18px;
	top: 18px;
	width: auto;
	height: auto;
	left: auto;
	z-index: 1111;
}


#content_wrapper {
	position: relative;
	margin-left:auto;
	margin-right:auto;

	top: 0px;
	width: auto;
	height: 100%;
	

	display: block;
}

.spacer {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 0%;
	width: auto;
	height: 100px;
	display: block;
	clear: both;
}

#menu1 {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	width: 100%;
	height: auto;
	display: block;
	
	padding-top: 0px;
	padding-bottom: 64px;
}


#menu_itself {
	display: block;
	margin: 0 auto;
	top: 0px;
	width: 730px;
	height: auto;
	position: relative;
	
}






#bottom {
	top: auto;
	clear:both;
	padding-top: 112px;
	position: relative;
	left: 0px;
	height: auto;
	width: 100%;
	min-width: 730px;
	font-weight: normal;
	letter-spacing: 1px;
		font-size: 15px;	

	text-align: center;
	border: 0px;
	color: rgb(255,255,255);
	display: block;
	bottom: 0%;

	}

