body {
	width: 100%;
	font: 12px/16px Tahoma, Verdana;
	color: #000;
	background: #fff url(bg.png) repeat-x left top;
	padding: 0;
	margin: 0;
}
#layout {
	width: 100%;
	background: url(bg-top.png) no-repeat 50% top;
}
#header, #content, #copyrights {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#logotype {
	width: 100%;
	text-align: center;
	padding:20px;
}
#projects {
	width: 100%;
}
#mightyextensions {
	width: 31%;
	text-align: left;
	padding: 0 0 0 20px;
	float: left;
}
#mightytemplate {
	width: 31%;
	text-align: center;
	float: left;
}
#mightylearning {
	width: 33%;
	text-align: right;
	padding: 0 20px 0 0;
	float: left;
}
#aboutus {
	width: 57%;
	margin: 50px 0;
	float: left;
}
#contacts {
	width: 35%;
	margin: 50px 0;
	float: right;
}
#copyrights_inner {
	width: 57%;
	background: url(bg-copyrights.gif) repeat-x left 0px;
	margin-top: 30px;
	clear: both;
}
a, a:visited , tr.descr td{
	color: #008cdc;
}
tr.descr td {
	font-size: 14px;
	line-height:20px;
}
a.link, a.link:visited, span.blue {
	color: #008cdc;
	background: url(pointer.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
}
a.link:hover, a:hover {
	text-decoration: none;
}
h1.aboutus {
	height: 29px;
	background: url(aboutus.gif) no-repeat left top;
	margin: 0 0 25px;
}
h1.contacts {
	height: 29px;
	background: url(contacts.gif) no-repeat left top;
	margin: 0 0 25px;
}
#content p {
	padding: 0 5px 0 20px;
}
#contacts img {
	width: 16px;
	height: 70px;
	border: 0;
	margin: 2px 4px 0 0;
	float: left;
}
#contacts span {
	line-height: 18px;
}
#copyrights_inner p {
	padding: 25px 0 10px 20px;
}
