html, body {
	height: 100%;
	margin: 0;
}

html, td {
	font-family : Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size : 12px;
}	

#siteWrapper {
	font-size : 14px;
	line-height : 150%;
}
	
img {
	border : none;
}

a {
	color : #557713;
}
	
#siteWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -204px;
	width : 100%;
	text-align : center;
	position : relative;
	z-index : 1;
}

#footer, .push {
	height: 204px;
}

#header {
	background : url(/images/layout/header_bg.gif) repeat-x top center;
	height : 55px;
	position : relative;
}


#footer {
	background : url(/images/layout/footer_bg.png) repeat-x top center;
	position:relative;
	z-index:1;
	color : #413F30;
}

#bg {
	position : fixed;
	top : 0px;
	left : 0px;
	width : 100%;
	z-index : 0;
}

#logo {
	position : absolute;
	bottom : -12px;
	left : 0px;
}

#nav {
	position : absolute;
	bottom : 3px;
	right : 0px;
}

#nav a, .navSep {
	display : block;
	float : left;
}

.widthContainer {
	width : 962px;
	position : relative;
	text-align : left;
	margin : 0px auto;
	height : 100%;
}

.footerCol {
	float : left;
	padding-top : 10px;
}

#footer h2 {
	font-size : 18px;
	color : #647048;
	margin : 0px;
	margin-bottom : 5px;
}


.transBoxContainer {
	width : 944px;
	margin-bottom : 20px;
}

.transBox {
	background : url(/images/layout/trans_box_middle.png) repeat-y center top;
	padding : 20px;
}

.transBoxHalfContainer {
	width : 472px;
}

.transBoxHalf {
	background : url(/images/layout/trans_box_half_middle.png) repeat-y center top;
	padding : 20px;
}

h1 {
	color : #647048;
	font-size : 34px;
	margin : 0px;
	margin-bottom : 20px;
}

h2 {
	color : #647048;
	font-size : 24px;
	margin : 0px;
	margin-bottom : 10px;
}

.clear {
	clear : both;
}