/* CSS Document */
/*
Name:			StyleGods.css
Author:			Michael Luck
*/

table.header
{
   width: 100%;
   background: white;
   position: absolute;
   top: 10px;
   left: 10px;
}
table.nav
{
   width: 100%;
   background: #b97026;
   position: absolute;
   top: 77px;
   left: 10px;
   text-align: right;
   padding: 0px;
   height: 20px;
}
/* li class */
li.inline
{
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px dotted #000000;
	padding-top: 5px;
	padding-bottom: 0px;
	background-position: center;

}
li.last
{
   display: inline;
   padding-left: 3px;
   padding-right:3px;
   border-right: 0px;
   	padding-top: 5px;
}
/* a link */
a:link
{ 
   color:#ffffff;
   text-decoration: none;
}
a:visited
{ 
   color:#ffffff;
   text-decoration: none;
}
a:active
{ 
   color:#ffffff;
   text-decoration: none;
}
a:hover{ color:#e6ae1f}


/* container */
table.container
{
   width: 100%;
   height: 100px;
   position: absolute;
   top: 120px;
   left: 10px;
}
/*left container */
td.leftContainer
{
	width: 116px;
	height: 100px;

	background: #b5b5b5;
	margin: 0px;
	padding: 0px;
     
}
/* right container */
td.rightContainer
{
    height: 100px;

   background: Black;
}
   
H1
{
   padding:0;
   margin:1%;
   margin-top: 1%;
   margin-left: 5%;
   font-family:  Times New Roman;
   color: white;
   font-size: 26pt;
}
p
{
   padding: 0;
   margin-top: 2%;
   margin-left: 8%;
   margin-right: 2%;
   margin-bottom: 2%;
   font-family: Times New Roman;
   color: white;
   font-size: 12pt;
}
/* footer */
td.footer
{
   text-align: right;
}
h2
{
   padding:0;
   margin:1%;
   margin-top: 1%;
   margin-left: 5%;
   font-family:  Times New Roman;
   color: white;
   font-size: 24pt;
}