/* para_list.css */
/* T R B L */
	
a 
{
	text-decoration: none;
	color: #000000;
}
	
a:hover 
{
	text-decoration: underline;
	color: #020202;
}

h1
{
	font-family: Verdana, Arial, SansSerif, Sans-Seri;f
	font-style: normal
	font-weight: bolder;
	text-decoration: outline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#7b7e6d;
	font-size: 28px;
}

p
{
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	color:#7b7e6d;
	padding: 0 0 0 60; 
	font-size: 14px;
}

.ProjItem /*The proj box */
{
	position: relative;
	/*float: left;*/
	min-width: 675;
	min-height: 260;
	display: block;
	top: 20px;
	border: thin dashed silver;
	margin: 10px 10px 10px 10px;
	z-index: 2;
}

.PrjCap /* caption text box */
{
	position: absolute;
	/*position: relative;*/
	width: 400px;
	top: 10px;
	left: 240px;
	/*top: -70px;*/
	/*right: -340px;*/
	line-height: 18px;
	margin 0 0 0 0;
	padding 0 0 0 0;
	color:#000000;
}

.PH_Text
{
	position: relative;
	/*width: 400px;*/
	top: 10px;
	left: 210px;
	
	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	font-style: normal
	font-weight: bolder;
	text-decoration:none;
	font-size: 20px;
}

.CP_Text
{ 

	position: relative;
	width: 400px;
	/*top: 50px;*/
	left: 250px;

	font-family: Verdana, Arial, SansSerif, Sans-Serif;
	text-decoration:none;
	font-size: 12px;
	background-color: transparent;
	margin: 30 20 20 20;
	padding: 0 0 20 0;
	line-height: 18px;
}



img.strip {
	position: absolute;
	top: 0px;
	/*float: left;*/
	left: 0px;
	margin: 30px 30px 30px 30px;
	/*padding: 20 0 20 20;*/
	border: none;
}

