* {
margin: 0px;
padding: 0px;
}

html {
height: 100%;
}

body {
height: 100%;
background-color: #f5f5f5;
font-family: Verdana;
font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Georgia", serif;
font-weight: bold;
}

td {
vertical-align: top;
padding: 5px;
}

a img {
border: 0px;
}

a {
outline: 0px;
}

ul, ol {
margin: 1px;
margin-left: 25px;
}

#header, #content_wrapper, #menu {
width: 960px;
margin: auto;
}

#content_wrapper a {
color: blue;
}

#nonFooter {
position: relative;
min-height: 100%;
}

* html #nonFooter {
height: 100%;
}

#header_wrapper {
height: 145px;
background-color: grey;
background-image: url(header_back.png);
}

#title {
padding: 10px;
float: left;
width: 400px;
}

#title h1 {
color: white;
font-size: 72px;
}

#title h1 a {
color: white;
text-decoration: none;
}

#title h1 a:hover {
color: white;
text-decoration: none;
}

#desc {
font-weight: bold;
font-style: italic;
font-family: "Georgia", serif;
font-size: 20px;
line-height: 15px;
color: white;
float: right;
width: 150px;
text-align: right;
margin-top: 22px;
margin-right: 18px;
}

#menu {
margin-top: -29px;
font-size: 16px;
font-family: "Georgia", serif;
font-weight: bold;
color: white;
}

#menu ul {
margin-left: 0px;
}

#menu li {
display: inline;
list-style-type: none;
padding-left: 15px;
}

#menu li.first {
padding-left: 0px;
}

#menu a {
color: white;
text-decoration: none;
}

#menu #items {
float: left;
}

#menu #rss {
float: right;
}

#content {
padding-bottom: 35px;
float: left;
width: 625px;
padding-top: 15px;
}

#sidebar {
float: right;
width: 325px;
padding-top: 15px;
}

#clear {
clear: both;
height: 35px;
}

#footer {
position: relative;
margin-top: -29px;
height: 29px;
background-color: grey;
background-image: url(footer_back.png);
color: white;
font-size: 11px;
font-family: Verdana;
text-align: center;
vertical-align: center;
}

#footer a {
color: #9999cc;
padding-left: 5px;
padding-right: 5px;
}

.hidden {
color: #f5f5f5;
}

.code {
margin: 12px;
padding: 4px;
font-family: "Courier New";
max-width: 600px;
overflow: auto;
max-height: 250px;
}

.lb {
padding: 2px;
margin: 1px;
background-color: white;
}

.warning, .info {
padding: 3px;
margin: 10px;
}

.warning {
background-color: #ffdddd;
color: #662222;
border: 1px dotted #955;
}

.info {
background-color: #ddddff;
color: #222266;
border: 1px dotted #559;
}

#content img {
max-width: 625px;
}

.download {
font-family: serif;
font-size: 2em;
}

blockquote p {
padding: 0px 15px 0px 0px;
font-size: 1.2em;    
float: left;
font-family: serif;
background: url(quote_down.png) bottom right no-repeat;
}

blockquote {
padding: 20px;  
background: url(quote_up.png) top left no-repeat;
}

cite {
font-size: 1.1em;
float: right;    
}

