#content
{
	width: 100%;
	height: 566px; /*606px;*/
}

#content_main_container
{
	width: 599px;
	height: 566px; /*606px;*/
	
	overflow: hidden;
	
	background-image: url( "../images/content.jpg" );
	background-repeat: no-repeat;
	background-color: #e9e9e9; 
	
	position: absolute;
}

#content_main
{
	width: 100%; /* 599px; */
	height: auto;
	
	position: relative;
	overflow: hidden;
}

#content_main h1
{
	color: #808080;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	
	margin-left: 25px;
	margin-top: 25px;
}

#content_main h2
{
	color: #75b33d;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	letter-spacing: 0.025em;
	
	margin-left: 50px;
	margin-top: 25px;
}


#content_main p
{
	color: #4F4F4F;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	
	margin-left: 35px;
	padding-left: 15px;
	margin-bottom: 50px;
	
	background-image: url( "../images/paragraph.jpg" );
	background-repeat: no-repeat;
	
	width: 85%;
}

#content_main ul
{
	list-style-type: square;
	margin-left: 100px;
	color: #4F4F4F;
	font-size: 10pt;
}

#content_main a
{
	color: #ff6600;
}

#content_main a:hover
{
	color: #808080;
}


#content_main img
{
	border: 2px solid #cfcfcf;

	-moz-opacity:		0.85;
	opacity:			0.85;
	filter:				alpha( opacity = 85 );
}
#content_main img:hover
{
	-moz-opacity:		1.0;
	opacity:			1.0;
	filter:				alpha( opacity = 100 );
	
	border: 2px solid #ffffff;
}

/*GOOGLEMAP*/
#map
{
	width: 500px; 
	height: 300px; 
	margin-left: 75px;
}
