@font-face {
	font-family: 'Grandesign Neue Serif';
	src: url('/Grandesign Neue Serif.ttf');
}
a img {
	border: none;
}
html {
	height: 100% !important;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #DADADC url('/images/bg.gif');
	position: relative;
	font-family:"Grandesign Neue Serif";
}

/*highlight text, highlight is pink.*/
::selection {
	background: #ffb7b7; /* Safari and Chrome*/
	}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}

#header {
	width: auto !important;
	width: 900px;
	min-width: 900px;
	margin-bottom: 10px;
	box-shadow: 0 1px 10px black;
}
#header a {
	outline: none;
}
#banner-wrapper {
	background: url('/images/bannerbg.png');
}
#banner {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background-image: url('/images/logobanner.png')
}
#nav-wrapper {
	background: #959595 url('/images/navbg.png');
	background-size: 1px 50px;
}
#nav {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	line-height: 100%;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	position: relative;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
#nav ul li a:link {
	height: 100%;
	padding: 17px 30px;
	display: block;
	color: #F5F5F5;
	text-decoration: none;
}
#nav ul li a:visited {
	color: #F5F5F5;
}
#nav ul li a:hover, #nav ul li:hover a:link {
	/* background: #757575; */
	background: #959595;
	padding-top: 18px;
	padding-bottom: 16px;
	box-shadow: inset 0 3px 10px -2px black;
	
	-webkit-transition: background .2s, box-shadow .2s; /* Safari and Chrome */
	-moz-transition: background .2s, box-shadow .2s; /* Firefox 4 */
	-o-transition: background .2s, box-shadow .2s; /* Opera */
	transition: background .2s, box-shadow .2s;
}
#nav ul ul {
	display: block;
	background: #959595;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 100%;
	box-shadow: 1px 1px 10px black;
	-webkit-transition: opacity .2s, visibility 0s .2s;
	-moz-transition: opacity .2s, visibility 0s .2s;
	-o-transition: opacity .2s, visibility 0s .2s;
	transition: opacity .2s, visibility 0s .2s;
}
#nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
#nav ul ul li {
	float: none;
}
#nav ul li:hover ul li a:link {
	background: #959595;
	padding-top: 17px;
	padding-bottom: 17px;
	box-shadow: none;
	
	-webkit-transition: none; /* Safari and Chrome */
	-moz-transition: none; /* Firefox 4 */
	-o-transition: none; /* Opera */
	transition: none;
}
#nav ul li:hover ul li a:hover {
	/* background: #4E4E4E; */
	background: gray;
	box-shadow: none;
}
#main {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 64px;
	position: relative;
}
#content {
	padding: 5px 10px 30px 10px;
	position: relative;
}
#footer-wrapper {
	width: 100%;
	background: lightgray;
	position: absolute;
	bottom: 0;
	box-shadow: 0 0 10px gray;
	text-shadow: 0 1px white;
}
#footer {
	width: 900px;
	height: 16px;
	margin: 24px auto;
	color: gray;
	text-align: center;
	line-height: 100%;
}