﻿/***************************************
** This site is designed by Sammy Hale**
** CEO Internal-Net for the sole use  **
** of Internal-Net or Faith Bible     **
****************************************/
body 
{
	margin:0;
	padding:0;
	/*background-color:#6c6666;*/
	background-color:Black;
	font-family:Arial;
}
h1
{
	color:Red;
}
#wrapper
{
	text-align:left;
	width:800px;
	height:600px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:white;
	background-color:#6c6666;
		
}
#header
{
	width:800px;
	height:150px;
	background-image:url(images/header.jpg);
}
#menu 
{
    height:20px;
    width:800px;
}
#container
{
	width:800px;
	min-height:600px;
	padding-top:10px;
}
#LeftBox
{
    
    float:left;
    width:200px;
    text-align:center;
}
#RightBox 
{
    float:right;
    width:597px;
}
#footer{
	text-align:left;
	width:800px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:white;
	 
}
.copy{
	float:left;
}
.credit{
	float:right;
}
#footer a{
	font-weight:bold;
	color:white;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}