body {
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
  
  background-color:#000000;
  background-image:url("../images/bk_bg_02.jpg");
  background-position:bottom right;
  background-repeat:no-repeat;
  font-family:Helvetica;
  font-size:11px;
  color:#000000;
}

div {
 font-family:Helvetica;
 font-size:11px;
}

.h1 {
  font-size:28px;
}
.h2 {
  font-size:24px;
}
.h3 {
  font-size:20px;
}
.h4 {
  font-size:18px;
}
.h5 {
  font-size:16px;
}
.h6 {
  font-size:12px;
}
.h7 {
  font-size:10px
}

div.top_bar {
 position:absolute;
 width:100%;
 height:30px;
 line-height:30px;
 background-image:url("../images/translucent_01_bg.png");
 color:#000000;
 border-width:0px 0px 1px 0px;
 border-color:#000000;
 border-style:solid;
 text-align:center;
}

div.container_mid {
  position:absolute;
  width:100%;
  height:380px;
  margin-top:200px;
  /*background-image:url('../images/background_lines.png');*/
  background-repeat:repeat-x;
  text-align:center;
}

div.container_professions {
  position:relative;
  height:380px;
  width:1068px;
  margin-left:auto;
  margin-right:auto;
}

div.container_profession {
  float:left;
  width:185px;
  height:300px;
  margin:38px 40px 38px 40px;
  border:1px white solid;
  border-radius:6px;
  cursor:pointer;
}

div.profession_title {
  position:relative;
  top:-40px;
  margin:0px;
  width:184px;
  height:24px;
  line-height:24px;
  text-align:center;
  background-image:url("../images/translucent_01_bg.png");
  border:1px white solid;
  border-radius:6px;
}

div.profession_title_vertical {
  position:absolute;
  top:0px;
  width:12px;
  text-align:center;
}

div.unvarnished_essays {
  background-image:url("../images/unvarnished_essays_01.jpg");
  background-repeat:no-repeat;
  width:185px;
  height:300px;
}

div.music {
  background-image:url("../images/music.jpg");
  background-repeat:no-repeat;
  width:185px;
  height:300px;
}

div.event_building {
  background-image:url("../images/event_building_01.jpg");
  background-repeat:no-repeat;
  width:185px;
  height:300px;
}

div.buffalo_billfold_company {
  background-image:url("../images/buffalo_billfold_company_01.jpg");
  background-repeat:no-repeat;
  width:185px;
  height:300px;
}
