body {
	background-color: #513523;
	font-family: Verdana, Arial, sans-serif;
	color: #f8ddab;
}

div.mainarea {
  width: 945px;  /* screen size */
  margin-left: auto;
  margin-right: auto;
}


div.titlearea {
  background-color: #3e7141;
	width: 915px;  /* screen size */
  height: 120px;
	color: #f8ddab;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 7px;
  padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
  border-radius: 15px;
}


div.desc {
  background-color: #2c2f33;
  width: 895px;  /* screen size */
  font-size: 14px;
  margin-left: 5px;
  padding: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
  border-radius: 15px;
	border: 1px solid #808080;
}  

@media screen and (max-width: 960px)  {

  div.mainarea {
    width: 630px;
  }
  
  div.titlearea {
    width: 605px;
  }
  
  div.desc {
    width: 585px;
  }
}

@media screen and (max-width: 650px)  {

  div.mainarea {
    width: 310px;
  }

  div.titlearea {
    width: 292px;
  }
  
  div.desc {
    width: 275px;
  }
}

div.profilepic {
  float: left;
  margin-left: 6px; 
  margin-top: 4px; 
  width: 112px; 
  height: 112px; 
  overflow: hidden;
}


div.tile {
  float: left;
  width: 290px;
  height: 160px;
  background-color: #f8ddab;
  margin: 5px;
  padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
  border-radius: 15px;
	border: 1px solid #808080;
	font-size: 18px;
  text-align: center;
}
 
div.footer {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 40px;
}


.tile:hover {
  background-color: #bc803c;
}

p.tilep {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.7;
	text-align: center;
}

h1 {
	font-family: "Times New Roman", Arial, Verdana, serif;
	font-size: 44px;  /* screen size */
  text-align: center;
	font-style: italic;
	font-weight: bold;
  letter-spacing: 6px;  /* screen size */
	margin-bottom: 4px;
	margin-top: 0;      /* screen size */
  padding-top: 3px;
}

@media screen and (max-width: 960px)  {
  h1 {
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 650px)  {

  h1 {
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 2px;
  }
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 3px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 1px;
}

  
a:link {
	text-decoration: none;
	color: #3e7141;
}

a:visited {
	text-decoration: none;
	color: #3e7141;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #3e7141;
}


     
