body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background: #a6b3cb;
	color: #fff;
}

html, body, #wrapper, h1, #nav, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#head a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}

#head a:hover {
	color: #fbde3b;
	font-weight:bold;
	text-decoration: none;
}

th, td {
	font-size: 11px;
}

p {
	margin: 1em 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight:bolder;
	padding-left:30px;
	margin: 0;
}

/* ***** */

html, body {
	height: 100%;
}


p {
	line-height: 1.4;
}

a {
	color: #fbde3b;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
/* footer */

#footer-p {
	clear: both;
	height: 24px;
}

#footer {
	color: #d96d1e;
	text-align: center;
}

#footer a {
	color: #d96d1e;
	text-decoration: underline;
}

#footer a:hover {
	color: black;
}

#foot-nav {
	position: relative;
	top: -14px;
	width: 43em;
	margin: auto;
	color: #f8fbc8;
}

#foot-nav .r {
	padding: 9px 0 10px 0;
	width: 100%;
}

#foot-nav a {
	color: #f8fbc8;
	text-decoration: none;
}

#foot-nav a:hover {
	color: #f8fbc8;
	text-decoration: underline;
}

#footer p {
	position: relative;
	margin-top: 13px;
	top: -20px;
}