/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */
#header {
	width: 999px;
	height: 160px;
	margin: 0px auto;
}


#logo {
	float: left;
	width: 180px;
	height: 140px;
	background: url(../images/logosm.png) no-repeat left top;
}

#menu {
	float: left;
	width: 820px;
	height: 100px;
	margin-top: -93px;
	padding-left: 180px;
	z-index: auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	float: left;
	height: 160px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	float: left;
	height: 160px;
	text-decoration: underline;
	text-align: center;
}

#menu a span 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#menu1 { width: 144px; background: url(../images/orange-postit.png) no-repeat left top; z-index: 0;}
#menu2 { width: 137px; background: url(../images/blue-postit.png) no-repeat left top; z-index: 1; margin-left: -10px;}
#menu3 { width: 149px; background: url(../images/green-postit.png) no-repeat left top;  z-index: 2; margin-left: -10px;}
#menu4 { width: 142px; background: url(../images/red-postit.png) no-repeat left top;  z-index: 3; margin-left: -10px;}
#menu5 { width: 142px; background: url(../images/biege-postit.png) no-repeat left top; z-index: 4; margin-left: -10px;}
#menu6 { width: 147px; background: url(../images/purple-postit.png) no-repeat left top; z-index: 5; margin-left: -10px;}

/** PAGE */

#page {
	width: 999px;
	margin: 0px auto;
}

#content {
	float: right;
	width: 665px;
	padding: 35px 65px 0px 0px;
	/*background: url(../images/bg05.jpg) no-repeat right top;*/
}

#sidebar {
	float: left;
	width: 146px;
	padding: 35px 0px 0px 33px;
	background: url(../images/bg04.jpg) no-repeat left top;
}

/** FOOTER */
#footer {
	width: 999px;
	height: 97px;
	margin: 0px auto;
	padding-top: 10px;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {	
	float: left;
	width: 184px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 184px;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}



