@import url(content.css);

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 1000px;
	height: 24px;
	background: none;
}

#logo {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 5px;
	width: 173px;
	height: 45px;
}

#ypmenu {
    height:23px;
    width: 700px;
    margin-left:0px;
    margin-bottom:0px;
	left: 0;
	top: 31px; 
    background: #ffffff;
    position:absolute;
}

#header2 {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 55px; 
	left: 0;
	width: 1000px;
	height: 206px;
	background: #cee6f4;
}

#content-wrapper {
	position: absolute;
	top: 270px;
	left: 280px;
	width: 720px;
}

#rootline a {
	text-decoration: none;
}

#content {
	position: relative;
	top: 20px;
}

#copyright {
	padding: 20px 0 0 0;
	clear: both;
	font: normal 11px Arial,Helvetica,Verdana,sana-serif;
	color: #999999;
}

#left {
   position: absolute;
	z-index: 0;
	top: 10px;
	left: 0px;
	width: 240px;
	height: 100%;
}



#leftmenu {
	margin: 250px 0 0 20px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 0 5px 30px; 
}

#leftmenu  li a {
	text-decoration: none;
}

#leftmenu li a:hover {
	color: red;
}

#leftmenu li a {
	color: #000000;
} 

#leftmenu li.ACT,
#leftmenu li.CUR {
	background: url(../img/leftmenu-bg.gif) no-repeat;
	font-weight: bold;
	color: #000000;
} 

#search {
	position: relative;
	left: 25px;	 
	top: 20px;
}

#google {
	position: relative;
	left: 25px;	 
	top: 20px;
}

#header-image img {
	border-right: 1px solid white;
}

#header-text {
	position: absolute;
	bottom: 20px;
	right: 35px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
}

