
@import url(typography.css);

html {
  text-align : center;
}

body {
  position : relative;
  width : 960px;
  margin : 0 auto;
  text-align : left;
  /* border : 1px solid #F33; */
}

div#content_title {
  position : relative;
  top : 150px;
} 

div#content_title h1 {
  position : relative;
  top : 0px;
  left : 280px;
  width : 400px;
  height : 122px;
  background : transparent url(./images/signature.png) no-repeat;
  text-indent : -9999px;
}

div#content_title h2 {
  text-align : center;
} 

div#nav_title {
  position : relative;
  top : 300px;
} 

ul#nav_title_features li {
  display : inline;
}

ul#nav_title_features li a {
  margin-left : 80px;
  padding-left : 80px;
  margin-right : 80px;
  padding-right : 80px;
}

