@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'), url(./_xyN3apAT_yRRDeqB3sPRg.woff) format('woff');
}
div#page-wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0px;
}
div#header{
	width: auto;
	height: 150px;
	background: url(../images/header.png) repeat-x;
	position: relative;
}
div#header div#header-content{
	width: 1000px;
	height: 150px;
	position: relative;
	background: url(../images/header-content.png) no-repeat;
	margin: 0px auto;
}
div#header div#header-content a#title{
	display: block;
	position: absolute;
	text-decoration: none;
	left:180px;
	top: 20px;
	font-family: 'Ubuntu', verdana;
	font-size: 55px;
	z-index: 60;
	color: #defbff;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
div#header div#header-content div#logo{
	position: absolute;
	left: 30px;
	top: 0px;
	background: url(../images/logo.png) no-repeat;
	width: 100px;
	height: 164px;
	z-index: 50;
	opacity: 0.5;
}
div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background: #373737 url(data:image/gif;base64,R0lGODlhAQBkANUAADAwMC4uLi0tLS0tLDQ0NDc3NjU2NTY3Ny8wLy8vLysrKzc2NysrLDIxMi4uLywsKzIxMTQ1NDU0NDEwMC0uLjIyMy4tLpubmy8wMC4vLzM0My0sLTM0NDEwMTAvLzY2NjU1NTIyMiwsLDMzMzc3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAGQAAAY2wAtpSCwaj8ikklg4kBafqAFEjUgIBI5mVBmFQo0QpDMBADAeRCITcAQoFoFgMNiI7qIHQxEEADs) repeat-x;
}
div#footer-content {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	background: url(../images/footer-content.png) no-repeat;
	color: rgb(200,200,200);
	font-size: 13px;
}
div#footer-content p{
	margin: 20px 10px 0;
	float: left;
}
div#wrapper {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	min-height: 100%;
	padding-bottom: 100px;
}
div#wrapper div#content{
	position: relative;
	box-shadow: 0px 0px 50px -2px rgba(0, 0, 0, 0.3);
	padding: 7px;
}
div#wrapper div#content table{
	max-width: 100%;
}

div.nav {
        float: right;
	margin-top: 84px;
        margin-right: 50px;
	height: 50px
}
div.nav > ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
	width: 790px;
}
div.nav > ul > li {
	float: left;
	height: 66px;
	font-size: 22px;
	line-height: 44px;
	padding: 0px 0px 0px 1px;
	letter-spacing: 0px;
	font-family: 'Monda', verdana;
	background: transparent url(data:image/gif;base64,R0lGODlhAQAGAIABAP///////yH5BAEAAAEALAAAAAABAAYAAAIDRB5QADs=) 0px 50% no-repeat;
}
div.nav > ul > li:first-child{
	background: none;
}
div.nav > ul > li a {
	position: relative;
	color: #fff;
	z-index: 98;
	height: 54px;
	display: block;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	padding: 12px 5px 0px 5px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
}
div.nav > ul > li a:hover{
	background-color: #2d2d28;
}
div.nav > ul > li.active a{
	background-image: url(../images/active-line.png), url(../images/active-line.png), url(../images/active.png);
	background-position: 0 5px, right 5px, 0 5px;
	background-repeat: no-repeat, no-repeat, repeat-x;
}