body 
{
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	/*background-image: url(../images/bkg_purple-grad.jpg);*/
	background-repeat:repeat-x;
	background-color: #000000;
}
#wrapper 
{
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	/* background-color: #000000;
	*/
	
}
#masthead 
{
	width: 900px;
	height: 94px;
	background-image: url(../images/header-top.jpg);
	background-repeat:no-repeat;
	
}
#nav 
{
	/* set margin-top to the same has masthead height.
	 * Because nav div uses z-index, we need to explicitly
	 * set the margin-top so not to overlap masthead background
	 * image
	 */
	margin-top: 94px;
	background-color: #000;
	/* make it appear above slideshow  layer so set position absolute and z-index to higher than slideshow - assuming it's 0 
	 * alternative option is to put this on the slideshow div instead, and put z-index as 0. Might be better for layout reasons.
	 * because of this, I need to set the width explicitly to set background color, without postion: absolute, I don't need to 
	 * set width.
	*/
	z-index: 10;
	position: absolute;
	width: 900px;
}
/* To style top navbar, see the js/jqueryslidemenu.css file for sliding menu css styles */
/*
#nav a 
{
	color: #FFFFFF;
}
#nav a:hover 
{
	color: #00FFFF;
}
#nav ul
{
	/*margin:0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav ul li
{
	#color: #FFFFFF;
	#padding: 0 8px 0 8px;
	#display:inline;
}
*/
#content_wrapper_default, #content_wrapper_home 
{
	/* div area that wraps content
	 * use this area for content that does not
	 * need padding and needs to flush against
	 * wrapper border.
	 */
	 margin-top:20px;
	 background-color:#FFFFFF;
}
#content
{
	padding: 20px;

}
.seperatorInvisible 
{
	height: 0;
	clear: both;
}
#footer 
{
	background-color: #000;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}
#copyright 
{
	font-size: 11px;
	color:#666666;
}
img 
{
	border: 0;
}
/* Home
 *****************************/
 
#content_wrapper_home 
{
	/* based styles inherited from same styles as #content_wrapper_default
	 * see above */
	background-color:#000000;
	height: 463px;
}



