#centCont	{
	width: 70%;
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -35%;
	background-color: #DDD;
	border:solid thin #CCC;
	border-radius:15px;
	box-shadow:0px 0px 10px 7px #CCC;
}

#header {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
}

body {
	background-color: #FFF;
}

#userNav	{
	width:100%;
	padding:0px;
	float:left;
	margin-left:-10px;
	height:auto;
	z-index:500;
}

#userNav ul	{
	height:auto;
	margin-left:0px;
}

ul li	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14pt;
	padding:5px;
	margin-left:0px;
}

.parent	{
	text-align:center;
	width:250px;
	background:linear-gradient(#888, #000);
	border:black thin solid;
	box-shadow:0px 0px 3px 1px #000;
	display:block;
	color:#FFF;
	float:left;
}

.child ul	{
	border:black thin solid;
}

.child li	{
	width:240px;
	display:block;
	margin-left:-45px;
	text-align:left;
}

.child a	{
	color:#FFF;
}

a	{
	color:#FFF;
}

#mainCont	{
	margin-left:17.5%;
}
