
/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

div#header ul#areas		{ display: none; }

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#content
	{
	margin-left: 460px; /* sidebar */
	margin-right: 0px; /* sidebar */
	}

#regions
	{
	position: relative;
	}

#regions h4
	{
	font-weight: bold;
	font-size: 1em;
	height: 45px;
	margin: 5px;
	padding: 0px;
	}

#region2, #region3, #region4, #region5, #region6, #region7
	{
	width: 148px;
	_width: 145px;
	height: 155px;
	margin: 5px;
	padding: 4px;
	text-align: center;
	float:left;
	cursor: pointer;
	}

#region2		{ background-color: #ffe14f; color: #000; }
#region3		{ background-color: #f8981d; color: #fff; }
#region4		{ background-color: #2791d0; color: #fff; }
#region5		{ background-color: #92278f; color: #fff; }
#region6		{ background-color: #00aeef; color: #fff; }
#region7		{ background-color: #ee3a43; color: #fff; }


#sidebar
	{
	font-size: 1.1em;
	width:440px; /* see margin content */
	}

#area h2,#area h3
	{
	font-size: 1.25em;
	}

#area h2
	{
	font-size: 1.85em;
	}

#regionmap
	{
	float: right;
	}

#sidebar2
	{
	display:none;
	}


/* ======================================= */
/* ======================================= */
/* ======================================= */

