body {
background-color: rgb(24, 24, 24);
background-image: url('/~lba/common/images/blended.jpg'); 
background-repeat: no-repeat; 
background-position: center; 
background-attachment: fixed;
color: rgb(230, 80, 70); 
font-family: Courier New, Monospace;
margin-right: 10%; 
margin-left: 10%;
}

h1 {
color: rgb(240, 80, 70); 
text-align: left; 
font-family: Courier New, monospace; 
font-variant: small-caps; 
font-weight: 100; 
font-size: 70;
}

table {
margin-left: auto; 
margin-right: auto;
}

a {
text-decoration: none;
}

a:link {
color: rgb(475, 150, 100);
}

a:visited {
color: rgb(375, 50, 50);
}

a:hover {
color: rgb(275, 10, 75);
}

div.center {
text-align: center;
}

div.right {
text-align: right;
}

div.left {
text-align: left;
}

.floatright {
float: right;
}

#head{
background:249, 246, 215;
width:100%;
}

#container{
position: relative;
}


#content{
width:75%;
position:absolute;
top:7em;
right:2%;
}

#index{
width:20%;
position:absolute;
top:9em;
left:6%;
}

#menu {
padding:0;
margin:0;
}

#menu li {
list-style-type:none;
font-size: 10pt;
}

div#footer {
font-size: 8pt;
font-family: arial,helvetica,sans-serif;
font-weight: normal;
background-color: transparent;
padding-bottom: 5px;
text-align: center;
width: 100%;
position: absolute;
bottom: 0;
}


p:first-letter {
color: rgb(230, 80, 70); font-size:large;
}

p:first-line {
font-variant: small-caps;
}

img.portrait {border: 2px solid; width: 375px; height: 500px;}
img.landscape {border: 2px solid; width: 500px; height: 375px;}

td.left {text-align: left;}
td.center {text-align: center;}
td.right {text-align: right;}
