/*********************/
/** UTILITY CLASSES **/
/*********************/

.clr {
	clear:both;}

.h1hide, .hide {
	display:none;
	font-size:0px;
	line-height:0px;
	margin:0;
	padding:0;
	visibility:hidden;}

.module {
	margin-top:4em;}

.section {
 margin-top:2em;}

/********************/
/** GENERAL LAYOUT **/
/********************/

#page {
	border:1px solid;
	margin:auto;
	text-align:center;
	width:960px;}

#header, #nav, #content, #bottom_spacer, #footer {
	width:960px;}

#nav, #bottom_spacer {
	background-repeat:no-repeat;}

#header {
	height:160px;}

#nav {
	background-image:url(../img/top_spacer.jpg);
	background-position:bottom;
	font-size:24px;
	font-weight:bolder;
	line-height:24px;
	text-transform:uppercase;
	height:150px;}

#content {
 margin:40px;
	overflow:auto;
	text-align:left;
	width:880px;}

#bottom_spacer {
	background-image:url(../img/bottom_spacer.jpg);
	background-position:top;
	height:145px;}

#footer {
	font-size:85%;
	font-weight:bolder;
	padding-bottom:20px;
	text-align:left;}

/************/
/** HEADER **/
/************/

#header img {
	margin:20px 0px 20px 0px;}

/*********/
/** NAV **/
/*********/

#menu {
 margin:auto;
	width:902px;}

#menu ul {
	height:40px;
	overflow:hidden;}

#menu li {
	float:left;
	height:40px;
	padding-top:8px;}

#menu li a, #menu li a:active, #menu li a:link, #menu li a:visited {
	padding:8px 15px 8px 15px;}

/************/
/** FOOTER **/
/************/

#foot_nav {
	margin-left:40px;
	width:920px;}

a.ktxn {
	border-right:1px solid;
	float:left;
	margin-right:20px;
	padding-right:20px;}

/*****************/
/** GRID LAYOUT **/
/*****************/

.col-left-200, .col-right-200, .col-left-420, .col-right-420, .col-880 {
	float:left;
	overflow:hidden;}

.col-left-200 {
 margin-right:20px;}

.col-left-200, .col-right-200 {
 width:200px;}

.col-left-420 {
	margin-right:40px;}

.col-860 .col-left-420 {
	margin-right:20px;}

.col-left-420, .col-right-420 {
	width:420px;}

.col-860 {
	margin-left:10px;
 width:860px;}