/* CSS Document */
body {
	color:#fff;
	background: #000 none;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	margin: 0 !important;
	padding: 0 !important;
}
a {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #ddd;
	text-decoration: underline;
}
a img {
	border-width: 0;
}
h1 {
	margin:0;
	font-size: 24px;
	font-weight: normal;
	text-align: left !important;
}
h1 img {
	float: right;
	border: 3px solid #fff;
	margin: 20px -100px 10px 20px !important;
}
h2 {
	margin:0 0 0.5em 0;
	font-size:1.3em;
	color:#ccc;
}
h3 {
	margin:0 0 0.5em 0;
	font-size:1.2em;
	color:#ccc
}
h4, h5, h6, h7, h8 {
	margin:0;
	font-size:1em;
	color:#ccc
}
p {
	margin: 0 0 1em 0;
	line-height: 18px;
}
p#ig-link {
	padding: 0 10px 10px;
	font-size: 9px;
	color: #bbb;
	width: 790px;
	text-align: right;
	margin: 0 auto;
}
#anchor {
	margin: 0 auto;
	width:100%;
	margin-bottom: 0 !important;
	position: relative;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
	width:960px;
	margin-bottom: 0 !important;
	position: relative;
	border-top-width: 0;
}
#header {
	background: #000 url(../images/poj-header.jpg) top left no-repeat;
	float:left;
	width: 960px;
	height: 185px;
	overflow: visible;
}
html>body #header {
	border-bottom: none;
}
#header img {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	min-height: 100px;
}
#nav {
}
#top-image {
}
.left-break {
}
.right-break {
}
.clear {
	clear:both
}
#contentContainer {
	width: 960px;
	position: relative;
	background: transparent url(../images/content-bg.jpg) top left repeat-y;
	float: left;
	z-index: 0;
}
#sidebar {
	display: none;
}
html>body #sidebar {
}
#content {
	float: right;
	border: none;
	width:560px;
	padding: 0 100px 30px 300px;
	position: relative;
	background: transparent url(../images/main-content-bg.jpg) bottom left no-repeat;
	min-height: 600px;
	z-index: 0;
	overflow: visible;
}
#content p img {
	border: 1px solid #fff;
	float: left;
	margin: 10px 20px 10px 0 !important;
}
#gallery-content {
	float: left;
	width: 860px;
	padding:10px 0 10px 0;
	margin:0;
}
#gallery-content div {
	float:left;
	width:820px;
	padding: 20px;
	background-color:#000;
	margin-right: -1px;
}
#footer {
	width: 810px;
	position: relative;
	margin-left: 35px;
	float: left;
}
html>body #footer {
	width: 810px;
	position: relative;
	margin-left: 75px;
	float: left;
}
#footer p {
	text-align: center;
}
/* Menu Starts Here */

ul#ig-menunav {
	display: block;
	width:170px;
	height: 290px !important;
	position: relative;
	padding: 20px;
	margin:0;
	top: 140px;
	left: 20px;
	font-size: 18px;
	float: left;
	z-index: 500;
	background: transparent url(../images/nav-bg.gif) top left no-repeat;
	margin-bottom: -175px;
}
html>body ul#ig-menunav {
	margin-bottom: 0;
}
#ig-menunav li {
	width: 130px;
	display: block;
	margin: 0;
	padding: 0 0 13px 0;
	position: relative;
	z-index: 0;
	line-height: 20px;
	background: transparent url(../images/nav-divide.gif) left bottom no-repeat;
	list-style-type: none;
}
#ig-menunav li a {
	color:#FFF;
	font-weight: Normal;
	text-align:left;
	padding: 5px 10px 0;
	width:130px;
	display: inline-block;
	text-decoration: none;
	z-index: 0;
}

#ig-menunav li a:hover {
	color:#bbb;
}
/* Sub menu */

#ig-menunav li ul {
	padding-left: 10px;
}
#ig-menunav li ul li {
	background: none;
	width: 150px;
	margin: 0;
	display: block;
	position: relative;
	font-size: 16px;
	padding: 0;
}
