body {
    margin: 0px;
    padding: 0px;
    font-family: serif;
    font-size: 1em;
    color: white;
    background: #2c2218;
}

img {
    border: 0px;
}

a {
    color: white;
    text-decoration: underline;
}
a:hover {
    color: yellow;
}

li {
    margin-left: 25px;
}

h3 {
    font-size: 1.5em;
    line-height: 0.5em;
}

h4 {
	font-size: 1.2em;
	line-height: 0.5em;
}

td {
    vertical-align: top;
    text-align: left;
}

li {
	margin-left: 0px;
}

#main {
    border: 1px solid black;
    width: 740px;
    min-height: 550px;
    margin: auto;
    padding: 0px;
    background: #d66112 url(../images/pyramid-bg.jpg) no-repeat bottom;
}

#sidebar {
    float: right;
    width: 200px;
}
.sidebar {
    padding-left: 10px;
    text-align: left;
}

.content {
    padding: 0 10px 0 10px;
}

.dgm {
    text-align: center;
}

.note {
    font-size: smaller;
}

#footer {
    width: 100%;
    margin: 325px 10px 10px 10px;
    font-size: smaller;
    text-align: center;
}

.footer {
    clear: both;
}

.invoice {
    border-collapse: collapse;
}
.invoice td, .invoice th {
    border: 1px solid white;
}

.normal td, .normal th {
    border: none;
}

.product {
    float: left;
	margin-right: 20px;
}
.product img {
    border: 1px solid black;
}

.em { font-style: italic; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.highlight {
	font-style: italic;
}