@import url("base.css");
@import url("lightbox.css");

#pic	{
	height: 94px;
}
#content	{
	padding-left: 5px;
	
}
#text	{
	width:500px;
	
}


/*						PIC STYLES					*/

#pic img	{
	float: left;
	border: 2px solid #85bd15;
		height: 94px;
}



/*						CONTENT STYLES				*/

#content #menu	{
	width: 203px;
	float: right;
	padding-bottom: 75px;
	background: #FF0000 url(../images/index/menu_bg.jpg) repeat-y left top;
}
#content h2	{
	color: #377b00;
	padding: 28px 0 17px 0;
	font: 22px Georgia, "Times New Roman", Times, serif;
}
#menu h2	{
	padding: 28px 0 6px 24px;
}
#menu ul	{
	padding-left: 28px;
}
#menu li	{
	padding: 3px 0 3px 22px;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	background: url(../images/index/menu_li_bg.jpg) no-repeat left center;
}
#menu a, #menu a:visited	{
	color: #40403f;
}
#content p	{
	color: #40403f;
	padding-bottom: 20px;
	padding-left:10px;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
}
#content #gallery
{ 
width: 550px;
position: relative;
}

#content img{
	float: left;
	padding: 5px;
	/*width: 148px;
	height: 119px;*/
	display: block;
	margin: 0 20px 20px 0;
	border: 1px solid #dbdbdb;
	text-align:center;
	/*background: url(../images/gallery/thumb1.jpg) no-repeat center center;*/
}

#content .clear	{
	clear: both;
	height: 45px;
	display: block;
}
