@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

/* Text Formatting */

div {
	margin:0px auto;	
}

body {
	background-image:url(images/bars.jpg);
	background-color:#000000;	
	font-family:Arial;
	letter-spacing:1px;
	text-align:center;
	font-size:14px;
	color:#6F6F6F;
}

/* Link Formatting */

a {
	font-family:"Franklin Gothic Book";
	text-decoration:none;
	letter-spacing:3px;
	color:#CCC;
}

a:hover {
	color:#292929;
}

/* Div Classes */

.container {
	position:relative;
	background-color:#0D0D0D;
	padding-bottom:1px;
	padding-top:1px;
	margin:10px auto;
	width:700px;
}

.banner {
	background-color:#000;
	position:relative;
	margin:5px auto;
	width:690px;
}

.navbar {
	background-color:#030303;
	position:relative;
	padding-top:6px;
	padding-right:6px;
	text-align:right;
	margin:5px auto;
	width:685px;
	height:25px;
}

.content {
	background-color:#030303;
	position:relative;
	padding-top:6px;
	margin:5px auto;
	width:690px;
	height:550px;
	overflow:hidden;
}

/* Index Page */

.updates {
	background-color:#0D0D0D;
	position:relative;
	text-align:justify;
	font-size:12px;
	width:387px;
	height:525px;
	padding:10px;
	color:#FFF;
	left:125px;
	top:-6px;
}

.sideBar {
	background-color:#0D0D0D;
	position:relative;
	padding:5px;
	width:220px;
	height:395px;
	color:#FFF;
	font-size:12px;
	left:-213px;
	top:-551px;
}

/* About Page */

.history {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-6px;
	margin-left:20px;
	height:510px;
	width:387px;
	color:#FFF;
	text-align:justify;
	font-size:12px;
	line-height:18px;
}

.stephen {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-535px;
	margin-left:449px;
	height:220px;
	width:200px;
	color:#FFF;
	font-size:12px;
	line-height:29px;
}

.nancy {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:22px;
	margin-left:449px;
	height:220px;
	width:200px;
	color:#FFF;
	font-size:12px;
	line-height:29px;
}

/* Services Page */

.systems {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-6px;
	margin-left:20px;
	height:370px;
	width:220px;
	color:#FFF;
	text-align:center;
	font-size:12px;
	line-height:18px;
}

.services {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-390px;
	margin-left:281px;
	height:315px;
	width:160px;
	color:#FFF;
	text-align:center;
	font-size:12px;
	line-height:18px;
}

.deals {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-335px;
	margin-left:480px;
	height:255px;
	width:170px;
	color:#FFF;
	text-align:center;
	font-size:12px;
	line-height:18px;
}

.footer {
	background-color:#000;
	position:relative;
	padding-top:6px;
	margin:5px auto;
	width:690px;
	height:25px;
}

/* Contact Page */

.contactFormBg {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-6px;
	margin-left:20px;
	height:510px;
	width:387px;
	color:#FFF;
	text-align:justify;
	font-size:12px;
	line-height:18px;
}

.contactForm {
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-3px;
	margin-left:16px;
	height:510px;
	width:387px;
}

.contactInfo {
	background-color:#0D0D0D;
	position:relative;
	overflow:hidden;
	padding:10px;
	margin-top:-533px;
	margin-left:449px;
	height:257px;
	width:200px;
	color:#FFF;
	font-size:12px;
	line-height:18px;
}

/* Text Formatting */

p {
	text-indent:40px;
}

#space {
	letter-spacing:3px;	
}

#crossHair {
	cursor:crosshair;
}


#formTable {
	width:387px;	
}

td {
	min-width:125px;
}

#height {
	height:100px;	
}

#form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:.5px;
	background-color:#171717;
	color:#FFF;
	padding:2px;
	border:1px solid #333;
}

#myClock {
	width:144px;
	height:144px;
	position:absolute;
	top:535px;
	left:785px;
	background: transparent url(images/animation.png) no-repeat;
	background-position: 0px 0px;
}
		
#holder {
	margin-top:80px;
	margin-left:53px;
	padding-top:100px;
	height:100px;
}*/