.container {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.centered { text-align: center; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #505050;
	background-color: #ffffff;
}

.leftcolumn {
	float: left;
	width: 365px;
	margin: 0 50px 0 50px;
	padding: 0 0 0 0;
}
.rightcolumn {
	float: right;
	width: 245px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.clear {
	clear: both;
}

.newstitle {
	color: #2f002a;
}
.newsdate {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.newsbody {
	color: #666666;
}

a:link, a:visited { color: #2f002a; text-decoration: none; }
a:hover, a:active { color: #2f002a; text-decoration: underline; }

.footer {
	margin: 50px 0px 50px 50px;
}

.beadzone {
	width: 777px;
	height: 438px;
	background: url('../images/background.zone.jpg');
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.beadzoneinner {
	margin: 0px 40px 0px 20px;
	max-height: 330px;
	height: 330px;
	padding: 0 0 0 0;
	overflow: auto;
	overflow-y: auto;
}
.beadzonehead {
	font-family: Trebuchet, "Trebuchet MS", Arial;
	font-size: 14px;
	color: #999999;
}
.beadzonetitle {
	color: #2f002a;
	font-size: 18px;
}
.beadzonebody {
	color: #505050;
	margin: 8px 0 18px 0;
}

.wholeft {
	float: left;
	margin: 0 18px 32px 0;
	width: 100px;
}
.whoright {
	float: left;
	margin: 0 0 0 0;
	width: 490px;
}
.whotitle {
	font-weight: bold;
}

.clientblock {
	float: left;
	width: 200px;
	height: 65px;
	background-color: #ffffff;
	margin: 0 8px 8px 0;
	padding: 6px 6px 6px 6px;
	text-align: center;
}
.clienttitle {
	font-family: Trebuchet, "Trebuchet MS", Arial;
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #2f002a;
}



