html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #666666;
	font-weight: bold;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: white;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #A1511E;
	padding-bottom: 60px;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 750px;
	position: relative;
}

#spray {
	position: absolute;
	top: 0;
	left: 378px;
}
#body-center {
	width: 750px;
}
#body-left {
	width: 360px;
}
#body-right {
	width: 360px;
	position: absolute;
	top: 4px;
	left: 388px;
}
#body-left h1 {
	background: #fff;
	font-size: 14px;
	color: #A1511E;
	padding: 6px 0px;
	margin: 6px 0 10px 0;
}
#body-left h2 {
	background: #fff;
	font-size: 18px;
	color: #A1511E;
	padding: 6px 0px;
	margin: 6px 0 0px 0;
}
#body-left h3 {
	background: #fff;
	font-size: 18px;
	color: #A1511E;
	padding: 6px 0px;
	margin: 6px 0 0px 0;
}
#body-left h4 {
	background: #FBFBFB;
	font-size: 18px;
	color: #FA4733;
	text-align:left;
}
#body-left h5 {
	background: #FBFBFB;
	font-size: 18px;
	color: #A1511E;
	text-align:center;
}
#body-right h2 {
	background: #FBFBFB;
	font-size: 18px;
	color: #A1511E;
	text-align:center;
}
#body-right h3 {
	background: #fff;
	font-size: 14px;
	color: #A1511E;
	text-align:left;
}
#body-right h4 {
	background: #FBFBFB;
	font-size: 18px;
	color: #FA4733;
	text-align:left;
}
/******************** Navigation ****************/
#menu {
	background-image:url(images/menu.jpg);
	width: 234px;
	margin-top: 5px;
	height:225px;
	background-repeat: no-repeat;
	padding: 22px 0px 0px 0px;
	text-align:center;
}

#menu li{
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	line-height: 41px;
}
#menu a:hover{
	color:blue;
}
#h-color {
	margin-top: 18px;
}
.mati{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: blue;
	text-decoration: none;
	line-height: 41px;
}
/******************** Projects - Welcome ****************/
.dot-divider {
	background-image:url(images/dot.jpg);
	width:324px;
	height:16px;
	background-repeat:repeat-x;
}
.dot-divider2 {
	background-image:url(images/dot.jpg);
	width:360px;
	height:16px;
	background-repeat:repeat-x;
}
.dot-long {
	background-image:url(images/dot.jpg);
	width:750px;
	height:16px;
	background-repeat:repeat-x;
}
.menu-center {
	background: #fff;
	text-align: center;
}
#h-projects {
	margin-top: 35px;
}
#h-welcome {
	margin-top: 18px;
}
#projects-outer {
	margin-left: -5px;
	width: 374px;
}#projects p{position:relative;}
#projects {
	background: url(images/box_bg.gif) no-repeat;
	padding: 30px 20px 30px 30px;
}
#contact {
	background: url(images/box_bg2.gif) no-repeat;
	padding: 30px 20px 30px 30px;
}
#articles {
	background: #FBFBFB;
	padding: 30px 20px 30px 30px;
}
#disclaimer {
	background: url(images/box_bg_disc.gif) no-repeat;
	padding: 30px 20px 30px 30px;
}
#projects .left {
	margin-right: 15px;
}
#projects .more {
	padding-right: 25px;
}
#projects p {
	margin-top: 0;
	margin-bottom: 1em;
}
#welcome-more {
	margin-top: 20px;
}
#copyright {
	text-align: center;
	background: #EFEFEF;
	font-size: 11px;
	padding: 4px;
	margin-top: 30px;
}
.indented
   {
   padding-left: 12pt;
   padding-right: 5pt;
   }
/* TABLE */
caption.keyatable
  {
	background-color:#666666;
	color:white;
	border-style:solid;
	border-width:2px;
	border-color:#666666;
	font-size: 14px;
	font-weight: bold;
  }

  table.keyatable
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#FFFCF4;
     width:689px;
     border-style:solid;
     border-color:#EFEFEF;
     border-width:2px;
  }

  th.keyatable
  {
     font-size:10pt;
     color:#A1511E;
  }


  tr.keyatable
  { 
  }

  td.keyatable
  {  
     background-color:#FFFFFF;
     color:#EFEFEF;
	 height:100px;
     border-style:solid;
     border-width:2px;
     text-align:center;
  }
  td.description
  {  
     font-size:10pt;
     background-color:#FFFCF4;
     color:#A1511E;
	 height:30px;
     border-style:solid;
     border-width:2px;
	 border-color:#EFEFEF;
     text-align:center;
  }