/*This is the core style sheet of the site.*/
body {
background-color: #DEFFCC;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0;
}
h1 {
font-size: 1.2em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
}
h2 {
font-size: 1.1em;
text-decoration: underline;
}
p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
p.footer {
font-size: .7em;
text-align: center;
font-weight: bold;
}
a:link {
color: #666666;
background-color: #BFFF80;
}
a:visited {
color: #666666;
background-color: #BFFF80;
}
a:hover {
background-color: #aaddee;
}
a:active {
background-color: #3cc7f0;
}
#header {
background-color: #DEFFCC;
padding-left: 198px;
padding-right: 125px;
padding-top: 1px;
padding-bottom: 1px;
}
#header p{
font-size: 1.2em;
text-align: left;
color:#CCCCCC
}
#content {
position: relative;
width: 779px;
border-top: 1px solid #000000;
}
#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}
#navbar ul {
margin: 0;
padding: 0;
}
#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px #000000 solid;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}
#navbar ul li a:hover {
}
#main-text {
background-color:#FFFFFF;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}
#outer-image {
height: 199px;
background-image: url(images/coffee.jpg);
background-position: left top;
background-repeat:no-repeat;
}
#inner-image {
height: 199px;
background-image: url(images/name.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;
}
