#gallery
{
	padding-left:13px;
	padding-right:13px;	
	width:692px;
}
	.gall_head
	{
		width:652px;
		height:32px;
		line-height:32px;
		padding:5px 20px 0 20px;
		font-weight:bold;
		color:#262626;
		background:url(../images/gall_edges.png) top no-repeat;
	}
	.gall_body
	{
		width:652px;
		padding:0 20px;
		background:url(../images/gall_body.png) repeat-y;
	}
		ul.home_gallery li
		{
			display:inline;
			float:left;
			color:black;
			padding-bottom:10px;
		}
		ul.home_gallery a#img_link
		{
			display:block;
			width:150px;
			height:150px;
			overflow:hidden;
			margin:0 9px 0 0;
			border:1px solid #262626;
			padding:1px;
		}
		ul.home_gallery a
		{
			color:#666;
		}
			ul.home_gallery a:hover
			{
				text-decoration:underline;
			}
		ul.home_gallery li p
		{
			width:154px;
			overflow:hidden;
		}
		.home_gallery a.third
		{
			margin:0px;
		}
	.gall_foot
	{
		width:692px;
		height:17px;
		background:url(../images/gall_edges.png) bottom no-repeat;
	}
