body {
  background-color: #442f12;
  /* background-image: url('./img/background.png'); */
  margin: 0;
  padding: 0;
  }
   
a {
  font-family: times;
  color: black;
  }
  
h1 {
  font-family: times;
  font-size: 175%;
  margin: 30px auto 0px auto;
  }

img.curl {
  vertical-align:text-top
}
  
h2 {
  font-family: times;
  text-align: left;
  font-size: 150%;
  margin: 10px auto 0px auto;
}

h3 {
  font-family: times;
  text-align: left;
  font-size: 100%;
  margin: 10px auto 0px auto;
}

ul {
  text-align: left;
  margin: 10px auto 15px auto;
}

#container {
  background: url('./img/border.png') repeat-y;
  width: 800px;
  margin: 0px auto 0px auto;
	}

#mainbody {
  background-image: url('./img/bgtile.png');
  width: 640px;
  margin: 0px auto 0px auto;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#fullsize_container {
  background: url('./img/border_fullsize.png') repeat-y center;
  width: 960px;
  margin: 0px auto 0px auto;
  /*
  outline-color: black;
  outline-style: solid;
  outline-width: 3px;
  */
	}

#fullsize {
  background-image: url('./img/bgtile.png');
  width: 800px;
  margin: 0px auto 0px auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.splashimages_center {
  border-style: solid;
	border-color: black;
	border-width: 9px;
}

.splashimages_left1 {
  border-style: solid;
	border-color: black;
	border-width: 7px;
	position: relative;
	top: 20px;
	right: 15px;
}

.splashimages_right1 {
  border-style: solid;
	border-color: black;
	border-width: 7px;
	position: relative;
	top: 20px;
	left: 15px;
}

.splashimages_left2 {
  border-style: solid;
	border-color: black;
	border-width: 5px;
	position: relative;
	top: 50px;
	right: 22px;
}

.splashimages_right2 {
  border-style: solid;
	border-color: black;
	border-width: 5px;
	position: relative;
	top: 50px;
	left: 22px;
}

.splashimages_logo {
  border-width: 0px;
}

.imgbutton {
  border-width: 0px;
}

.thumb {
	border-style: solid;
	border-color: black;
	border-width: 5px;
	width: 75px
	height: 75px
}

.fullsize {
	border-style: solid;
	border-color: black;
	border-width: 5px;
}

.resume_text {
  text-align: left;
}