body {
	background: url(../images/bg-template.gif) repeat-x #fff;
}

div.logo {
	position: absolute;
	z-index: 2;
	left: 783px;
	top: 45px;
}

div.template-header {
	background: url(../images/generic.jpg) no-repeat;
	height: 158px;
	position: relative;
	clear: left;
}

div.template-content {
	clear: left;
	background: url(../images/template-content-bg.jpg) no-repeat;
	min-height: 330px;
	xmin-height: 330px;
/*	height:auto !important; */
	xheight:685px;
	position: relative;
	width: 980px;
  
}

div.col-header {
	width: 908px;
	padding: 39px 0 8px 0;
	margin: 0 36px;
	border-bottom: 1px solid #333;
}

div.col-header h2 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #000;
}
	
div.col-1 {
	position: absolute;
	left: 0;
	width: 146px;
	padding: 21px 35px 0 39px;
}

div.col-samples {
position: absolute;
	left: 0;
	width: 632px;
	padding: 21px 0 0 39px;
}

ul.pagenav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenav li {
	margin: 8px 0;
	font-weight: bold;
	padding-left: 1.2em;
}

ul.pagenav li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.pagenav .current_page_item {
	background: url(../images/bull-cur.gif) no-repeat 0 7px;
	text-decoration: none;
	color: #6a6a6a;
}

ul.pagenav .current_page_item a {
	text-decoration: none;
	color: #6a6a6a;
}

ul.pagenav li.current_page_item ul li a  {
	text-decoration: underline;
	color: #4581A4;
}

div.col-2 {
	margin: 0 274px 0 220px;
	padding: 21px 0 0 0;
	width: 486px;
}

div.entry {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #666;
}

div.col-3 {
	position: absolute;
	right: 0;
	width: 189px;
	padding: 21px 50px 0 35px;
}

div.col-3 p em {
	font-size: 11px;
}
/*/----------------------------------- 'Footer' Region -----------------------------------/*/

div.footernav {
clear:both;
}
div.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.footernav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

div.footernav ul li:before {
	content: "| ";
}

div.footernav ul li:first-child:before {
	content: "";
}

/*/----------------------------------- End 'Footer' Region -----------------------------------/*/