
/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 background-color: #21262d;
font-size: 12px;
color:#677d9d;  
text-align:center;
 } 
 
#lh-col{
 position: absolute;
 width: 243px;
 top: 179px;
 left: 0px;
 margin: 0;
 z-index: 1;
	height: 659px;
	padding:0px;
	float:left;
	background-image:url('http://files.tryinghuman.com/newlayout/slice_left_001.jpg');
 }

#hdr{
	height: 179px;
	background: #21262d;
	padding: 0 0px;
	background-image:url('http://files.tryinghuman.com/newlayout/slice_top_001.jpg');
	background-repeat:no-repeat;
 } 
      
#c-col{
 position: absolute;
 z-index: 3;
  left: 243px;
  top: 179px;
 	width: 865px;
	padding:0px;
	float:left;
	overflow: auto;
	background-image:url('http://files.tryinghuman.com/newlayout/slice_middle_001.jpg');
	background-repeat:no-repeat;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-align: left;
 }
 
a:link {color:#677d9d;text-decoration:none;font-weight:bold;}
a:visited {color:#677d9d;text-decoration:none;font-weight:bold;}
a:hover {color:#21262d;text-decoration:none;font-weight:bold;}
a:active {
	color:#677d9d;
	text-decoration:none;
	font-weight:bold;
}

#menu {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}
