@font-face {
	font-family: Onyx;
	src: url(../fonts/onyx.ttf);
}

@font-face {
	font-family: Shruti;
	src: url(../fonts/shruti.ttf);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Onyx, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
}

p.newsUnderline {
	font-family: Shruti, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	border-bottom: 1px solid #000000;
	margin-top: -3em;
}


html, body {
	margin: 0;
	padding: 0;
	background: #000000;
	color:#FFFFFF;
}

div#site {
	position: relative;
	top: 12px;
	width: 935px;
	margin: auto;
	padding: 0;
}

img#logoImg {
	position: absolute;
	z-index: 20;
	left: 85px;
	top: 225px;
}

div#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 346px;
	border: 0;
	background: url(../images/header_back.png) 1px top;
}

div#outerContent {
	position: relative;
	border: 2px groove #a8a8a8;
	color: #000000;
	background:  #edd0aa url(../images/main_back_repeat.png) left 460px repeat-y;
	min-height: 470px;
	height: auto !important;
	height: 470px;
}

img#watermark {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 0;
}

img#printLogo {
	display: none;
}

div#content {
	position: relative;
	margin: 260px 0 45px 0;
	left: 45px;
	width: 841px;
}

div#navi {
	position: absolute;
	top: 150px;
	left: 45px;
	margin: 0;
	padding: 0;
}

div#navi ul {
	margin: 0;
	padding: 0;
}

div#navi li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0 -8px;
	padding: 0;
}

a img {
	border:0;
}

div#footer {
	position: relative;
	border:0;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

.noDisplay {
	display: none;
}
