div.body {
	background-color: #FFFFFF;
	width: 760px;
	text-align: center;
}

div.body h1 {
	color: #4370C1;
}

div.leftcolumn { 
	width: 140px;
	float: left;
/*	left: 0;
/*	padding-right: 10px;*/
	text-align: left;
/*	background-color: #eee;*/
}

div.navigation {
	border-right: 1px solid #4370C1;
}

div.counters { 
	border-color: #4370C1;
	font-size: smaller;
	margin-top: 200px;
}

div.contents { 
	margin-left: 150px;
/*	width: 100%;*/
	text-align: justify;
}
div.contacts {
	padding-top: 10px;
/*	vertical-align: bottom;*/
/*	position: bottom;*/
}

h1 { color: navy }

dt { font-weight: bold; }

div#news {
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	position: relative;
	right: 1em;
	width: 10em;
	float: right;
	padding: 1em;
	background-color: #dfd;
	font-weight: bold;
	margin-left: 2em;
}

div#news p#caption {
	font-weight: normal;
	text-align: right;
}

a:link,a:active,a:hover,a:visited {
	color: #4370C1;
	cursor: pointer;
}

a.no_underline {
	cursor: pointer;
	text-decoration: none;
}
