body, html {
	height: 100%;
	min-height: 100%;
}
body {
	background-color: #fff;
	background-image: url("../layoutpics/topbg.png");
	background-repeat: repeat-x;
	height: 100%;
	font-size: 0.75em;
	text-align: center;
	padding: 0;
	margin: 0;
}

a {
	color: #666; /* #24344d; */
}

.clearThis {
	clear: both;
}

.center {
	text-align: center;
}

.leftie {
	float: left;
}

.rightie {
	float: right;
}

div.container {
	background-image: url("../layoutpics/pagebg.png");
	background-repeat: repeat-y;
	min-height: 100%;
	width: 929px;
	margin: 0 auto;
}

div.logo {
	background-image: url("../layoutpics/topbg.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 51px;
}

div.header {
	width: 900px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	height: 195px;
}

div.loginbar {
	background-image: url("../layoutpics/barbg.png");
	background-repeat: repeat-x;
	height: 25px;
	width: 900px;
	margin: 0 auto;
}

div.contents {
	clear: both;
	margin: 20px auto 0 auto;
	width: 900px;
	text-align: left;
}

div.footer {
	margin: 2em 25px 1em 25px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0.9em;
	border-top: 1px solid #bbb;
	color: #666;
}