body {
   font-family: "Times New Roman", Times, serif;
   background-image: url(http://www.sliloh.com/indexfiles/smallgrid-darkgray.jpg);
}

#head {
position:relative;
width:1200px;
height: 200px;
border: 4px solid #000000; 
background-image:url(http://www.sliloh.com/indexfiles/sonic_boom.jpg);
margin:0px auto;
} 

h1 {
   text-align: center;
   font-style: italic;
   color: #ffffff;
}

h2 {
   text-align: center;
   color: #ffffff;
} 

p { 
   text-align: center;
   color: #ffffff;
}   

.cboth {
   clear: both;
}   

#container {
   position: relative;
   width: 1205px;
   margin: 10px auto;
   padding: 3px;
} 


#box {
   position: relative;
   margin: 0 auto;
   width: 1200px;
   border: 4px solid #020100; 
   background: #0D022E;
} 

#navcontainer {
    position: relative;
	margin: 0 auto;
	background-image: url(http://www.sliloh.com/indexfiles/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both; 
	height:33px;
	width: 1200px; 
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	text-align: center;
	border: 4px solid #000000;
}

#navlist {
    margin: 0px;
    padding: 0px 0px;
    display: block;
}

#navlist li {
    list-style: none;
    float: left;
}

#navcontainer a, #navlist li.extend {
	margin: 0px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}

#navcontainer a:hover, #navcontainer a#current {
	color: #333333; 
	background-image: url(http://www.sliloh.com/indexfiles/navi_bg_hover.jpg); 
	background-repeat: repeat-x;
	background-position: left top;
}
.link1 {
	background-image: url(http://www.sliloh.com/indexfiles/navi_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.link1 a{
	background-image: url(http://www.sliloh.com/indexfiles/navi_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.link1 a:hover{
	background-image: url(http://www.sliloh.com/indexfiles/navi_line.jpg);
	background-repeat: no-repeat; 
	background-position: right top;
}

*html #upnav li a:link, #upnav li a:visited {
   position: relative;
   width: 804px;
   color: #FDF8FF;
   padding: 0px;
   margin: 0 auto;
   margin-top: 5px;
   padding-left: 26px;
   padding-right: 23px;
   text-decoration: none;
   display: inline;
} 
   
a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color:#ccc;
}

//a:hover {
color:#4F009D
}

//a:active {
color:#4F009D;
background:#D8BFD8
}

#foot {
   position: relative;
   margin: 10px auto;
   width: 875px;
   text-align: center;
   color: #ffffff;
}   

.lft {
   POSITION: relative;
   float: left;
}

.rgt {
   POSITION: relative;
   float: right;
}

.ctr {
   position: relative;
   margin: 0 auto;
   text-align: center;
   background: #E0E0E0;
   width: 600px;
   height: 500px;
   border: 3px solid #fff;
}   


