/*----------------------------------------
	shared
----------------------------------------*/
/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------
	content
----------------------------------------*/
body {
  background: black;
  color: white;
}

header {
  width: 1000px;
  margin: 0 auto;
}
header h1 {
  padding: 50px 0 30px 0;
}

aside {
  width: 1000px;
  margin: 0 auto;
  /*----------------------------------------
  	clearfix
  ----------------------------------------*/
}
aside .clearfix {
  min-height: 1px;
  _height: 1%;
}
aside .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
aside ul {
  padding-bottom: 50px;
  float: right;
  margin-right: 50px;
}
aside ul li {
  display: block;
  float: left;
  margin-right: 0px;
}
aside ul li p {
  font-size: 90% !important;
  margin-top: 15px;
}

figure {
  margin-top: 20px;
}

article {
  width: 1000px;
  margin: 0 auto;
}
article section {
  float: left;
  margin-right: 20px;
  padding-top: 20px;
}
article section:nth-of-type(3n) {
  margin-right: 0;
}
article section:nth-last-of-type(-n+3) {
  padding-bottom: 30px;
}
article section h3 {
  text-align: left;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
}

table {
  width: 1000px;
  border: 0;
  border-collapse: collapse;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  margin: 0 auto;
}
table thead tr th, table thead tr td {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
table tbody tr th, table tbody tr td {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  padding: 5px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  margin-top: 30px;
  clear: both;
}

footer {
  margin-top: 60px;
  padding-bottom: 30px;
}
footer small {
  font-family: Arial, Helvetica, sans-serif;
}
