/* JLBC Stylesheet 2 */

body {
background-color: #000;
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
height: 100%;
color: #404040;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}
p {
display: inline;
font-size: .7em;
line-height: 1.7em;
}
a:link {
color: #B80101;
}
a:visited {
color: #B80101;
}
a:hover {
color: #B80101;
}
a:active {
color: #B80101;
}

#container {
position:relative; /* needed for footer positioning*/
width:645px;
background:#f0f0f0;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

#header {
position: absolute;
height: 100px;
width: 625px;
top: 0;
left: 75px;
background-image: url(images/jlbc_title.jpg);
background-repeat: no-repeat;
}

#navbar {
position: absolute;
height: 25px;
width: 625px;
top: 100px;
left: 75px;
background-image: url(images/navbar.jpg);
background-repeat: no-repeat;
}
#navbar ul {
position: absolute;
top: 0;
left: 0;
width: 510px;
height: 30px;
margin-top: 5px;
margin-left: 75px;
font-size: .7em;
}
#navbar li {
display: inline;
list-style-type: none;
}

#navbar li a:link {
color: #fff;
background-color: #870000;
text-decoration: none;
padding: 2px;
}
#navbar li a:active {
color: #fff;
background-color: #870000;
text-decoration: none;
padding: 2px;
}
#navbar li a:visited {
color: #fff;
background-color: #870000;
text-decoration: none;
padding: 2px;
}
#navbar li a:hover {
color: #fff;
background-color: #B80101;
text-decoration: none;
}
#navbar2 {
position: absolute;
height: 25px;
width: 625px;
top: 125px;
left: 75px;
background-color: #000000;
}
#navbar2 ul {
position: absolute;
top: 0;
left: 20px;
width: 625px;
height: 30px;
margin-top: 0;
margin-left: 0;
padding-top: 5px;
padding-left: 0px;
font-size: .7em;
}
#navbar2 li {
display: inline;
list-style-type: none;
}

#navbar2 li a:link {
color: #fff;
background-color: #870000;
text-decoration: none;
padding: 2px;
}
#navbar2 li a:visited {
color: #fff;
background-color: #870000;
text-decoration: none;
padding: 2px;
}

#navbar2 li a:hover {
color: #fff;
background-color: #B80101;
text-decoration: none;
padding: 2px;
}
#page_title {
position: absolute;
height: 100px;
width: 645px;
top: 150px;
left: 75px;
background-color: #fff;
}
#content {
position: absolute;
width: 595px;
top: 240px;
left: 75px;
background-color: #FFFFFF;
padding: 15px;
text-align: justify;
}
	#content p {
	color: #404040;
	font-size: .8em;
	}
