@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #313132;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px groove #1D1E1E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #313132;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: 313132;
	line-height: 1px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #313132;
}
#mainContent {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: none;
	margin-top: 0px;
	margin-bottom: 15px;
	height: 500px;
}

#footer {
	background-color: #313132;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#video {
	margin-top: 55px;
	margin-right: 0px;
	margin-left: 150px;
}

#mainContent table {
	float: right;
	clear: left;
	margin: 0px;
	height: 300px;
	padding-bottom: 0px;
}
#mainContent #joepic {
	margin-top: 5px;
	margin-left: 10px;
	width: 449px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 193px;
	border: 2px outset #212222;
	background-color: #313132;
}
#frontpage_gif {
	width: 449px;
	margin-left: 10px;
	border: 2px outset #212222;
	height: 261px;
	margin-top: 15px;
}

#mainContent table img {
	padding: 0px;
	border: 2px outset #212222;
}
#header img {
	border: 0px groove #0B0F13;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



a img {
border:0;
}
#nav_bar {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 9%;
	padding-bottom: 2px;
	margin-right: 2%;
}
#header h1 img {
	margin: 0px;
	padding: 0px;
	border: 0px groove #000;
}
#topbanner img {
	border: 2px groove #000000;
	color: #000000;
}
#footer img {
	border: 2px groove #000000;
	color: #000000;
}
#mainContent h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
	color: #999999;
}
#email p {
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#phone p {
	width: 100px;
	float: none;
	margin-top: 0px;
}
#phone {
	float: right;
	margin-top: 10px;
}
#email {
	width: 310px;
	float: right;
	clear: right;
	margin-top: -3px;
}

#mainContent h4 {
	color: #999999;
	font-size: 36px;
	font-family: "Courier New", Courier, monospace;
	margin-top: 10px;
	z-index: 10;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #313132;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#contact_table {
	text-align: justify;
	height: 300px;
	width: 400px;
	position: relative;
	left: 25%;
}
#form1 {
	margin-left: 0px;
	height: 350px;
	padding-bottom: 0px;
	position: relative;
	left: 0%;
}
#form1 #submit {
	text-align: center;
	position: relative;
	left: 48%;
}


#contact_table td {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	line-height: normal;
}
#email a {
	color: #999999;
}

#experience {
	text-align: center;
}


#mainContent h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	margin-bottom: -20px;
	text-align: justify;
}
#mainContent h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
#mainContent p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1em;
	text-align: justify;
}
#mainContent a {
	color: #CCCCCC;
}

