*
{
  border: none;
  padding: 0px;
  margin: 0px;
}
ul
{
  list-style-type: none;
}
body, div
{
  font-family: arial, verdana, sans-serif;
  font-size: 13pt;
  color: #888;
}
body
{
  background-color: #272727;
}
.content_wrapper
{
  width: 750px;
  margin: 40px auto 60px auto;
}
a
{
  color: #b4e6ff;
  text-decoration: none;
  font-weight: bold;
}
a:hover
{
  text-decoration: underline;
}
h1
{
  display: block;
  margin-bottom: 1em;
  overflow: hidden;
  border-bottom: 1px solid #3b3a3a;
  font-size: 15pt;
  height: .6em;
  line-height: 1em;
}
h1 > span
{
  display: block;
  letter-spacing: -1px;
  font-size: 15pt;
  margin-bottom: .3em;
  font-family: tahoma, arial, sans-serif;
  color: #ccc;
  position: absolute;
  line-height: 1em;
  padding-right: 15px;
  background-color: #272727;
}
.logo
{

}
.blurb_top
{
  height: 29px;
  background-image: url(./images/blurb_top.gif);
  background-repeat: no-repeat;
  background-position: 65px 0px;
  margin-top: -15px;
}
.blurb
{
  padding: .6em .8em;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: -1px;
  background-color: #1c1c1c;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-family: tahoma;
  background-color: #b4e6ff;
  color: #555;
}
.blurb strong
{
  font-weight: bold;
  color: #333;
}
.main_wrapper
{
  overflow: hidden;
  margin-top: 25px;
}
.main
{
  overflow: hidden;
  padding-left: 1em;
}
.contacts
{
  float: right;
  overflow: hidden;
  padding: 1.5em;
  font-size: .8em;
  width: 150px;
  background-color: #1c1c1c;
  border: 1px solid #161616;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-left: 40px;
}
.contacts span
{
  font-weight: bold;
  display: block;
  font-size: .8em;
  margin-bottom: .1em;
  color: #ccc;
}
.contacts p
{
  font-size: .8em;
}
.contacts > li + li
{
  margin-top: 1.3em;
}
.projects
{
  overflow: hidden;
}
.projects .projects_info,
.projects li
{
  font-size: 10pt;
  line-height: 1.4em;
  font-family: tahoma, arial, sans-serif;
  color: #aaa;
}
.projects li
{
  margin: 1em 0 1em 0;
}
.history
{
  margin-top: 2em;
  font-size: 10pt;
  line-height: 1.4em;
  font-family: tahoma, arial, sans-serif;
  color: #aaa;
  margin-bottom: 1em;
}
.copyright
{
  margin-top: 1em;
  font-size: 10pt;
  line-height: 1.4em;
  font-family: tahoma, arial, sans-serif;
  color: #555;
  margin-bottom: 30px;
}











