/**
* CSS for doc_frontp.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

#fp-main
{
	background: #c7dff1 url("../tmpl/img/fp_main.png") no-repeat 0 0;
	float: left;
	margin-top: 80px;
	padding: 30px 0 40px 0;
	width: 896px;
}
#fp-main h1
{
	color: #2a2a2a;
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	width: 250px;
}
#fp-main div
{
	float: right;
	line-height: 140%;
	padding: 0 20px;
	width: 606px;
}

#fp-footer
{
	background: #dfdfdf url("../tmpl/img/fp_footer.png") no-repeat 0 0;
	float: left;
	padding: 15px 20px;
	width: 856px;
}