/******************************************************************************/
/* HEADER																	  */
/******************************************************************************/

#header {
	width: 944px;
	height: 277px;
	/*background: url(../images/headerIndex.jpg);*/
}

/******************************************************************************/
/* INDEXMENU																	  */
/******************************************************************************/

#indexMenu {
	width: 420px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	clear: left;
	float: left;
	font-size: 1.2em;
}

#indexMenu ul li {
	width: 209px;
	float: left;
	margin: 0 1px 0 0;
}

/******************************************************************************/
/* CONTENT																	  */
/******************************************************************************/

#content {
	width: 456px;
	float: left;
}

