/* CSS Document
   Template Title: Bury
   Author: J David Macor
   URL: http://www.jdavidmacor.com */

/* Main Body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	margin: 0;
	}
	
#container {
	width: 800px;
	height:auto;
	margin: 0 auto;
	}

/* Header */
#header {
	width: 780px;
	height: 169px;
	background: url(logo-bg.gif) center;
	margin-left: 10px;
	}

/* Menu */

  #tabsE {
      float:left;
      width:800px;
	  height: 22px;
      font-size:93%;
      line-height:normal;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;

      }
    #tabsE ul {
	margin:0;
	padding:0px 10px 0 25px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
		
/* Content */
#content {
	width: 800px;
	height:600px;
	float: left;
	}

#content p {
	line-height: 20px;
	margin-bottom: 0px;
	}
	
#content h2 {
	line-height:normal;
	color:#C51015
	}

/* Portfolio */
#portfolio {
	width: 200px;
	height: 20px;
	position:absolute;
	left: 5px;
	top: 606px;
	}

#portfolio h2 {
	line-height:normal;
	color:#C51015
	}

/* Footer */
#container_footer {
	width: 785px;
	padding-left: 15px;
	border-top-style: dotted;
	border-top-width:thin;
	margin: 0 auto;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
