@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	color: #000000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
}

#wrapper-menu {
	background: #AA94DE url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}
a img {
	border: none;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid #bbb;
}

.header {
	background-color: #FFFFFF;
}

.content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.footer {
	background-color: #AA94DE;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
li.footer{
  display: inline;
	color: black;
	text-decoration: none;
}
a.footer:link { color:black;background-color: #aa95da;margin:0px; padding:0px;text-decoration: none; }
a.footer:visited { color:black;background-color: #aa95da;margin:0px; padding:0px;text-decoration: none; }
a.footer:hover { color:white;background-color: #aa95da;text-decoration: underline; }
a.footer:active { color:black;background-color: #aa95da;margin:0px; padding:0px;text-decoration: none; }
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
