html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0; border: none;
}
body {
	font: 12px Tahoma, Arial;
	color: #FFFFFF;
	text-align: justify;
}
html.home { background: #EE8317 url(../images/layout/footer-background.gif) bottom repeat-x; }
html.services { background: #7EB52D url(../images/layout/footer-background.gif) bottom repeat-x; }
html.calendar { background: #8E042E url(../images/layout/footer-background.gif) bottom repeat-x; }
html.rights { background: #438DB6 url(../images/layout/footer-background.gif) bottom repeat-x; }
html.contact { background: #633184 url(../images/layout/footer-background.gif) bottom repeat-x; }
html.crisis { background: #4BD6C5 url(../images/layout/footer-background.gif) bottom repeat-x; }
html.links { background: #BAD01C url(../images/layout/footer-background.gif) bottom repeat-x; }
html.poo { background: #EC0000 url(../images/layout/footer-background.gif) bottom repeat-x; }
img { border: none; }
a, a:visited { text-decoration: none; color: #3D315A; }
a:hover { color: #FFFFFF; }
#container {
	min-width: 750px;
	position: relative;
}
html>body #container { height: auto; }
#header {
	width: 100%;
	height: 111px;
	background: #7E3282;
	position: absolute;
	top: 0px;
}
#header-right {
	width: 359px;
	height: 111px;
	position: absolute;
	right: 0px;
}
#logo {
	width: 300px;
	height: 130px;
	position: absolute;
	top: 9px;
	left: 23px;
	z-index: 1;
}
#logo-bottom {
	width: 183px;
	height: 55px;
	position: absolute;
	top: 139px;
	left: 0px;
}
#sub {
	position: absolute;
	top: 145px;
	right: 8px;
}
#sub a, #sub a:visited { color: #FFFFFF; font-weight: bold; }
#sub a:hover { color: #333333; }
#nav {
	width: 100%;
	height: 28px;
	background: #D94AF3;
	position: absolute;
	top: 111px;
}
#nav ul { list-style-type: none; padding: 0; margin: 0; position: absolute; right: 0px; }
#nav li { float: left; }
#nav a { width: 100%; height: 100%; display: block; }
#nav li.home, #nav li.home-current, #nav li.services, #nav li.services-current, #nav li.calendar, #nav li.calendar-current, #nav li.rights, #nav li.rights-current, #nav li.contact, #nav li.contact-current, #nav li.crisis, #nav li.crisis-current, #nav li.links, #nav li.links-current { height:  28px; text-indent: -2000px; }
#nav li.home { width: 46px; background: url(../images/layout/nav-home.gif); } #nav li.home a:hover, #nav li.home-current { width: 46px; background: url(../images/layout/nav-home-over.gif); }
#nav li.services { width: 62px; background: url(../images/layout/nav-services.gif); } #nav li.services a:hover, #nav li.services-current { width: 62px; background: url(../images/layout/nav-services-over.gif); }
#nav li.calendar { width: 64px; background: url(../images/layout/nav-calendar.gif); } #nav li.calendar a:hover, #nav li.calendar-current { width: 64px; background: url(../images/layout/nav-calendar-over.gif); }
#nav li.rights { width: 94px; background: url(../images/layout/nav-clients_rights.gif); } #nav li.rights a:hover, #nav li.rights-current { width: 94px; background: url(../images/layout/nav-clients_rights-over.gif); }
#nav li.contact { width: 63px; background: url(../images/layout/nav-contact.gif); } #nav li.contact a:hover, #nav li.contact-current { width: 63px; background: url(../images/layout/nav-contact-over.gif); }
#nav li.crisis { width: 43px; background: url(../images/layout/nav-crisis.gif); } #nav li.crisis a:hover, #nav li.crisis-current { width: 43px; background: url(../images/layout/nav-crisis-over.gif); }
#nav li.links { width: 43px; background: url(../images/layout/nav-links.gif); } #nav li.links a:hover, #nav li.links-current { width: 43px; background: url(../images/layout/nav-links-over.gif); }
#content { padding: 205px 30px 70px 30px; }
h1, .h1 { font-size: 12px; font-weight: bold; }
#footer-left, #footer-right {
	font: 10px Arial, Helvetica;
	position: absolute;
	bottom: 22px;
}
#footer-left { left: 8px; text-align: left; }
#footer-right { right: 8px; text-align: right; }
.fm-logo {
	float: right;
	margin: 6px 0px 0px 7px;
}
.form-textfield {
	width: 170px;
	height: 13px;
	padding: 2px;
	font: 11px Tahoma, Arial;
	color: #7E3282;
	border: 1px solid #633184;
}
.form-button {
	height: 18px;
	background-color: #D94AF3;
	border: none;
	font: 11px Tahoma, Arial;
}
hr { border: 1px dotted #C62F27; }