@charset "UTF-8";

body {
	font: 100% "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0px
	padding: 0px;
	text-align: center; /* center the container in IE 5* browsers. Then align text in the #container selector */
	color: #000000;
	font-size: medium;
}
a.nav {
	text-decoration: none;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-variant: small-caps;
	color: #6666FF;
        }

a.nav:link {
	color: #FFF;
        }

a.nav:visited {
	color: #66CCFF;
        }

a.nav:active {
        color: #66CCFF;
        }

a.nav:hover {
	color: #FFF;
        }

a {
	text-decoration: none;
	color: #6666FF;
        }

a:link {
        color: #6666FF;
        }

a:visited {
	color: #66CCFF;
        }

a:active {
        color: #66CCFF;
        }

a:hover {
	color: #66FFFF;
        }

#container {
	width: 640px;
	background: #A0A0A4;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	 /* the auto margins (in conjunction with a width) center the page */
}

#banner {
	background-image: url(wiredforwar_small.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin: -14px 0px 0px;
	padding: 5px;
	height: 267px;
}

#bannertext {
	margin: 0px 200px 0px 0px;
	text-align: left;
}

#navigation_table {
	width: 640px;
	background: #A0A0A4;
	margin-left: 0px;
	margin-top: 2px;
}

#review_text {
	height: 300px;
	width: 600px;
	overflow: auto;
	background: #A0A0A4;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	text-align: justify; /* override the text-align: center on the body element. */
	padding: 0 20px; /* padding is the space inside the div box and margin is the space outside the div box */
}

#navigation_image {
	width: 640px;
	background: #A0A0A4;
		margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
}

#reset_button {
	width: 640px;
	background: #A0A0A4;
		margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
}

