#topMenu {
	position:float;
	width:100%;
	margin: 10px 0px 0px 0px;
	height:16px;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-width:thin;
	border-color: #FFD700;
	background-color: #333333;
	z-index:11;
	padding: 3px 0 0px 0;
	color: #ffffff;
	letter-spacing:2px;
	font-size: 13px;
	font-family: Monospace;
}

#topMenu a {
	color: #ffffff;
	text-decoration: none;
}

#topMenu a:hover {
	color:#FFD700;
}


#conTent {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:3%;
	width:900px;
	background-color: #234222;
	z-index:10;
	text-align:center;
	min-height:100%;

}

#loGo{
	position: relative;
	margin-left:10px;
	margin-top:2px;
	margin-right:auto;
	width:490px;
	text-align:left;
	z-index:99;
	font-family:Verdana, Sans-serif;
}
