body {
  margin-top: 60px;
  margin-right: 160px;
  margin-bottom: 160px;
  margin-left: 160px;
  background-color: #333333;
  font-family: Helvetica;
  font-size: 11pt;
}

table.linkcontainer td {
  background-color: black;
  opacity: 0.6;
}

td.logo_area {
  border-top-width: 0px;
  border-right-width: 5px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

td.middle_spacer {
  width: 1100px;
  background-color: #dfcfba;
}

td.shadow_right {
  background-image: url("../images_template1/border_shadow_l.jpg");
  background-repeat: repeat-y;
  background-position: left center;
}

td.shadow_left {
  background-image: url("../images_template1/border_shadow_r.jpg");
  background-repeat: repeat-y;
  background-position: right center;
}

td.body_content {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #dfcfba;
}

td.below_header {
  background-color: #dfcfba;
  height: 10px;
  color: #cccccc;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

td.main_content_box {
  background-color: #dfcfba;
}

td.horizontal_column {
  background-color: black;
  border-top-width: 15px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  height: 170px;
  display: table-cell;
  vertical-align: top;
}

td.bottom_link_container {
  background-color: black;
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

td.horizontal_center {
  background-color: white;
  border-top-width: 15px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: #333333;
  border-bottom-color: black;
  border-left-color: #333333;
  height: 250px;
  display: table-cell;
  vertical-align: bottom;
  background-image: url("../images_template1/header_bg.jpg");
}

td.header_column {
  height: 100px;
  vertical-align: middle;
  color: white;
  font-size: large;
  background-image: url("../images_template1/header2_bg.jpg");
  background-position: center top;
}

td.left_content {
  width: 200px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  vertical-align: top;
  background-image: url("../images_template1/bg_content.jpg");
  background-repeat: repeat;
}

a.main_link:active, a.main_link:visited, a.main_link:link {
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  color: white;
  line-height: 50px;
}

a.main_link:hover {
  background-color: #333333;
  color: white;
}

a.active_link:active, a.active_link:visited, a.active_link:link {
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #aabfff;
  line-height: 50px;
}

a.bottom_link:active, a.bottom_link:visited, a.bottom_link:link {
  font-weight: bold;
  text-decoration: none;
  color: white;
}

a.bottom_link:hover {
  color: #cccccc;
}

div.bottom_content {
  color: white;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

div.navigation {
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
/*
div.relative {
    position: absolute;
    left: 30px;
	height: 100px
}


div.textbox {
	width: 320px;
	padding: 10px;
	height: 200px;
    border: 5px solid gray;
    margin: 0% 60%;
}


img {
  width: 200px;
  height: 236px;
  border: 1px solid #000;
  display: block;
  margin: 0 20%;
}
*/
.post-container {
    margin: 20px 20px 100px 0px;  
    /*border: 5px solid #333;*/
    overflow: auto
}
.post-thumb {
    float: left
}
.post-thumb img {
    display: block
	width: 155px;
  	height: 183px;
  	border: 1px solid #000;
	margin: 20px 50px 0px 150px
}
.post-content {
    margin-left: 150px;
	width: 750px;
	/*line-height: 20px*/
}
.post-title {
    font-weight: bold;
    font-size: 120%;
	text-decoration: underline;
	line-height: 150%
}






