
/* ---- header ---- */

#header {
	background: #f0f0f3 url('../graphics/border-top.gif');
	color: #ffffff;
	width: 800px;
	height: 180px;
	margin: 0;
	padding: 0;
	overflow: hidden; 
}

#head-logo {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 55px 0 0 64px;
}

#head-text {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 97px 0 0 32px;
}

#head-box {
	color: #7878a4;
	border: 1px #060660 solid;
	background-color: #f0f0f3;
	font-size: 10px;
	float: left;
	width: auto;
	height: auto;
	margin: 66px 0 0 38px;
	padding: 4px;
}

#head-box-text {
	font-size: 8px;
	width: 120px;
	height: 74px;
}

#head-text-small {
	font-size : 10px;
	font-weight : normal;
	background-color: transparent;
	color : #ffffff;
}

#head-text-big {
	font-size : 24px;
	font-weight : bold;
	background-color: transparent;
	color : #ffffff;
}

/* ---- menu ---- */

#menu-container {
	clear: both;
	background : #ffffff url('../graphics/border-middle.gif');
	width: 800px;
	height: 32px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu {
	width: 700px;
	height: 32px;
	padding: 0;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#menu .item {
	background-color: #f0f0f3;
	color: #000000;
	float: left;
	border: 1px #060660 solid;
	text-align: center;
	height: 30px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu .item-text {
	float: left;
	height: auto;
	margin: 10px auto 0 auto;
	padding: 0;
}

#menu .item-pic {
	background-color: #f0f0f3;
	color: #000000;
	float: left;
	border: 1px #060660 solid;
	height: 30px;
	width: 30px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}

#menu .item-text a,#menu .item a:link,#menu .item a:active,#menu .item a:visited {
	background-color: #f0f0f3;
	color: #060660;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu .item-text a:hover {
	background-color: #f0f0f3;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
