html {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #BE8956;
	background-color: #000; 
	text-decoration: none;
	}

strong {
	font-size: 1.4em;
	font-weight: bold;
	}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	}
#container {
	position: static;
	margin-left: 10px;
	margin-right: 10px;
	width: 800px;
	}
#headerwrapper {
	margin-left: auto;
	}
#header {
	background: #000 url(images/header.jpg) no-repeat top;
	width: 800px;
	height: 250px;
	border-bottom: #BE8956 1px solid;
	}
#header h1, h2 {
	display: none;
	}
#subheadwrapper {
	width: 800px;
	height: 2em;
	}
#subheaderlinks {
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	}
#subheaderlinks li {
	float: left;
	border-right: #BE8956 1px solid;
	padding: 0 .6em 0 .6em;
	list-style-type: none;
	}
a:link {
	color: #BE8956;
	text-decoration: none;
	}
a:hover {
	color: #FFC58D;
	text-decoration: overline underline;
	}
a:visited {
	color: #BE8956;
	text-decoration: none;
	}
a:active {
	color: #FFC58D;
	text-decoration: overline underline;
	}
.inactive {
	background-color: #BE8956;
	color: #312316;
	}
#maincontent {
	background: #000 url(images/cables.jpg) no-repeat ;
	float:left;
	font-size: .8em;
	width: 450px;
	height: 650px;
	}
#contentlinks {
	background: #000 url(images/component.jpg) repeat-y;
	font-size: .8em;
	float: right;
	width: 350px;
	}
#contentlinks li {
	list-style-type: none;
	height: 124px;
	}
img {
    border: 0;
    margin: 0;
    padding: 0;
    }
#footer {
	font-size: .6em;
	text-align: left;
	clear: both;
	}
#logos {
      float: right;
    }