
/** Body **/
body {
    font-family: Verdana, Tahoma, "BitStream Vera Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

.wrap {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

a {
    color: #0E5CA5;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px dashed #0E5CA5;
}

.clear {
    clear: both;
}

/** Header **/

#header {
    background-image: url('./images/header-background.png');
    height: 80px;
    width: 100%;
    color: white;
	border-bottom: 1px solid #CCC;
}

#header #title {
	float: left;
    font-weight: bold;
    font-size: 18px;
	padding-top: 30px;
}

#header #navigation {
	float: right;
	padding-right: 20px;
	padding-top: 17px;
}

#header #navigation li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

#header #navigation a {
	color: white;
	font-weight: bold;
}

/** Content **/

#body {
	background-image: url('./images/body-background.png');
	background-repeat: repeat-x;
	clear: both;
}

#content {
    padding: 10px;
    font-size: 12px;
}

.left {
    width: 20%;
    float: left;
    text-align: right;
}

.right {
    width: 75%;
    float: right;
}

p.code {
    font-family: Consolas, "Courier New", Courier, monospace;
    font-size: 130%;
    margin-left: 20px;
}