body {
  margin : 50px;
  width : 700px;
}

/*

body {
  background-color : #fff;
  text-align : center;

  padding : 0px;
  margin : 0px;
}

body#padbottom {
  padding-bottom : 30px;
}

body#splash {
  padding-top : 30px;
}




p, a, textarea, input {
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  text-decoration: none;
}

a {
  color : #888;
}

a:hover {
  color: #000;
}

a.black {
  color : #000;
}

p.content {
  text-align : justify;
  margin : 15px;
}

p.header {
  margin : 5px;
}




div, img {
  margin-right : auto;
  margin-left : auto;
  border-style : none;
  border-color : #000;
  border-width : 1px;
}

div.header {
  width : 700px;
  background-color : #eee;
  margin-top : -1px;
  border-style : solid; 
  display : table;
}

div.content {
  width : 700px;
  background-color : #eee;
  border-style : solid;
  margin-top : 15px;
}

div.container {
  width : 702px;
  background-color : #fff;
}

div.image {
  background-color : #fff;
  margin-top : 15px;
}

div.prev {
  background-color : #eee;
  width : 350px;
  float : left;	
  text-align : left;
  cursor: pointer;
}

div.next {
  background-color : #eee;
  width : 350px;
  float : right;
  text-align : right;
  cursor: pointer;
}

div.mouseover {
  background-color : #ddd;
}

img {
  border-style : solid;
}




textarea, input {
  background-color : #fff;
  text-align : left;
}

textarea {
  height : 150px;
  width : 400px;
}

input {
  width : 200px;
}

input#submit {
  background-color : #eee;
  text-align : center;
  width : 100px;
}	


*/