/*************************************************************************
  LAYOUT: Two Column Grid with Header
  ALIGNMENT: Centered
  DIMENSIONS: 800 x 600 Minimum
  AUTHOR: PAVE Creative Group (http://www.paveways.com)
  EDITED: 08.12.2007

  (c)2007 PAVE Creative Group
**************************************************************************/

/*************************************************************************
  Grid Definitions
**************************************************************************/
#wrap {
	margin: auto;
	width: 742px;
	background: #ffffff;
}

#head {
	text-align: center;
	height: 135px;
	background: #A2BC8B url(../images/layout/feat_top_shadow.gif) 0 129px repeat-x;
}

#feat {
	border-top: 7px solid #E0EFD4;
	border-bottom: 7px solid #367C2B;
	_margin-top: -1px;
}

#menu {
	text-align: center;
}

#body {
	margin: 25px 0;
	background: #ffffff url(../images/layout/vert_2px.gif) 382px 0 repeat-y;
}

#body .left {
	padding: 5px 20px 0 15px;
	width: 340px;
	float: left;
}

#body .rite {
	margin-left: 383px;
	padding: 5px 22px 0 25px;
}

#body .oneCol {
	padding: 5px 40px 0 40px;
	width: auto;
	float: left;
	background-color:#FFFFFF;
	color: #000000;
}

.fill {
	clear: both;
	height: 1px;
}

.boxy {
	margin: 5px auto;
	padding: 25px 0px 25px 20px;
	border: 5px solid #A2BC8B;
	background: #E1E1E1;
	color: #000000;
}

.boxy a:link, .boxy a:active {
	color: #367C2B;
	font-size: 90%;
}

.boxy a:hover {
	color: #000000;
	font-size: 90%;
}

.boxy h1 {
	font-size: 149%;
	font-weight: bold;
	font-style: ;
	color: #367C2B;
	letter-spacing: 1px;
	line-height: 100%;
}

.left .boxy {
	margin-left: 20px;
}

.rite .boxy {
	margin-right: 20px;
}

#foot {
	margin: 0 40px 10px 40px;
	padding: 10px 20px;
	height: 31px;
	border-top: 2px solid #c8c7c8;
}