﻿/***************************************
** This site is designed by Sammy Hale**
** CEO Internal-Net for the sole use  **
** of Internal-Net or Stan's Garage   **
****************************************/
body
{
	margin-top:5px;
	background-image:url(Images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
h1
{
	color:Blue;
}
h2
{
	color:Black;
}
#wrapper
{
	text-align:left;
	width:800px;
	min-height:675px;
	margin:0px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
			
}
#header
{
	height:150px;
	width:100%;
	margin-top:5px;
}
#header .menu
{
	float:right;
	width:330px;
}
#header a
{
	text-decoration:none;
	color:Blue;
	padding-right:10px;
	font-weight:bold;
}
#header a:hover
{
	text-decoration:underline;
	padding-right:10px;
	font-weight:bold;
}
#header .search
{
	float:right;
	padding-top:20px;
}
#menu
{
	width:800px;
	margin-top:15px;
}
#buttons_Box
{
	float:right;
	height:30px;
	width:100%;
}
#buttons_Box .thebutton
{
	color:White;
	height:26px;
	width:113px;
	background-image:url(images/buttons.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:6px;
	float:right;
}
#buttons_Box a
{
	text-decoration:none;
	color:White;
}
#buttons_Box a:hover
{
	font-weight:bold;
}
#submenu_box
{
	width:800px;
}
#submenu_box .content
{
	padding-left:50px;
	color:black;
	
	font-weight:bold;
	width:744px;
}
#main_content
{
	width:800px;
	margin-top:20px;
	text-align:left;
}
#main_content .col1
{
	width:20%;
	float:left;
	overflow:hidden;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
}
#main_content .col2
{
	width:56%;
	float:left;
	overflow:hidden;
	position:relative;
	
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
}
#main_content .col3
{
	width:20%;
	float:right;
	overflow:hidden;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
}
#footer{
	text-align:left;
	width:800px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:black;
	 
}
.copy{
	float:left;
}
.credit{
	float:right;
}
#footer a{
	font-weight:bold;
	color:black;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
	
