.bod {
	background-color: #FFFFFF;
	height: 80%;
	width: 65%;
	text-align: center;
	overflow: auto;
	border: 5px double #6776ae;
	position: absolute;
	font-weight: bold;
	background-image: url(themes/default/images/srbg.jpg);
	left: 20%;
	right: 20%;

}

.contentbanbot {
	color: #CCCCCC;
	background-color: #666666;
	height: 25px;
	width: 60%;
	border: thin dashed #000000;
	position: fixed;
}

.left {
	background-color: #D5D5E7;
	position: absolute;

	left: 5%;
	height: 80%;
	text-align: left;
}
.right {
	background-color: #D5D5E7;
	position: absolute;
	height: 80%;
	width: 12%;
	right: 5%;

	
}
.tmenu {
	background-color: #999999;
	text-align: center;
	width: 60%;
	border: thin dashed #000000;
}
.contentban {
	color: #FFFFFF;
	background-color: #6776ae;
	height: 30px;

}.back {
	background-color: #D5D5E7;
	height: 100%;
	width: 90%;
	position: relative;
}
.nws {
	background-color: #FFFFFF;
	border: thin outset #000000;
}
.mnu {
	background-color: #d5d5e7;
	
}
.mbody {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	position: absolute;
}
.bot {
	position: relative;
	top: 85%;
}

