/*This is the core style sheet of the site.*/
body {
background-color: #761200;
background-image: url(/images/spraycan.jpg);
background-position: right top;
margin:0;
color: #000;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 1em;
}
p {
line-height: 1.7em;
font-size: .8em;
text-align: justify;
}
p.footer {
margin-left: 0px;
width: 100%;
font-size: .8em;
text-align: center;
font-weight: bold;
}
h1{
font-size: 1.5em;
text-align: right;
letter-spacing: 5px;
}
h2{
font-size: 1.25em;
text-decoration: none;
}
a:link {
text-decoration: none;
font-size: .8em;
color: #000;
}
a:visited {
text-decoration: none;
font-size: .8em;
color: #444
}
a:hover {
text-decoration: none;
background-color: #fff;
font-size: .8em;
color: #000;
}
a:active {
text-decoration: none;
color: #000;
font-size: .8em;
color: #222;
}
#header {
color: #000;
text-align: center;
background-color: #dd3201;
margin: 0;
border-bottom: 0px #000000 solid;
padding-top: 10px;
padding-bottom: 10px;
height: 40px;
}
#header p{
font-size: .8em;
text-align: center;
}
#header p p2{
letter-spacing: 7px;
}
#content {
background-color: #dd3201;
position: relative;
width: 830px;
margin: 0;
}
#navbar {
position: absolute;
top: 40px;
left: 0px;
width: 249px;
background-color: #;
padding: 10px;
color: #fff;
text-align: left;
}
#navbar ul li {
list-style-type: none;
}
#main-text {
background-color: #ffffff;
border: 1px #000000 solid;
margin-left: 249px;
padding: 20px;
}
#outer-image {
background-image: url(/images/spraycan.jpg);
background-position: left bottom;
height: 125px;
margin-bottom: 0;
}
#inner-image {
background-image: url(/images/spraycan.jpg);
background-repeat: repeat-x;
background-position: center top;
border-bottom: 2px #dd3201 solid;
border-left: 2px #dd3201 solid;
height: 125px;
margin-left: 198px;
margin-bottom: 0;
}
