*
{
	margin: 0;
	padding: 0;
	color: #00022d;
}

p
{
	margin: 0 0 20px 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 16px;
}

p.first
{
	font-weight: bold;
}

h1
{
	font-family: Helvetica, Arial;
	margin: 0 0 10px 0;
}

h2, h3
{
	margin: 0 0 5px 0;
	font-size: 16px;
	font-family: Helvetica, Arial;
}

img {border: none;}

#wrapper
{
	margin: 0 auto;
	width: 770px;
}

#header
{
	background: #fff url('/images/BG-header.jpg') repeat-x 0 0;
	height: 114px;
	padding: 54px 40px 0 40px;
}

#header *, #footer
{
	font-family: Helvetica, Arial;
}

#header ul
{
	float: right;
	margin: 25px 0 0 0;
	list-style: none;
}

#header ul li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #00022d;
	font-size: 14px;
}

#header ul li:last-child
{
	padding-right: 0;
	border-right: none;
}

#header ul li a
{
	color: #00022d;
	text-decoration: none;
}

#header ul li a:hover
{
	text-decoration: underline;
}

#content
{
	float: left;
	margin: 20px 40px 0 20px;
	width: 460px;
}

.hdistill
{
	height: 30px;
	background: #fff url('/images/H-distill.jpg') no-repeat 0 0;
	text-indent: -9999px;
}

#content ul
{
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 16px;
}

#content pre
{
	margin-left: -10px;
	/*padding: 0 10px;*/
	width: 480px;
	background: #fff url('/images/BG-codeshadow.jpg') repeat-y 0 0;
}

#content #top
{
	height: 5px;
	width: 480px;
	/*border: 1px solid black;*/
	background: #fff url('/images/BG-codeshadowtop.jpg') no-repeat 0 100%;
}

#content #bottom
{
	height: 20px;
	width: 480px;
	background: #fff url('/images/BG-codeshadowbottom.jpg') no-repeat 0 0;
}

#content pre code
{
	display: block;
	margin: 0 10px;
	padding: 0px 20px 20px 20px;
	background: #fff url('/images/BG-code.jpg') repeat-x 0 0;
	line-height: 16px;
}


#content dl
{
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 16px;
}

#content dt
{
	font-size: 14px;
	font-weight: bold;
}

#content dd
{
	margin: 0 0 0 30px;
}

html > body #content 
{
	margin-left: 40px;
}

.clear
{
	clear: both;
	margin: 0 0 20px 0;
	border: none;
}

#left
{
	float: left;
	margin: 20px;
	width: 190px;
}

#footer
{
	padding: 10px 40px;
	border-top: 1px solid #00022d;
	font-size: 12px;
}