body
{
	background-color: #9F9F9F;
	background-image: url(images/sopbg1.jpg);
	background-repeat: repeat-x;
}

#main
{
	width: 920px;
	height: 518px;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-image: url(images/HP.jpg);
}

#headline
{
	position: relative;
	top: 330px;
	width: 100%;
	height: 100px;
	color: #444;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	display: none;
}

#body
{
	position: relative;
	top: 398px;
	width: 100%;
	height: 200px;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

#nav
{
	top: 36px;
	width: 100%;
	height: 40px;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px black;	
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.soman{ display:inline; width:100%; margin:0 auto;}
.soman h3{margin:0; padding:0; display:inline;background:none;}
.soman h3 a{text-decoration:none;color:#ffffff; cursor:default; background:none;}
#nav strong
{
	font-weight: bold;
}

a
{
	color: #666;
	text-decoration: none;
	padding: 2px;
}

a:hover
{
	color: #333;
	text-decoration: none;
	background-color: white;
	padding: 2px;
}