html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #000000;
	background-image: url(../images/blueSmoke.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}

#wholePage {
	width: 100%;
	min-height: 100%;
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	margin: 0px;
	padding: 0px;
	
	color: #1D1D1D;
	
	background-image: url(../images/mainPageBack.png);
	background-position: center 400px;
	background-repeat: repeat-x;
}

#header {
	width: 934px;
	height: 48px;
	
	background-image: url(../images/topBarGreen.png);
	background-position: center 80px;
	background-repeat: no-repeat;
		
	padding: 16px 32px 18px 32px;
	margin: 0px auto;
	
	position: relative;
}

#header > a, #header > a > img {
	border: 0px none;
	padding: 0px 0px;
	margin: 0px 0px;
	
}

#header > a > img.zionGreenLogo {
	position: absolute;
	
	left: 30px;
	top: 23px;
}

#header > a > img.kashmaniacLogo {
	position: absolute;
	
	left: 785px;
	top: 24px;
}

#banner {
	width: 1000px;
	height: 318px;
	
	padding: 0px 0px;
	margin: 0px auto;
}

#stage {
	width: 934px;
	
	padding: 32px 32px 0px 32px;
	margin: 0px auto;
	
	overflow: auto;
}

#stage a {
	color: #104F9A;
	text-decoration: none;
}

#stage p {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 9pt;
	font-weight: 400;
	
	line-height: 175%;
}

#stage a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#stage > div {
	float: left;
	min-height: 500px;
}

#stage >  div.mainColumn {
	width: 338px;
	padding: 0px 32px 0px 0px;
}

#stage > div.logoColumn {
	width: 243px;
	padding: 0px 32px 0px 32px;
}

#stage > div.logoColumn > a {
	display: inline-block;
	float: left;
	margin: 0px 0px 32px 0px;
}

	#stage > div.logoColumn > a  > img {
		border: 0px none;
	}

#stage > div.projectsColumn {
	width: 178px;
	background-color: #D4D4D5;
	
	padding: 0px 16px 0px 16px;
	float: right;
}
#stage > div.projectsColumn > h2 {
	width: 178px
	display: block;
	text-align: center;
}

#stage > div.projectsColumn > ul {
	list-style-type: none;
	padding: 0px 0px;
	margin: 0px 0px;
}

#stage > div.projectsColumn > ul > li {
	text-indent: 0px;
	background-color: #DBDBDB;
	
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #AEAEAE;
}

#stage > div.projectsColumn > ul > li > h3 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14pt;
	font-weight: 600;
	letter-spacing: -1px;
	
	padding: 0px 0px;
	margin: 0px 0px;
	
	display: block;
	width: 178px;
	background-color: #F9F9F9;
	text-align: center;
	color: #1D1D1D;
}

#stage > div.projectsColumn > ul > li > h3 > a {
	display: block;
	width: 178px;
	padding: 2px 0px;
	background-color: #F9F9F9;
	text-align: center;
	color: #1D1D1D;
}

#stage > div.projectsColumn > ul > li > h3 > a:hover {
	background-color: #1D1D1D;
	color: #FFFFFF;
	text-decoration: none;
}

#stage > div.projectsColumn > ul > li > p {
	font-size: 8.5pt;
	line-height: 150%;
	padding: 4px 4px;
	margin: 0px 0px;
}

#footer {
	display: block;
	clear: both;
	width: 934px;
	margin: 0px auto 0px auto;
	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 9pt;
	font-weight: 400;
	
	line-height: 130%;
	
	color: #999999;
	
	border-top: 1px solid #DDDDDD;
	padding: 8px 0px;
}

#footer > p {
	float: right;
	margin: 0px 8px;
	padding: 2px;
	
	font-size: 8pt;
}

#footer > a.footerLogo {
	float: right;
	margin-right: 32px;
	
}

#footer > a.footerLogo > img {
	border: 0px none;
	padding: 0px 0px;
}

#footer > p > a {
	text-decoration: none;
	color: #999999;
}

#footer > p > a:hover {
	text-decoration: underline;
}