body {
    position: absolute;
    background-repeat: repeat-x;
    background-color: #fff;
    color: #333;
    font-size: 80%;
    line-height: 1.5em; 
    font-family: Lucida Grande, Verdana, Arial;
    margin: 0px;
    padding: 0px;
    max-width: 850px;
}


#download {
    float: right;
    padding: 5px 0px 5px 5px;
    border: 0px;
}

#content {
    margin: 200px 20px 20px 250px;
}

#copy {
    height: 20px;
    bottom: 0px;
    left: 147px;
    padding: 10px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 100%;
}

#footer {
    position: relative;
    left: 250px;
    margin-bottom: 20px;
    text-align:left;
    font-size: 80%;
}

#footer-left {
    text-align:left;
}

#title {
    position: absolute;
    /*background-image: url( ../images/end.png );*/
    background-repeat: no-repeat;
    background-position: right;
    /*height: 76px;*/
    top: 0px;
    left: 0px;
    /*right: 20px;*/
    margin: 0px;
    padding: 0px;
    width: 400px;
    height: 200px;
}

#title h1 {
    /*background-image: url( ../images/banner.gif );*/
    background-repeat: no-repeat;
    height: 72px;
    top: 0px;
    left: 0px;
    margin: 0px 24px 0px 0px;
    padding: 23px 0px 0px 20px;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    text-shadow: #bbb 3px 3px 2px;
    font-size: 400%;
    z-index: 1;
}

#title p {
    top: 0px;
    left: 0px;
    margin: -5px 0px 0px 7px;
    /*font-size: 200%;*/
    z-index: 1;
    height: 20px;
}

p.breadcrumbs
{
	font-size: 80%;
}

h1
{
	font-size: 150%;
	color: #444;
	line-height: 1.3em;
}

h2, h3, h4 {
    margin-bottom: 0px;
    text-shadow: #bbb 2px 2px 1px;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
}

h1 + p, h2 + p, h3 + p, h4 + p, b + p {
    margin-top: 2px;
}

p
{
	margin-bottom: 1.3em;
}

#icon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url( ../images/icon-gold.png );
    background-repeat: no-repeat;
    height: 201px;
    width: 197px;
    z-index: 4;
    margin: 0px;
}

/* Content */
#content ul {
    margin: 4px 0px 4px 0px;
}

#content li {
    margin: 4px 0px;
}

/* Links */
a {
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* Navigation */
#menu {
    position: absolute;
    /*background-image: url( ../images/nav.png );
    background-repeat: no-repeat;
    height: 350px;*/
    width: 145px;
    top: 200px;
    left: 5px;
    padding: 20px 0px 0px 20px;
    font-size: 100%;
    line-height: 1.5em;
}

#menu ul li
{
	padding: 4px 4px 4px 8px;
	text-decoration: none;
	font-weight:bold;
	font-size: 90%;
}

#menu b { display: none; }

#menu li a:hover
{
	/*background-color: #E8ECF7;*/
	color: #373395;
	text-decoration: none;
}

#menu
{
	float: left;
	display: block;
	padding: 0 0 21px 0;
}

#menu ul
{
	padding: 0;
	margin: 0;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

#menu li
{
	list-style: none;
	font-size: 100%;
	width: 110px;
	border-left: 6px solid #c63;
	border-bottom: 1px solid #c63;
	border-top: 0px solid #F2F7E7;
	color: #373395;
	margin: 0 0 0 25px;
	padding: 4px 4px 4px 0.4em;
}

#menu li a
{
	color: #c63;
}

#menu li a:visited
{
	color: #373395;
	color: #01BFF0;
}

#menu li a:hover
{
	/*background-color: #E8ECF7;*/
	color: #373395;
	text-decoration: underline;
}

#menu li.active
{
	background-color: #E6F9FE;
	color: #c63;
}


/*#navlist {
    margin: 0px 0px 0px -5px;
    padding: 0px;
    list-style-type: none;
}

#navlist a {
    color: #333;
}

#navlist .subtitle {
    font-weight: bold;
    margin-top: 10px;
}

#navlist li a:hover, #navlist li a.active {
    text-decoration: underline;
}
*/

#notice {
    min-width: 0px;
    padding: 0px;
    margin: 30px 10px 10px -5px;
    font-size: 85%;
    line-height: 1.2em;
    color: #aaa !important;
}

#notice a {
    color: inherit !important;
    text-decoration: none;
}

#notice a:hover {
    color: #555 !important;
    text-decoration: none;
}

dt { 
    font-weight: bold;
    margin-top: 1em;
}

.code, pre, tt, code {
    font-family: Courier, Fixed;
    font-size: 110%;
}

.code {
    margin-left: 2em;
    font-size: 90%;
}