@IMPORT "common.css";
@IMPORT "style.css";

/* Content (begin)*/
	#content
	{
		margin-top: 0;
		clear: both;
		overflow: hidden;
		width: 100%;
	}

	#gallery
	{
		width: 770px;
	}
	#gallery td
	{
		vertical-align: top;
	}
	#gallery .left
	{
		width: 100%;
		padding-bottom: 10px;
	}
	#gallery .left #photos
	{
		width: 100%;
		margin-left: 20px;
	}
	#gallery .left #photos td
	{
		width: 25%;
	}
	#gallery .left #photos div
	{
		position: relative;
	}
	#gallery .left #photos .zoom
	{
		background: url(../img/portfolio/pic_zoom.gif) 0 0 no-repeat;
		width: 19px;
		height: 19px;
		position: absolute;
		left: 140px;
		top: 96px;
	}
	#gallery .left #photos img
	{
		border: 5px solid #fff;
		margin: 12px 0 3px 0;
	}
	#gallery .left p
	{
		margin: 0 40px 0 5px;
	}
	
/* 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)*/

