/*Created by Paul Lawry. The jerrykiser.html file links to this style sheet*/

body

{
	width: 70%;
	background-image: url(images/abstract-background.jpg);
	background-color: #00F;
	margin-left: 200px;
	margin-right: 200px;
}

body 
{
	width: 70%;
	background-image: url(images/abstract-background.jpg);
	background-color: #00F;
	margin-left: 200px;
	margin-right: 200px;
}


h1 
{
	text-align: center; 
}
	
h2 
{
	text-align: center; 
}
	
h2 
{
	text-align: center; 
}

	
hr 
{
	color: white;
	background-color: white;
	height: 2px;
	width: 100%; 
}	
	
#clear 
{
	clear: both;
}
	
#left 
{
	float: left;
	border: white thick solid;
	margin-right: 2em; 
}
	
#right 
{
	float: right;
	border: white thick solid;
	margin-left: 2em; 
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFF;
	font-weight: bold;
}

div#navcontainer
{
    background-color: #100026;
    
}

div#navcontainer ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#navcontainer ul li
{
    display: inline;
    margin-left: -4px;
}

div#navcontainer ul li a
{
    padding: 5px 10px 5px 10px;
    color: white;
    text-decoration: none;
    border: 1px solid #246396;
}

div#navcontainer ul li a:hover
{
    background-color: #16008D;
    color: white;
}

#active a 
{ 
    border-left: 1px solid #fff; 
}

#header 
{
	text-align: center; 
}

#links 
{
	font-weight: bold;
	font-size: medium;
	text-align: center;
}

#center
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#footer 
{
	text-align: center; 
}

#background
{
	font-size: 9px;
}

#design
{
	font-size:12px;
}
	
a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color:#FFF;
	text-decoration: none;
}
	
#middle 
{
	text-align: center;
	border: white thick solid;
	margin-left: 2em; 
}	
