*	{ position: relative; margin: 0px; }
html, body	{ height: 100%; }
body	{
	padding: 0px;
	background: url('../img/bgt.jpg') no-repeat top center #eae5df;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body > footer > div, body > footer a, #a > header > nav > a, #footContact	{
	font-family: 'Ubuntu', sans-serif;
}

#a	{
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px;
}
#a > header	{ height: 360px; }
#logo	{ display: block; margin: 0px; padding-top: 20px; width: 493px;  }

#a > header > nav	{ overflow: hidden; }
#a > header > nav > a	{
	display: inline-block;
	vertical-align: top;
	padding: 20px 30px 23px;
	font-size: 13px;
	line-height: 13px;
	color: #b1ff65;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
#a > header > nav > a:hover, #a > header > nav	> a.active	{
	background: url('../img/bgmh.png') repeat-x top #85ec39;
	color: #363029;
}
#a > header > nav > a.active	{ font-weight: bold; }

body > footer, #makeItSticky	{ height: 215px; }
body > footer	{ background: url('../img/bgf.jpg') no-repeat top center; }
body > footer > div	{
	width: 980px;
	margin: 0px auto;
	padding-top: 105px;
	color: #a59e94;
}
body > footer nav	{ margin-bottom: 10px; }
body > footer a	{ color: #e5dbcf; }
body > footer a:hover	{ color: #ffffff; }
#footContact	{
	position: absolute;
	right: 5px;
	top: 90px;
	width: 265px;
	text-align: right;
	text-shadow: 1px 1px 2px #24201b;
/*	filter: dropshadow(color=#24201b, offx=1, offy=1);*/
	font-style: italic;
	font-size: 16px;
	color: #e5dbcf;
	z-index: 2;
}
a	{ text-decoration: none; color: #669e2e; }
a > img	{ border: 0px;}