body{
background: #bababa url('images/content.jpg') repeat-y;
margin: 0;
padding: 0;
}

#links{
position: absolute;
z-index: 1;
width: 370px;
height: 20px;
left: 197px;
top: 113px;
text-align: center;
letter-spacing: 5px;
text-transform: lowercase;
font: 10px trebuchet ms;
}

#content{
position: absolute;
z-index: 1;
width: 370px;
left: 197px;
top: 150px;
text-align: justify;
font: 10px arial;
color: #979797;
}

p{
margin: 1px 10px 2px 10px;
padding: 1px 5px 2px 0px;
}

p.intro{
margin: 1px 10px 2px 10px;
padding: 1px 5px 2px 0px;
text-indent: 30px;
}

h1{
text-align: right;
font: 15px courier new;
margin: 1px 30px 2px 10px;
text-transform: lowercase;
color: #9b7476;
letter-spacing: 4px;
}

h2{
margin: 1px 30px 2px 10px;
text-transform: lowercase;
color: #9b7476;
letter-spacing: 4px;
}

h3{
margin: 1px 30px 2px 10px;
}

b,strong{
color: #737f9a;
letter-spacing: 1px;
}

i,em{
color: #6f6f6f;
}

a:link, a:visited{
text-decoration: none;
font: 10px courier new;
color: #a8988c;
}

a:hover{
text-decoration: none;
color: #8e798f;
}

#links a{
font: 10px trebuchet ms;
text-decoration: none;
color: #848484;
margin: 1px 10px 2px 10px;
padding: 1px 5px 2px 0px;
}

#links a:hover{
text-decoration: none;
color: #957e7f;
}

input, textarea, option, select {
color:#e5d2a1;
background-color:#f8f8f8;
border: 1px solid #94bfbe; 
font-family:trebuchet ms;
font-size:10px;
}

blockquote{
text-align: left;
border-top: 5px solid #ebebeb;
background: #f6f6f6;
padding: 5px;
color: #979797;
}

.img{
border: 2px solid #999999;
padding: 3px;
margin: 2px;
background: #f4f4f4;
}

.img:hover{
border: 2px solid #656565;
padding: 3px;
margin: 2px;
background: #f4f4f4;
}

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
#dropmenudiv{
position:absolute;
border:1px solid #999999;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
text-transform: lowercase;
background-color:#cdcdcd;
}

#dropmenudiv a{
font: 10px arial;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999;
padding: 1px 0;
text-decoration: none;
color: #f8f8f8;
background-color:#cdcdcd;
}

#dropmenudiv a:hover{ /*hover background color*/
background: #f1f1f1;
color: #a2a2a2;
}