body {
 margin: 0;
 padding: 0;
 background: #4f4d4e url(images/body-border.png) repeat-y center top;
 font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #666666;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
}

ul {
 list-style: square;
}

a:hover {
 text-decoration: none;
}

#header {
 width: 766px;
 height: 108px;
 margin: 0 auto;
 background: #000 url(images/header-logo.png);
}

#header * {
 color: #fde801;
}

#header h1 {
 float: right;
 padding: 20px 0 0 20px;
 font-size: 3em;
}

#header h2 {
 float: right;
 width: 350px;
 padding: 20px 20px 0 0;
 font-size: 1.1em;
}

#menu {
 width: 766px;
 height: 35px;
 margin: 0 auto;
 background: #CE6318 url(images/img-vertgrad.gif) repeat-x;
}

#menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#menu li {
 display: inline;
}

#menu a {
 display: block;
 float: left;
 height: 30px;
 padding: 5px 20px 0px  20px;
 text-transform: none;
 text-decoration: none;
 font-size: 1.2em;
 font-weight: bold;
 color: #000;
}

#menu a:hover {
 text-decoration: underline;
}

#content {
 width: 766px;
 margin: 0 auto;
}

#firstcolumn {
 float: left;
 width: 688px;
 padding: 20px 0 0 20px;
}

#firstcolumn h2 {
 margin-bottom: 0;
 font-size: 2em;
}

#firstcolumn h3 {
 font-size: 1.6em;
}

#firstcolumn .file {
 margin-top: 0;
}

#firstcolumn .system {
 height: 55px;
 width: 726px;
 margin: 0 0 -5px 0;
 font-size: 2.0em;
 padding: 10px 0 0px 5px;
 background: url(images/system-main.png) no-repeat;
}

#firstcolumn .system, #firstcolumn .system a {
 color: #FFF;
}

#firstcolumn .stockimage {
 float: right;
}

#firstcolumn .description {
 height: 24px;
 width: 726px;
 margin: 0 0 -1px 0;
 font-size: 0.9em;
 color: #000;
 padding: 3px 0 0px 5px;
 background: url(images/system-sub.png) no-repeat;
}

#firstcolumn a {
 color: #4e4e4e;
}

#firstcolumn a:hover {
 text-decoration: none;
}

#footer {
 width: 726px;
 margin: 0 auto;
 padding: 30px 0 5px 0;
 font-size: 0.8em;
}

#footer * {
 color: #000;
}