@charset "utf-8";
/* Reset */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.4em;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

body {
	background-image: url(../../images/footer_18.png);
	background-repeat: repeat;
	height: 100%;
}
#mainContent #leftContent {
	float: left;
	padding: 25px;
}
#mainContent #rightContent {
	float: right;
	width: 220px;
}
#header #slogan {
	float: left;
	width: 600px;
}
#header #slogan h1 {
	font-size: 32px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 40px;
	text-shadow: -1px 1px 0 black;
}
#header #navigation #nav {
	float: left;
	clear: both;
	width: 88%;
}
#header #login {
	float: right;
	width: 10%;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
}
