/*This is the core style sheet of the site.*/

body {
background-color: #ffffff;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}
h1 {
font-size: 1.2em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
}
h2 {
font-size: 1.1em;
text-decoration: underline;
}
h3 {
font-size: 0.8em;
font-weight: bold;
}
p {
font-size: 0.8em;
text-align: justify;
line-height: 1.7em;
}
p.footer {
font-size: .5em;
color: #000000;
line-height: 1em;
font-weight: bold;
text-align: center;
}
a:link {
background-color: #CFCFCF;
color: #000000;
text-decoration: none;
}
a:visited {
background-color: #CFCFCF;
color: #ffffff;
text-decoration: none;
}
a:hover {
background-color: #666666;
}
a:active {
background-color: #666666;
}
#header {
background-color: #FFFFFF;
margin: 0 auto;
padding: 10px 125px 10px 125px;
width: 529px;
}
#header p {
font-size: .6em;
}
#content {
background-image: url(images/metal031.jpg);
position: relative;
width: 777px;
margin: 0 auto;
border: 1px solid #000000;
}
#main-text {
background-image: url(images/low_title.jpg);
background-repeat: no-repeat;
position: relative;
background-color: #ffffff;
border-left: 1px #000000 solid;
margin-left: 198px;
padding: 20px;
}
#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
height: 100%;
}
#navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar a:link, #navbar a:visited {
background-image: url(images/metal031.jpg);
display: block;
color: #000000;
list-style: none;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border-bottom: solid 1px #000000;
padding: 3px 0px 3px 20px;
}
#navbar a:hover {
color: #666666;
}
#outer-image {
background-color: #000000;
border-right: solid 1px #000000;
width: 778px;
margin: 0 auto;
}

#inner-image {
background-image:  url(images/top_title.jpg);
background-repeat: no-repeat;
background-position: 198px;
}

#inner-image a:link, #inner-image a:visited {
border: solid 1px #666666;
color: #000000;
font-size: 0.8em;
}
