#all
{
	position: relative;
	top: 14px;
	left: 22px;
	width: 950px;
	height: 3000px;
	background-color: #fff;
	border: 4px #999 solid;
	text-align: left;

	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

#b_psych
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;

	color: #777;
	font-size: 24px;
	line-height: 20px;
	font-weight: normal;
	padding-left: 20px;
}
	
#b_psych_left
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 45%;
	height: 100%;

	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
}
	
#b_psych_right
{
	position: absolute;
	top: 50px;
	left: 440px;
	width: 45%;
	height: 100%;

	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
}
	
.contact2
{
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 20px;
}

a:hover,
a:link, 
a:visited
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	color: #696;
	font-weight: bolder;
}

li
{
	color: #333;
	font-size: 15px;
	line-height: 16px;
	font-weight: lighter;
}

i
{
	color: #600;
	font-size: 14px;
	line-height: 16px;
	font-weight: lighter;
	font-style: italic;
}

p
{
	color: #333;
	font-size: 15px;
	line-height: 16px;
	padding-left: 30px;
	padding-right: 10px;
}

h3
{
	color: #777;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 0px;
}


