#all
{
	position: relative;
	top: 14px;
	left: 22px;
	width: 950px;
	height: 1200px;
	background-color: #fff;
	border: 4px #999 solid;
	text-align: left;
/*
	font-family: Georgia, Times New Roman, serif;
*/
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

#top
{
	position: absolute;
	top: 18px;
	left: 20px;
	width: 1000px;
	height: 100px;
}

	#logo
	{
		position: absolute;
		top: 5px;
		left: 10px;
		width: 600px;
		height: 50px;
	}
	
	#menu_1
	{
		position: absolute;
		top: 62px;
		left: 22px;
		width: 870px;
		height: 30px;
		z-index: 999;
		overflow: visible;
		visibility: visible;
	}
	
	#goodtherapy
	{
		position: absolute;
		top: 2px;
		left: 692px;
		width: 100px;
		height: 30px;
		z-index: 999;
		overflow: visible;
		visibility: visible;
	}
	

#bottom
{
	position: absolute;
	top: 126px;
	left: 32px;
	width: 90%;
	height: 1200px;
}

body
{
	background-image: url(../_images/bodyE.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

a:hover
{
	text-decoration: underline;
	color: #333;
}

a:link
{
	text-decoration: underline;
	color: #333;
}

a:visited
{
	text-decoration: underline;
	color: #333;
}

h1
{
	color: #333;
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 10px;
}

h2
{
	color: #333;
	font-size: 20px;
	font-weight: lighter;
}

h3
{
	color: #333;
	font-size: 20px;
	font-weight: lighter;
}

h4
{
	color: #333;
	font-family: serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
	text-decoration: none;
}

h5
{
	color: #666;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;

}

p
{
	color: #333;
	font-size: 18px;
	line-height: 20px;
}

li
{
	color: #333;
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
	padding-bottom: 5px;
	padding-top: 5px;
}

.link1
{
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-weight: lighter;
}

.line_spacer_6
{
	font-size:   6px;
	line-height: 6px;
}

.line_spacer_12 
{
	font-size:   12px;
	line-height: 12px;
}

.line_spacer_20
{
	font-size:   20px;
	line-height: 20px;
}


