* { padding: 0; margin: 0; }

body {
  font-family: "Lucida Sans", Verdana, sans-serif;
  font-size: 12px; }

p { 
  margin-bottom: 10px;
	line-height: 18px; }
	
#wrapper { 
  margin: 0 auto;
  width: 922px; }

#leftcolumn { 
  float: left;
  color: #333;
  /*--	border: 1px solid #ccc; --*/
  background: #fff;
  margin: 100px 5px 10px 0px;
  padding: 10px;
  width: 195px;
}

#rightcolumn { 
  float: right;
  /*--  border: 1px solid #ccc; --*/
  background: #fff;
  margin: 100px 0px 10px 0px;
  padding: 10px;
  width: 660px;
  display: inline;

}
/*-- Start of CEO Logo --*/
h1 {
  display:block;
  width:195px;
  height:170px;
  text-indent:-9009px;
  background:transparent url(../images/ceologo.jpg) no-repeat 0 0;
  margin: 0px 0px 20px 0px;
} 

h1 a {
  display:block;
  width:195px;
  height:170px;
  outline:none;
}

h2 {
margin: 0px 0px 10px 0px; }

/*-- End of CEO Logo --*/
/*-- Start of Navigation --*/
#navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation li {
  margin-bottom: 2px;
}

#navigation a {
  color: #333;
  display: block;
  width: 195px;
	text-decoration: none;
  border-left: 5px solid orange;
  padding-left: 10px;
	outline:none;
}

#navigation a:hover {
  color: #000;
  text-decoration: none;
  border-left: 5px solid #807f85;
}

ul#navigation li.current {
  color: #000;
	text-decoration: underline;
	padding-left: 10px;
	border-left: 5px solid #807f85;
}

/*-- End of Navigation --*/
/*-- Start of Top Images --*/
#topimage h3 span {
	background: #ffffff url(../images/header.jpg) 0 0 no-repeat;
	margin: 0px 0px 20px 0px;
	width:658px;
	height:135px;
	display: block;
}
/*-- End of Top Images --*/
/*-- Start of Main Content --*/
#list li {
  padding-left: 15px;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

#leftcontact { 
  background: #fff;
  margin: 0px 0px 10px 0px;
  width: 160px;
  float: left;
}
#rightcontact { 
  float: right;
  background: #fff;
  margin: 0px 0px 10px 0px;
  width: 460px;
  display: inline;
  position: relative;
}
/*-- End of Main Content --*/
/*-- Start of Footer --*/
.footer {
	color:#999999;
	font-size: .9em;
	clear:both;
	padding-top:0px;
}

.footer hr {
	margin: 0 0 5px 0;
}

hr {
	background:#dddddd none repeat scroll 0%;
	border:medium none;
	color:#dddddd;
	height:1px;
	margin:10px 0px;
	overflow:hidden;
	line-height: 1px;
}
/*-- End of Footer --*/