body{
  color: #555;
  font-size: 18px;
  
  line-height: 1.625;
  font-weight: 400;
  background-color: #999999;
  font-family: 'Raleway', sans-serif;
}
.page_content_container
{
  background-color: #fefbf3;
  position: relative;
  left:150px;
  width: 1000px;
  height: 1200px;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 15px;
  display: inline-flex;
}
.image
{
  position: relative;
  left: 150px;
  width: 1040px;
  height: 400px;
}
.left_col
{
  padding-left: 20px;
  width: 740px;
  height: 900px;
  text-align: left;
}
.right_col
{
  float: right;
  width: 250px;
  height: 800px;

  margin-top: 49px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #ccccff;
  color: #4c4c4c;
}
h1
{
  font-weight: 100;
  color: #c25300;
}
h2
{
  font-weight: normal;
  font-size:30px;
  line-height: 1.5;
  margin: 0 0 24px;
  color: #c25300;

}
p{
  margin-top: 50px;
  margin-bottom: 50px;
}
h3
{
  font-weight: normal;
  font-size: 30px;
  /*color: #fef3da;*/
}
