html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
color: black;
height: 100.01%;
margin: 0;
padding: 0;
}

a, a:visited {
  text-decoration: none;
  color: #000000;
}

ul {
}

li {
  margin: 10 0 0 20px;
}
p {
  line-height: 1.7em;
}

br.break {
  clear: both;
}

.right {
  text-align: right;
  border-bottom: 1px dashed #313131;  
}

.wrapper {
  width: 1000px;
  padding: 0px;
  margin: 0px;
  background: #FFFFFF;
  color: #333333;
  height: auto;
}

.container {
  float: left;
  display: block;
  background: #FFFFFF;
  color: #333333;
  margin: 0px;
  padding: 0px;
  height: auto;
}

#title {
  text-align: left;
  margin: 25px 0 30px 125px;
}

#title_img {
  background-color: #313131;
  border-top: 3px solid #CC0000;
  border-bottom: 3px solid #313131;
  float: left;
  width: 100%;
  height: 314px;
}

#menu {
  text-align: left;
  margin: 0 0 0 125px;
  padding: 3px 0 3px 0;
  color: #313131;
  font-size: 14px;
  font-weight: bold;
  font-family: verdana;
}

#menu #active {
  padding: 3px 0px 3px 0px;
  background-color: #CC0000;
}

#menu #active a {
  color: #FFFFFF;
}

#menu a {
  margin: 0 15px 0 15px;
}

#content {
  text-align: left;
  margin: 25px 125px 30px 125px;
  color: #313131;
  font-size: 12px;
  font-family: verdana;
}

#content .date {
  color: #CC0000;
  font-size: 18px;
  font-family: tahoma, verdana;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#content h2 {
  color: #313131;
  font-size: 26px;
  font-family: tahoma, verdana;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;
}

#content h2.portfolio {
  text-align: right;
}

#content div.portfolio_left {
  text-align: left;
  float: left;
  margin-right: 20px;
}

#content div.portfolio_right p {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

#content div.portfolio_right p.left {
  border: 0px;
  float: left;
}

#content div.portfolio_left img {
  border: 3px solid #313131;
}

#content div.portfolio_right {
  text-align: right;
  float: right;
  width: 400px;
  height: 230px;
}

#content span.highlight {
  color: #CC0000;
}

#content #breadcrumb_act {
  color: #CC0000;
  font-weight: bold;
}

#content #breadcrumb {
  font-size: 13px;
  font-family: verdana;
  margin: 0 0 10px 0;
}

#footer {
  float: left;
  width: 100%;
  color: #a1a1a1;
  font-size: 9px;
  font-family: verdana;
  text-align: center;
  border-top: 3px solid #313131;
  padding: 5px 0 0 0;
  margin: 20px 0 20px 0;
}