#search {
	position: absolute;
	top: 5px;
	left: 500px;
	width: 180px;
	height: 70px;
	z-index: 1;
}

#fonts {
	position: absolute;
	top: 468px;
	left: 1px;
	width: 172px;
	height: 70px;
	text-align: center;
	border-style:solid;
	border-width:thin;
	border-color:#158B47;
	z-index: 1;
}

#page { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
}

#logoheader	{
	position:relative;
	margin:0px; 
	top:0px;
	left: 0px;
	width:760px;
	height:120px;
	float: left;
	clear: both;
	z-index: 0;
}

#menu {
	position: relative;
	margin: 0px;
	top: 10px;
	left: 0px;
	width: 175px;
	height: auto;
	float: left;
	clear: both;
	z-index: 1;
}

#menuspacer	{
	position:relative;
	margin:0px; 
	top:10px;
	left: 0px;
	width:5px;
	height:1px;
	float: left;
	z-index: 0;
}

#content {
	position: relative;
	margin: 0px;
	top:10px;
	left: 0px;
	width: 580px;
	height: auto;
	float: left;
	z-index: 0;
	text-wrap: normal;
	word-wrap: break-word;
}

#footer {
	position: relative;
	margin: 0px;
	top: 10px;
	left: 175px;
	width: 580px;
	height: auto;
	float: left;
	clear: both;
}
/*
	.small_font			{ font-size:x-small; text-decoration:none;}
	.medium_font		{ font-size:small; text-decoration:none;}
	.large_font			{ font-size:medium; text-decoration:none;}
	.x_large_font		{ font-size:large; text-decoration:none;}
	.xx_large_font	{ font-size:x-large; text-decoration:none;}
*/
