body{
	font-family: "Myraid Pro", "Trebuchet", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	padding: 10px;
}

.page-title{
  font-size: 20px;
  margin-bottom: 10px;
}

.container{
	margin: 0 auto;
    margin-top: 100px;
	text-align: center;
}

.inner-container{
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}

.page-header{
  text-align: center;   
}

.content{
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
}

.smalltext{
  font-size: 10px;
}

.page-footer{
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
}

.cs-border{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 20px;
}

img.hdr {
    margin-bottom: 15px;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
}

.icon{
    float: left;
    margin-right: 50px;
}

.icontext{
    float: left;
}

.clearer{
    clear: both;
}