BODY {
	background-color: #dbdef2;
}

.welcome {
	font-weight: bold;
}

.sivu {
	width: 800px;
	margin: 50px auto;
}

.container {
	width: 740px;
	min-height: 400px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-image: url(containerbg.png);
	background-repeat: y;
}

.navi {
	margin-top: 15px;
	width: 800px;
}

.navi TD {
	background-color: #bbb9ef;
	padding: 4px;
	text-align: center;
	font: bold 1em sans-serif; 
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0; 
	width: 130px;
}

.navi td:hover {
	background-color: #c9c7f2;
}

.navi a {
	text-decoration:none;
	color: #FFFFFF;
}

.footer {
	padding-left: 30px;
	background-image: url(lower.png);
	background-repeat: no-repeat;
	min-height: 23px;
}

.upper {
	max-height: 19px;
	min-height: 19px;
	background-image: url(upper.png);
	background-repeat: no-repeat;
}
.header {
}

.post TABLE {
	background-color: #FFFFFF;
	width: 700px; 
}

.username {
	background-color: #c9c7f2;
}

.screen {
	background-color: #FFFFFF;
}
.infotable {
	border-spacing: 10px;
}

.timestamp {
	text-align: right;
	width: 100px
}

.iconsleft {
	text-align: right;
	padding-right: 7px;
}

.iconsright {
	text-align: left;
	padding-left: 7px;
}

.mouseover {
	color: #1f259a;
}

.growthscreen {
	width: 100px;
}

.divider {
	padding: 20px;
}
