body {
    padding: 0 0 0 100px;
}

#container
{
    position:relative;
    text-align:left;
    margin:0 0;
    width: 800px;
}

#header
{
    position:absolute;
	width: 200px;
	height: auto;
    float: right;
    right: -230px;
	top: 0px;
}

#sidebar
{
    position: relative;
	width: 200px; 
    float: left;
}

#secondary
{
    position: relative;
	width: 200px; 
    float: left;

}

* html #sidebar,* html #secondary
{
    display:inline;
}

#footer
{
    clear:both;
    width:512px;
    float:right;
    position:relative;
	top: -140px;

    border-top: 1px solid #a0a1a0;
    padding: 0.4em 0;
    margin-bottom: 50 px;
    
    
    color: #808180;
    font-size:1em;
    line-height:1.2em;
}




body.l1 #sidebar
{
	width: 200px;
	overflow: hidden;
	padding-right: 20px;
}

body.l1 #secondary
{
	width:550px;
	float:right;
	margin-top: 150px;
}


/* Menu */
.date {
    background-color: black;
    margin-bottom: 18px;
}

.menu {
    text-align: right;
    font-size: 11pt;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active {
    text-decoration: none;
}
.menu a,
.menu a:link {
    color: #73060f;
}
.menu a:hover,
.menu a:visited,
.menu a:active {
    color: #808285;
}

ul.menu li {
    text-transform: uppercase;
    line-height: 14pt;
}

ul.menu li ul {
    margin-bottom: 11pt;
}

ul.menu li ul li {
    text-transform: lowercase;
    line-height: 12pt;
}

ul.menu .widget-title {
    display: none;
}

/* Page title */
.page-title {
    height: 77px;
}

.page-title h1 {
    font: italic normal bold 24pt Georgia, Times, "Times New Roman", serif;
}


/* Content */
.content {
font-size: 1em/1.4em;
}

.content p+p {
    margin-top:-.5em;
}
.image {
	position: relative;
	top: -150px;
}

logo {
	height: 200px;
	width: 200px;
}

li {
	list-style-type: none;
	list-style-image: none;
}

a {
color: #990000;
}