/* Global stuff */
body {
	margin: 0;
	padding: 0;
}

body, td, th {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}

a:link,
a:visited,
.fauxlink {
	color: #cc0000;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
.fauxlink:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


div#footer {
	text-align: center;
	margin-bottom: 24px;
}
div#footer div#footer_text {
	color: #888;
	width: 600px;
	margin: 0 auto;
	padding: 12px 0 6px 0;
}

div#index_page {
	margin: 30px 0;
	text-align: center;
}
div#index_page div#tagline {
	color: #ccc;
	font-weight: bold;
	font-size: 13pt;
}
div#index_page div#description {
	margin: 0 0 24px 0;
	font-size: 12pt;
	line-height: 16pt;
}



#top {
	background-color: #000;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 8px;
	color: #fff;
	height: 32px;
	font-size:12pt;
	text-align:center;
}



#middle {
	padding-bottom: 5px;
	background-color: #eee;
}

#middle td{
	text-align:left;
	padding-right: 15px;
	padding-left: 15px;
	width:15%;
}

#middle .middle-bits {
	font-size: 11pt;
	text-align:left;
}

    
#portfolio_box {
  border: 1px dotted #7D6654;
  float: right;
  width: 281px;
  margin-top: 35px;
  text-align: center;
  z-index: -99999;
  padding-bottom: 1em;
  padding-left: 2px;
  padding-right: 3px;
}

    #portfolio_box h2  {
      margin-top: -.5em;
      background: #F3EFE5;
      z-index: 1000000;
      float: left;
      padding: 0 .5em;
      line-height: 1em;
      margin-left: 1.65em;
    }
    
    #portfolio_box h3 { 
      float: none; 
      clear: left; 
      font-size: 1.7em;
      margin-bottom: .5em;
    }
    
    #portfolio_box img { border: 1px solid #fff; }