/* JR Skinner Portfolio 17 Nov 2004 StyleSheet */

body
{
background-image: url(images/back01.jpg);
margin: 1;
padding: 0;
font-size: 95%;
font-family: arial, georgia, times, "times new roman", serif;
color: navy;
}

a:link { color: firebrick; }
a:visited { color: blue; }

a:hover, a:active
{
color: #fff;
background-color: #036;
}

p {font-weight: bold;}

div#banner
{
width: 100%;
height: 60px;
background-image: url(images/untitledBlue1.bmp);
backgrount-repeat: repeat-x;
}




div#banner h1
{
margin: 0;
padding: .3em 0 0 1em;
font-size: 2.5em;
font-weight: bold;
color: #fbd7a1

}

div#nav_container
{
background-image: url(images/navImage.jpg);
background-repeat: repeat-y;
}



div#container2
{
background-image: url(images/navImage.jpg);
background-repeat: repeat-y;
background-position: right;
}


div#navigation
{
float: left;
width: 160px;
padding-top: 2em;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#navigation ul li { margin-top: 8px; }

#navigation ul li a
{
display: block;
width: 100%;
padding: 1px 5px 3px 30px;
text-decoration: none;
color: #fbd7a1;
font-size: 1.2em;
font-weight: bold;

}

#navigation ul li a:hover
{
color: firebrick;
width: 100%;
background-image: url(images/back02.jpg);
background-repeat: repeat-y;
}

div#more
{
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
}

div#more h3
{
margin-top: 0;
color: #fff;
padding: .2em;
background-image: url(http://www.geocities.com/skinman_13/more_base.jpg);
background-position: right;
background-repeat: repeat-y;
}

div#content
{
margin-left: 220px;
margin-right: 100px;
font-size: 1.1em;
color: navy;
}

div#content h2
{
font-size: 2em;
color: firebrick;
margin: 0;
padding-top: 1em;
font-weight: normal;
}

div#content { line-height: 150%; }

#cleardiv
{
clear: both;
height: 7em;
}

div#footer
{
clear: both;
padding: 0em 1em;
border-top:3px solid navy;
text-align: center;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
}