﻿/***************************************
** This site is designed by Sammy Hale**
** CEO Internal-Net for the sole use  **
** of Internal-Net or FBC Red Oak     **
****************************************/
body 
{
	margin:0;
	padding:0;
	/*background-color:#6c6666;*/
	background-color:#ffffff;
}
#wrapper
{
	width: 800px;    
	margin-top: 50px;    
	margin-bottom: 50px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
	background-color:Transparent;
}
#header
{
	height:242px;
	width:770px;
	padding: 15px;    
	margin: 0px;    
	text-align: center;
	background-image:url(../images/Header.jpg);
	background-repeat:no-repeat;
}
#header .menu
{
	float:right;
	position:relative;
	left: 4px; 
	top: 229px;
}
#header .menu a
{
	color:White;
	text-decoration:none;
	padding-left:10px;
}
#header .menu a:hover
{
	color:Aqua;
	padding-left:10px;
	text-decoration:underline;
}
#container
{
	width:100%;
	position:relative;
}
#container .misc_box
{
	position:relative;
	width:200px;
}
#container .leftbox
{
	width:33%;
	position:relative;
	float:left;
}
#container .rightbox
{
	width:66%;
	position:relative;
	float:right;
}
#container .rightbox .leftside
{
	float:left;
	position:relative;
	width: 359px;
}
#container .rightbox .rightside
{
	float:right;
	position:relative;
	width: 157px;
	padding-right:10px;
	text-align:right;
	color:#6c83d1;
	font-weight:bold;
}
#container .rightbox .bottom
{
	width:100%;
	position:relative;
	text-align:center;
}
h2
{
	color:#313e84;
}
h3
{
	font-weight:bold;
	color:Black;
}
#footer{
	text-align:left;
	width:800px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:black;
	margin-top:20px; 
}
#footer .copy{
	float:left;
	position:relative;
}
#footer .credit{
	float:right;
	position:relative;
}
#footer a{
	font-weight:bold;
	color:black;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
