@CHARSET "ISO-8859-1";

body {
	background-image: url("../images/design/bg_style.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

#pageHolder {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#banner {
	height: 165px;
	background-image: url("../images/design/banner.jpg");
	background-repeat: no-repeat;
}

.loginStatus{
	float: right;
	border: none;
}

#loginLink, #loginLink:visited{
	float: right;
	top: 5px;
	margin-right: 55px;
	font-size: 0.8em;
	text-decoration: none;
	color: #5a5758;
}

#loginLink:hover {
	float: right;
	top: 5px;
	margin-right: 55px;
	font-size: 0.8em;
	text-decoration: none;
	color: white;
}

#growPart {
	width: 100%;
	background-image: url("../images/design/growPart_style.jpg");
	background-repeat: repeat-y;
}

#left {
	width: 210px;
	float: left;
}

#center {
	width: 440px;
	float: left;
}

#right {
	width: 230px;
	float: left;
}

#footer{
	height: 75px;
	background-image: url("../images/design/footer.jpg");
	background-repeat: no-repeat;	
}

.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
}

.contentHolder{
	width: 100% !important;
	min-height: 1px;
}
