﻿/*	Author:		Jim Griffith,Jeff Ussing and Brian Noble
	Client:	    Tech Zone
    Contact:    Jim Griffith
	Date:		5 December 2007
	Copyright:  Tech Zone 2007
*/
body {
	background-color: #000000;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image:
    margin:0;
}

body, td, th {
	color: #33333;
}

h1, h2 {
	color: #000033;
}

h3, h4, h5, h6 {
	color: #006699;
}

a {
  color: #003366;
}
p {
	text-align:justify;
	line-height:1.75em;
	margin:.75em 0 .75em 0;
}
#container {
	margin:0 auto 0 auto;
	width:750px;
}
#header {
	margin:20px auto 15px auto;
	padding:0;
	height: 379px;
	width: 100%;
	background-image: url('../images/headerbgnew.jpg');
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
}
#nav {
	margin:2px auto 2px 190px;
	padding:3px 0 0 0;
	height:150px;
	width:200px;
}
#nav ul {
	margin:5px 0;
	padding:0 0 0 10px;
	list-style:none;
}
#nav li {
	margin:1px 0 1px 0;
	padding:1px 1px 2px 10px;
	height:20px;
	width:170px;
}
#nav li:hover {
	margin:1px 0 1px 0;
	padding:1px 1px 2px 30px;
	height:20px;
	width:155px;
	background-image:url(/images/nav-pointer.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#nav a {
	color:#009966;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#nav a:hover {
	color:#006699;
	text-decoration:underline;
}
#content-top {
	margin:0;
	padding:0;
	height:20px;
	width:100%;
	background-image:url(/images/contentbg-top.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#content-middle {
	margin:0;
	padding:1px 25px 1px 25px;
	background-image:url(/images/contentbg-middle.jpg);
	background-position:center;
	background-repeat:repeat;
}
#content-bottom {
	margin:0;
	padding:0;
	height:20px;
	width:100%;
	background-image:url(/images/contentbg-bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
/* I removed #box right here and took away mid text box */
#box {
	background-color:#2F4F4F;
	border:outset 4px #2F4F4F;
	margin:20px 80px 20px 80px;
	padding:5px 20px 5px 20px;
}
#footer {
	background-color:#2F4F4F;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight:bold;
	color:#CDD5CD;
	clear: both;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 10px;
	border-top: ;
	border-bottom: ;
}
