* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    height: 100%;
}

ul {
    list-style: none;
}

ol {
    list-style: disc;
    margin-left: 20px;
}

a {
    outline: none;
    text-decoration: underline;
}

a img {
    border: none
}

img {
    vertical-align: middle;
}

td {
    text-align: center
}

td:first-child {
    text-align: left
} 

body {
    background-image: url(images/background-tile.png);
    background-repeat: repeat;
    font: 12pt/18pt Arial, Helvetica, sans-serif;
    color: #2c2829;
}

#header {
    width: 960px;
    height: 295px;
    margin: 0 auto;
    background-image: url(images/header.png);
    border-left: 1px solid darkslategray;
    border-right: 1px solid darkslategray;
}


#logo {
	margin-top: 80px;
	margin-left: 40px;
}

#description {
	font: bold 24pt/48pt Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 40px;
}

#container {
    width: 960px;
    height: auto;
    margin: 0 auto;    
    border-left: 1px solid darkslategray;
    border-right: 1px solid darkslategray;
}

#nav {
	width: 960px;
	height: 46px;
	margin: 0 auto;
	background: #005700 url(images/nav-bg.png) repeat-x;
}


#nav li a {
        text-decoration:none;
        text-shadow: #000 1px -0.5px 1px;
        height: 46px;
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font: 12pt/36pt Arial, Lucida Sans, sans-serif;
	color: #fff;
}

#nav li:first-child a {
        margin-left: 40px;	
}

#nav  li  a:hover {
text-decoration:none;
background: #123F00 url(images/nav-hover.png) repeat-x;
}

#nav li a:visited {
text-decoration:none;
}

#page {
	width: 880px;
	height: auto;
	margin: 0 auto;
	background-color: #e7f1e8;
	padding: 40px;
}

#page p {
	margin-bottom: 24px;
	text-indent: 1em;
}

#footer {
	width: 960px;
	height: 69px;
	margin: 0 auto;
	background: #125100 url(images/footer.png) repeat-x;
	color: #fff;
	font: 14pt/36pt Lucida Sans, Arial, sans-serif;
}

#copy {
	width: 400px;
	height: 69px;
	margin-left: 40px;
	margin-top: 0;
	color: #fff;
	font: 14pt/54pt Lucida Sans, Arial, sans-serif;
	float: left;
}

#powered {
	width: 400px;
	height: 69px;
	margin-right: 40;
	margin-top: 0;
	color: #fff;
	font: 14pt/54pt Lucida Sans, Arial, sans-serif;
	float: right;	
}

table.specs {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.specs th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.specs td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}