/* css by nand Nerd */
/* CSS general to whole site */

BODY {
	/*background:white fixed no-repeat 50% 75%; /* url(foo.gif) */
	background-color: #2E9811;
	font-family: Arial;
	font-size: 13px
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
#container { 
	width:800px;
	margin: 0 auto;
}
#header {
	background-color: #2E9811;
	background-image: url(images/185x6head.jpg); 
	background-repeat: repeat-x ;
	background-attachment: scroll;
	background-position: top left;
	width:800px;
	height:75px;
	color:black;
}
#header h1 {
 	font-size:large; 
	font-weight:bold;  
	text-align:center;
	}
#logo {
	width:200px;
	height:154px;
	float: right;
	background: url(images/commonIC01.jpg);
	}
#logospacer {
	width:200px;
	height:154px;
	float: left;
	background-color:transparent;
	/*background: url(chip%20and%20wiretrace-website-Layout1%20copy_01.jpg);*/
	}
#navigation {
	background:#57FBBB;
	color:black;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
#navigation ul {
	list-style-type:none;
	margin: 3px;
	padding: 0px;
}
#navigation h2 {
	font-size:large; 
	font-weight:bold;  
	text-align:center;
}
#content {
	float:left;
	width:800px;
	background:transparent; 
	color:black
}
#footer {
	background:transparent;
	clear:both;
	width: 800px;
	color:black;
	text-align:center;
}
a {
	Color:#000066; 
	Text-Decoration:Underline; 
	background:transparent;
}
a:hover	{
	Color:#0F0FFF; 
}
div.spacer {
  clear: both;
  }
div.cont-text {
	border: 1px dotted #333;
	background-color: #ccc;
	margin: 4px 4px 4px 4px;
}
div.cont-img {
	text-align:center;
	font-size: small;
}