body{
	text-align: center;
}

#wrapper{
	margin-left: auto;
	margin-left: auto;
    margin-right: auto;
	width: 650px;
	text-align: center;
	position: relative;
	background-color: #fff;
}
#header{
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 20px;
	background-image: url(./img/logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#menu{
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#menu ul li{
	padding-right: 12px;
	margin-left: 0;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
}

#content{
	margin-top: 20px;
	clear:both;
	/*height: 200px;*/
}

#contentTop{
	background-image: url(./img/contentTop.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#contentCenter{
	background-image: url(./img/contentCenter.jpg);
	height: 800px;
	background-repeat: repeat-y;
	/*right: 0;*/
}

#contentBottom{
	background-image: url(./img/contentBottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
}

.content{
	height: auto; 
	left: 20px;
	position: relative;
	width: 600px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.topLevel {
	position:absolute; 
	top:420px;
	left: 0px;
}

h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

h2{
	font-family: "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	  font-weight: normal;
	  font-size: 150%;
	  padding-top: 15px;
	  margin-bottom: 4px;
	  color: #663300;
}
.profile-pic {
	float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

#gotoTop{
	width: 100px;
	height: auto;
	text-align: center;
	background-color: #FCFCFC;
	border: 1px solid #E6E6E6;
}

#gotoTop a{
	font-family: "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}

#features_details ul{
	margin-left: 0;
	padding-left: 0;
	display: block;
	border: none;
	width: auto;
}

#features_details ul li{
	border-top: 1px solid #E6E6E6;
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 0px;
	list-style: none;
	display: block;
}

.clear{
	height: 20px;
}