/****************************************************************************************************/


* {
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans Unicode";
}


BODY {
	background-color: white;
}


A, A:visited {
	text-decoration: none;
}


/****************************************************************************************************/

.content {
	margin: 0 auto;
	padding: 0 50px;
	width: 1000px;
}


.content-head {
	display: block;
}


.content-head P.desc {
	font: normal 14px "Lucida Sans Unicode";
}


.content-head P.intro {
	font: normal 20px/36px "Lucida Sans Unicode";
}

/****************************************************************************************************/
/****************************************************************************************************/


#map
{
	width: 100%;
	height: 600px;
}


/****************************************************************************************************/
/****************************************************************************************************/


.col-1-4 {
	width: 25%;
	float: left;
}


.col-3-4 {
	width: 75%;
	float: left;
}


.col-1-2 {
	width: 50%;
	float: left;
}


.col-1-3 {
	width: 33.33%;
	float: left;
}


.col-2-3 {
	width: 66.67%;
	float: left;
}


.col-1-1 {
	width: 100%;
}


DIV.center {
	margin: 0 auto;
	text-align: center;
}


.clear {
	clear: both;
}


.space-20 {
	height: 20px;
}


.space-30 {
	height: 20px;
}


.space-40 {
	height: 40px;
}


.space-60 {
	height: 60px;
}

.tn-200-200 {
	width: 200px;
	height: 200px;
}