html, body {

	background-color: #fff;
	background: url(/images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	z-index: 0;

}


/* Common Functions ================ */

.clear { clear: both; }
.trans { border: 0; }

.image-left { display: block; clear: left; float: left; }
.image-right { display: block; clear: right; float: right; }

/* Wrappers ======================== */

#wrapper {
	
	display: block;
	position: relative;
	left: 50%;
	top: 0%;
	margin-left: -480px;
	width: 960px;
	
}

#header {
	
	display: block;
	width: 960px;
	height: 55px;
}

#header h1#logo a {
	
	display: block;
	width: 170px;
	height: 55px;
	outline: 0;
}

#header h1#logo {
	
	display: block;
	float: left;
	clear: left;
	width: 170px;
	height: 55px;
	background: url(/images/logo-1.gif) no-repeat;
	text-indent: -9999px;
	
}

#header span {
	
	display: block;
	float: right;
	clear: right;
	width: 59px;
	height: 55px;
	
}

#header span img {
	
	display: block;
	width: 59px;
	height: 55px;
	border: 0;
	
}

#home-footer {
	
	display: block;
	border-top: 2px solid #e85783;
	padding-top: 13px;
	clear: both;
	padding-bottom: 10px;
}


#home-footer p.links {
	
	display: block;
	text-align: center;
	color: #e85783;
	font-size: 12px;
	font-family: arial,sans-serif;
	color: #bdbdbd;
	margin-bottom: 5px;
	
}

#home-footer p.links a {
	
	color: #e85783;
	text-decoration: none;
	
}

#home-footer p.links a:hover {
	
	color: #dc235b;
	text-decoration: underline;
}

#home-footer p.copy {
	
	font-size: 11px;
	font-family: arial,sans-serif;
	text-align: center;
	color: #565656;
}

#home-footer p.copy a {
	
	color: #565656;
	text-decoration: underline;

}