body {
  margin: 0;
  padding: 0;
  background-color: #EEDFD4;
}
html, body {
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 900px;
  height: 623px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-image: url(images/Conduit_home.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000;
}
#top {
  margin-bottom: 0px;
  height: 7px;
}
#left {
  float: left;
  width: 0px;
}
#right {
  float: right;
  width: 350px;
  background-color: #000;
}

#center {
  display: inline;
  background-color: #fff;
}
#clear {
  clear: both;
}
.gutter {
padding: 0 220px 0 20px;
}
#clear {
  clear: both;
}
#footer {
  background: #000;
  height: 30px;
  padding: 15px 30px 4px 10px;
  text-align: right;
  font-family: arial;
  font-size: 11px;
  color: #fff;
}
#datamain   {
width: 320px;
height: 475px;
margin: 0 0 0 0;
background-color: #000;
}

* html #datamain { /*IE only style*/
height: 475px;
}
.icontent {
	width: 300px;
	height: 475px;
	background-color: #fff;	
}
.iheader {
    font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #EEDFD4;
	padding: 10px 0 20px 0;	
	text-align: left;
}
.itextbold {
    font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 10px 0 10px 10px;
}
.itext {
    font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #EEDFD4;	
	padding: 0 10px 10px 0;	
}
A.type1:link    {color:#8C2909; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#8C2909; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#8C2909; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#4A5690; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#EEDFD4; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#EEDFD4; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#EEDFD4; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#4A5690; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type3:link    {color:#4A5690; font-size: 14px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:visited {color:#4A5690; font-size: 14px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:active  {color:#4A5690; font-size: 14px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type3:hover   {color:#EEDFD4; font-size: 14px; font-weight:bold; text-decoration:none; font-family: arial;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*this is the TOP HORIZONTAL menu AT THE TOP OF THE SITE PAGES*/

.indentmenu{
font: bold 13px Arial;
width: 880px;
padding: 90px 0 0 20px;
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000;
border-width: 1px 0;
background: black url(images/glossybrown2.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white;
padding: 6px 23px;  /*width of nav sections */
text-decoration: none;
border-right: 1px solid #564c66; 
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url(images/glossybrown.gif) center center repeat-x;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}