body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: verdana;
	background-image:url('../images/bg_header.png');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#161616;
	color:#ccc;
}

body, td {
	font-size: 12px;
}


#container {
	margin:0;
	padding:0;
	width:100%;
}

#header-container {
	text-align:center;
	width:100%;
}

#header {
	width:661px;
	height:144px;
	z-index:102;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-330px;
	background-image:url('../images/header.png');	
}

#header-left {
	width:50%;
	height:144px;
	z-index:101;
	position:absolute;
	top:0;
	left:0;
	background:url('../images/bg_lheader.png') repeat-x;
}

#header-right {
	width:100%;
	height:144px;
	z-index:100;
	position:absolute;
	top:0;
	left:0;
	background:url('../images/bg_rheader.png') repeat-x;
}
	
.header-postit {
	width:105px;
	height:69px;
	/*background:url('../images/login.png') no-repeat;*/
	z-index:104;
	position:absolute;
	top:0;
	left:0;
	z-index:105;
}

.header-postit-over {
	/*background:url('../images/login_over.png') no-repeat;*/
	cursor:pointer;
}

#header-year {
	width:60px;
	height:50px;
	background:url('../images/0910.png') no-repeat;
	position:absolute;
	left:100%;
	top:0;
	margin-left:-60px;
	z-index:105;
}


#menu-container {
	text-align:center;
	margin-top:144px;
	height:56px;
	background:url('../images/bg_menu.png') repeat-x;
	border-bottom:1px solid #333;
}

#menu {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	list-style:none;
	text-align:center;
	width:1050px;
	margin:0px auto 25px auto;
	padding-top:10px;
}

#menu a {
	color:#ecff00;
	text-decoration:none;
	border-bottom:1px dotted #666;
	margin-right:15px;
}

#menu a:hover {
	color:#78aa00;
	border-bottom:1px dotted #ecff00;
}

#menu ul li ul a {
	font-size:80%;
	border:0;
}

#menu ul li ul a:hover {
	border:0;
}

#menu ul li ul {

}

#menu li {
	display:inline;
	padding:5px 7px 5px 7px;
	font-size:120%;	
}

#menu ul li ul {
	background:#111;
	margin-left:6px;
	padding:0;
	border-left:1px solid #78aa00;
}

#menu ul li ul li {
	padding:5px;
	text-align:left;
	display:block;
	border-bottom:1px solid #222;
}

#menu li ul li:hover {
	background:#161616;
}

#menu li:hover {
}

#content-container {
	width:100%;
}

#content-left-container {
	width:250px;
	float:left;
	padding:7px;
}

#content-left {

}

#content-middle-container {
	margin:0 264px 0 264px;
	padding:7px;
	border-right:1px solid #333;
	border-left:1px solid #333;
}

#content-middle-container-wide {
	margin:0 0 0 264px;
	padding:7px;
	border-left:1px solid #333;
}

#content-right-container {
	width:250px;
	float:right;
	padding:7px;
}

#content-right {

}

#footer-container {
	width:90%;
	margin:0px auto;
	text-align:center;
	border-top:1px solid #333;
}

#footer {
	padding:7px;
}

#phi {
	width:160px;
	height:167px;
	background:url('../images/phi.png') no repeat;
	position:absolute;
	top:100%;
	left:100%;
	margin:-167px 0 0 -160px;
	z-index:105;
}

.breadcrumb {
	margin:-7px -7px 0 -7px;
	padding:7px;
	background:#111;
	border-bottom:1px solid #333;
	
}
