@import url("base.css");

#pic	{
	height: 204px;
}
#content	{
	height: 292px;
}

/*						PIC STYLES					*/

#pic img	{
	float: left;
	border: 2px solid #85bd15;
}
#pic p	{
	float: right;
	height: 27px;
	width: 392px;
	color: #ffffff;
	padding-top: 7px;
	text-indent: 20px;
	margin-top: -34px;
	background: #85bd15;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
}
#pic p span	{
	margin-left: 5px;
	padding-left: 25px;
	background: url(../images/index/camera.jpg) no-repeat left center;
}
#pic p a, #pic p a:visited	{
	color: #FFFFFF;
	text-decoration: underline;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
}

/*						CONTENT STYLES				*/

#content #menu	{
	width: 203px;
	float: right;
	margin-left: 50px;
	padding-bottom: 75px;
	background: #FF0000 url(../images/index/menu_bg.jpg) repeat-y left top;
}
#content h2	{
	color: #377b00;
	padding: 28px 0 17px 5px;
	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: 0 0 0 5px;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
}