
body {
background-color:#ffffff;
margin:0;
padding:0;
}

div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    width:1000px;
	border-left: 15px;
    background-color: #ffffff;
}

div#header {
    position: absolute;
    width:1000px;
    height:335px;
    background-color: #ffffff;
}

div#content {
    position: relative;
	width:1000px;
    top: 335px;
    background-color: #ffffff;
	margin:0 0 0 0px;
}

ul{
font-family: georgia, times, serif;
font-size: 18px;
color: black;
line-height: 100%;
text-align: right;
font-weight: normal;
float: right;
}

ul li{
display: inline;
}

a:link{
font-weight: normal;
text-decoration: none;
color: #000000;
background: #ffffff;
}

a:visited{
font-weight: normal;
text-decoration: none;
color: #000000;
background: #ffffff;
}

a:hover{
font-weight: normal;
text-decoration: none;
color: #faf1b4;
background: #000000;
}

a:active{
font-weight: normal;
text-decoration: none;
color: silver;
background: #000000;
}

p{
font-family: georgia, times, serif;
font-size: 16px;
color: black;
line-height: 150%;
text-align: left;
font-weight: normal;
}

p.right {
text-align: right;
}

h1{
font-family: georgia, times, serif;
font-size: 30px;
text-transform: none;
text-align: left;
color: black;
font-weight: bold;
margin-top: 0px;
}

h1.tight {letter-spacing: 1px}

img{
border: 5;
border-color: #000000;
}