/* global whitespace reset */
* {
    padding: 0;
    margin: 0;
}

/* ------ template */

body, html {
    height: 100%;
}

body {
    font: 14px Georgia, "Times New Roman", serif;
    line-height: 1.5em;
    background: url("/images/stripes.png") repeat-y;
}

#wrapper {
    position: relative;
    width: 870px;
    margin: 0 auto;
    min-height: 100%;
}

#header {
    width: 100%;
    height: 41px;
    background-color: #555555;
}

#header img {
    padding: 10px 12px;
}

/* ------ right column */

#rightColumn {
    position: absolute;
    width: 720px;
    top: 86px;
    left: 224px;
}

/* ------ navigation */

#nav {
    width: 152px; /* +48px padding */
    padding: 45px 24px;
    text-align: right;
}

#nav h3 {
    margin: 3px 0 6px 0;
}

#nav ul {
    font: bold 11px "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

#nav ul li {
    list-style-type: none;
}

#nav ul a, #nav ul a:visited {
    color: #9e005d;
}
    
/* ------ html styles */

a {
    outline: none;
}

a, a:visited {
    color: #019ed9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p {
    margin-bottom: 1em;
}

h1, h2, h3 {
    font-weight: normal;
    vertical-align: top;
    margin-bottom: 6px;
    line-height: 1.2em;
}

h1+h2 {
    margin-bottom: 1em;
}

h1 {
	font-size: 22px;
	letter-spacing: 1.5px;
}

h2 {
	font-size: 15px;
	letter-spacing: 1px;
}

h3 {
	font-size: 14px;
}

/* ------ footer */

#footer_margin {
    clear: both;
    height: 20px;
}

#footer {
    position: absolute;
    text-align: right;
    bottom: 0;
    width: 100%;
    height: 20px;
}

#footer p {
    margin-right: 10px;
    font-size: 12px;    
    
}