body {
	font: 14px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #535F64 url("images/bg.jpg") repeat-x;
	margin: 240px 0px 0px;
	padding: 0px;
}
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
#logo {
	position: absolute;
	/*width: 100%; */
	/*left 98px; */
	left: 0px; 
	top: 0px;
}
#animation {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 344px;
	height: 128px;
/*	z-index: 1; */
}
#connect {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 884px;
	height: 127px;
/*	index: z-index: 0; */
}
#nav {
	position: absolute;
	left: 0px;
	top: 198px;
}
#wrapper {
	margin: 0px 100px 0px 50px;
}
#mainheader {
	border-bottom: 4px dashed #999;
	font-weight: normal;
	padding: 6px;
	/*color: #FF9933;*/
}
#content p {
	text-align: justify;
}
#tagline	{
	width: width 100%;
	height: 48px;
}
#footer {
	border-top: 4px dashed #999;
	padding: 4px 0 2px 0;
	margin: 0 0 4px 0;
}
#skipnav {
	display: none;
}
