 body { 
	font:95%/1.3 Georgia, verdana, arial, serif;
 	background-color: #FFF;
	color: #000;
	/*margin: 40px 0px;*/
	text-align: center;
	line-height: 1.5em;
 }

 div.main {
	width: 800px;
	margin: 20px auto;
 }
 
 div.logo {
	margin: 0 auto 20px auto;
	text-align: center; 
 }

 div.projs {
	font-size: 1.2em;
	text-align: left;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 2px solid #A13228;
	margin-bottom: 14px;
 }
 
 div.contacts {
	margin-top: 10px;
	text-align: left;
 }

 a { 
 	/*text-decoration: underline;*/
	text-decoration: none;
	color: #36F;
 }	
 
 a:hover {
 	text-decoration: none;
	color: #F00;
 }
 
 a img {
	border: none;
 }
 
 table.main {
	/*border-top:1px solid #9D9D9D;*/
	border-bottom:1px solid #9D9D9D;
 }
 
 td.logo {
	width: 300px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DBDBDB;	
 }
 
 td.desc {
	width: 500px;
	text-align: justify;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DBDBDB;	
 }
 
 td.second {
	padding-top: 10px;
 }
 
