/* CSS Document */
/* styles.css */
	@import url("reset.css");
body {
	background: #2548BE;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.top-menu {
	background: url(/images/kaluga.gross-invest.ru/line-top.gif) no-repeat bottom;
	width: 950px;
	height: 168px;
}
.couters {
	background: url(/images/kaluga.gross-invest.ru/line-bottom.gif) no-repeat;
	width: 950px;
	height: 68px;
	padding: 28px 0px 0px 800px;
}
.content {
	background: url(/images/kaluga.gross-invest.ru/driver.gif) repeat-y left;
	width: 955px;
	height: 450px;
	margin-left: 45px;
}
.content .item {
	float: left;
	width: 400px;
	padding: 30px;
}
.item h1 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.item img {
	margin-bottom: 20px;
}
.item br {
	margin-top: 20px;
}
.item p {
	width: 300px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.links {
	padding: 0px 0px 0px 0px;
	margin-left: 110px;
}
.links a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.links a:hover {
	color: #f00;
	text-decoration: none;
}

.links li {
	background: url(/images/kaluga.gross-invest.ru/driver.gif) no-repeat top center;
	width: 120px;
	height: 11px;
	float: left;
	padding: 70px 0px 0 20px;
}



