html {
	background: #000 url(../images/bg_fade.png) repeat-x 0 0;
	min-height: 100%;
}

body {
	background: transparent url(../images/bg_ill-trans.png) no-repeat 50% 0;
	height: 100%;
	padding-top: 27px;
	color: #565656;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4;
}

a {
	color: #00AEEF;
	text-decoration: none;
}

h1 {
  font-family: Georgia;
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
}

h2 {
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  color: #000;
  margin: 20px 0 0 0;
}

h3 {
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  color: #00aeef;
  margin: 20px 0 0 0;
}

p {
  margin: 10px 0;
}

p.intro {
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}

#doc4 {
	width: 992px;
}

.yui-gc .yui-u {
	margin-left: 40px;
	width: 250px;
}

.yui-gc div.first {
	width: 610px;
}

#sidebar {
  padding-top: 17px;
  position: relative;
}

#sidebar h2 {
  margin-top: 0;
}

#sidebar .item {
  position: relative;
  margin-left: -20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E1;
}
.yui-gc .yui-gb .yui-u {
	margin-left: 1.99%;
	width: 32%;
}

.yui-gc .yui-gb div.first {
	margin-left: 0;
}

#bd, #ft {
	background: transparent url(../images/bg_stripe_trans.png) repeat-y 0 0;
	padding: 0 44px;
}

#bd {
/*	min-height: 600px;*/
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 50px;
}

#ft {
	padding-bottom: 35px;
	font-size: 11px;
}

#ft .yui-gc {
	border-top: 1px solid #E0E0E1;
	padding: 10px 0;
}

#hd {
	height: 168px;
	overflow: hidden;
	background: transparent url(../images/bg_header_trans.png) no-repeat 0 117px;
	position: relative;
	font-family: Georgia;
	font-size: 16px;
}

#hd #logo {
	position: absolute;
	top: 0;
	left: 44px;
	display: block;
	width: 568px;
	height: 91px;
	text-indent: -999em;
	background: transparent url(../images/logo-trans.png) no-repeat 0 0;
}

#hd ul {
	position: absolute;
	left: 44px;
	top: 137px;
}

#hd li {
	float: left;
	margin-left: 30px;
}

#hd li.first {
	margin-left: 0;
}

#hd li a {
	color: #fff;
	text-decoration: none;
}

#hd li.active a,
#hd li a:hover {
	color: #00AEEF;
}

#bd ul {
  margin-left: 15px;
}

#bd ul li {
  list-style: disc;
  margin-bottom: 3px;
}