/* CSS Document */


#contentholder{
	margin-top:20px;
		margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:1000px;
}

#flashholder{
width:1000px;
height:380px;
background-color:#FFFFFF;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
-moz-box-shadow:  0px 0px 10px rgba(0, 0, 0, .7);
}

#navholder{
	width:190px;
	float:left;
	padding-left:60px;
	padding-right:30px;
	margin-top:40px;	
}

#infoholder{
	width:515px;
	float:left;
	padding-right:165px;
	padding-left:30px;
	margin-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	line-height: 1.4em;
	padding-bottom:20px;
}


#nishfooter-wrapper{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:1000px;
}
.nishfooter{
	position:fixed;
	bottom:0;
	height:18px;
	width:150px;
	padding-top:2px;
	background-color:#000;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: center;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
-moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, .5);
}
.nishfooter a:link{
	color: #666;
	text-decoration:none;
}
.nishfooter a:visited{
	color: #666;
	text-decoration:none;
}
.nishfooter a:hover{
	color: #00DFFF;
	text-decoration:none;
}
.nishfooter a:active{
	color: #00DFFF;
	text-decoration:none;
}
.footer{
	float:left;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}
.footer a:link{
	color: #ccc;
	text-decoration:none;
}
.footer a:visited{
	color: #ccc;
	text-decoration:none;
}
.footer a:hover{
	color: #00DFFF;
	text-decoration:none;
}
.footer a:active{
	color: #00DFFF;
	text-decoration:none;
}
