@IMPORT "common.css";
@IMPORT "style.css";

/* Content (begin)*/
	#content
	{
		margin-top: 0;
		clear: both;
		overflow: hidden;
		width: 100%;
	}
	#portfolio
	{
		width: 770px;
		margin: 6px 5px 19px 6px;
	}
	#portfolio td,
	#portfolio th 
	{
		width: 50%;
		padding-bottom: 8px;
		vertical-align: top;
	}
	#portfolio th
	{
		background-color: #E6E2E3;
		font-weight: normal;
		text-align: left;
	}
	#portfolio img
	{
		border: 4px solid #FEFFFF;
		margin: 8px 8px 0 34px;
		float: left;
	}
	#portfolio .text
	{
		margin: 10px 35px 0 0;	
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000000;
		line-height: 15px;
	}
	#portfolio .text b
	{
		text-transform: uppercase;
		color: #950A03;
		font-size: 11px;
	}

/* Content (end)*/

/* Footer (begin)*/
	#footer .l
	{
		background: url(../img/contacts/bg_footer_l.gif) 0 0 no-repeat;
		width: 9px;
		height:69px;
	}
	#footer .r
	{
		background: url(../img/contacts/bg_footer_r.gif) 0 0 no-repeat;
		width: 11px;
		height:69px;
	}
/* Footer (end)*/

