*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #94B4DE url(body.png);
	font-size: 70%;
	padding: 10px 0 10px 0;
}
a{
color: #FFCC00;
text-decoration:none;
}
a:hover{
color:#154261;
background-color: #FFCC00;
}
#wrapper{
	width: 945px;
	padding: 5px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header{
	background: #94B4DD url(banner.gif) right no-repeat;
}
#logo{
	background: url(logo.gif) left no-repeat;
	height: 58px;
}
#header span{
	position:absolute;
	left: -9999px;
}
#structure{
	background:  url(back.png) 0px 5px repeat-y;
	width: 945px;
	margin: 5px auto 0px auto;
	overflow: hidden;
}
#structureHome{
	background:  url(back.png) 0px 0px repeat-y;
	width: 945px;
	margin: 5px auto 0px auto;
	overflow: hidden;
}
#structureHome #content{
	position: relative;
}
#structureHome #content ul{
	margin: 0px;
	padding: 0;
	list-style: none none;
	position: absolute;
	left: 220px;
	top:150px;
}
#structureHome #content ul li{
	border: 1px solid #94B4DD;
	padding: 10px;
	width: 250px;
}
#menu{
	width: 167px;
	padding: 10px;
	list-style: none none;
	font-weight: bold;
	float: left;
	margin:0px 0 0 0;
	background:  url(menu_back.jpg) no-repeat;
	height:400px;
	overflow: visible; 
}
*>#menu{
	height: auto;
	min-height: 400px;
}
#menu li{
	background: url(spot.png) left top no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 7px 0;
}
#content{
	width:670px;
	float: left;
	color: #ffffff;
	margin:0px 0 0 5px;
	padding: 20px 40px 40px 43px;
	background: url(content.jpg) no-repeat;
	height:400px;
	overflow: visible; 
	text-align: justify;
}
*>#content{
	min-height: 400px;
	height: auto;
}
#leftPane{
	width:450px;
	float: left;
	margin: 0 40px 0 0;
}
#rightPane{
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 10px 0 ;
}
p{
	margin:0 100px 10px 0;
}
ul{
	margin: 0 100px 10px 30px;
}
li{
	margin: 0 0 10px 0;
}
blockquote{
	padding:0 0 0 40px;
}

#footer{
	width: 950px;
	margin: 0 auto;
	position: relative;
	font-size: 0.95em;
	color: #FFFFFF;
	padding: 3px 0 0 5px;
}
#footer a{
	display: block;
	width:72px;
	height: 25px;
	background: url(eworx.gif) no-repeat;
	position: absolute;
	top: 0;
	right:0px;
}
#footer span{
	position: absolute;
	left: -99999px;
}
#pdf{
	font-size: 0.9em;
	font-weight: normal;
}
