@charset "utf-8";
/* CSS Document */

body {
background: #000000 url('background1.jpg') repeat-y left;
font-family: tahoma;
font-size: 11px;
text-align: justify;
color: #939393;
margin: 0px;
line-height: 1.5; 
cursor: default;
}

td, tr { 
font-size: 11px; 
font-family: tahoma; 
line-height: 1.3;
 }
 
#header { 
background: url('background_top1.jpg') repeat-x top; 
}

#content { 
position: absolute; 
top: 400px; 
left: 340px; 
width: 545px;  
padding-bottom: 20px; 
}

#navigation { 
position: absolute; 
top: 240px; 
left: 126px; 
width: 190px; 
padding-bottom: 20px;
}

/******************** HEADERS ********************/

h1 {
font-family: arial;
font-size: 24px;
line-height: 1;
text-transform: uppercase;
font-weight: bold;
font-style: normal;
letter-spacing: 8px;
color: #aeaeae;
background-image: url('title_bg.jpg');
background-position: left;
background-repeat: no-repeat;
text-align: left;
padding-left: 50px;
margin-bottom: 1px;
margin-top: 0px;
}

h2 {
font-family: arial;
font-size: 15px;
line-height: 20px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-style: normal;
letter-spacing: 1px;
color: #ababab;
margin: 0px;
margin-bottom: 3px;
}

b { 
color: #6b6b6b; 
}

i { 
color: #6b6b6b; 
}

a:link, a:visited, a:active {
font-family: georgia;
font-style: italic; 
color: #000000;
text-decoration: none;
}

a:hover { 
color: #6b6b6b;
text-decoration: line-through;
}


#nav, #nav:link, #nav:active, #nav:visited
{
font-family: arial;
font-style: normal;
display: block;
padding: 10px;
background: #0d0d0d;
color: #ffffff;
border-bottom: 1px solid #080808;
text-decoration: none;
}

#nav:before { 
color: #a7a7a7; 
 }
 
#nav:hover { 
background: #a7a7a7; 
}

#lovers, #lovers:link, #lovers:active, #lovers:visited
{
font-family: arial;
font-style: normal;
padding: 0px;
color: #ffffff;
text-decoration: none;
}
 
#lovers:hover { 
color: #989898; 
}