/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
 /* list-style-type: none;*/
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* general styling */
body {
  color: #333;
  font: normal 100%  Geneva, Arial, Helvetica, sans-serif;
  	/*background:url(../images/_.jpg) repeat-x;*/
	background:url(../images/background.jpg) no-repeat 50% 0;
	
background-color:#000616;
}
a {
  color: #ee9414;
  text-decoration: none;
}


/* layout */
#pagewrapper {
  width: 780px;
  margin: 0 auto;
}


#menu {
 width:780px;
 margin: 0 auto;
 height:77px;
 margin-right:5px;
 background-image:url(../images/_design_02.gif); 
}
#menu ul {
  /*padding: 0 15px;*/
  float:left; padding:0 0 0 50px;
}
#menu li {
  display: inline;
 /* margin-right: 20px;*/
  font-size: 0.9em;
  font-weight:normal; 
 /* line-height: 2.2;*/
}
#menu li a {
  color: #999;
	float:left;
  text-decoration: none;
 /* background-color:#003333;*/
 padding:51px 20px 9px 20px;
 margin-right:10px;
}
 
#menu li a:hover {
  border-bottom: none; background:none; color:#CC9900;
 }

#menu li a.now{ 
  border-bottom: none; color:#CC9900;
  
  }

.content {
 margin:auto;
  
  width:780px;
  color:#FFFFFF;
  
}


.column2 {
  display: inline;
  float: left;
  width: 740px;
  margin-right:5px;
  margin:0 auto;
 background-color:#34436a;
 padding:20px; font-size:0.9em;
}
.content dl.founders dd {
  margin-bottom: 2em;
}
.content p {
  margin-bottom: 1em;
}
.content h1 {
	font-size:1.5em;
  margin-bottom: 0.5em;
}
.content ul { margin:2px 0 2px 20px;  }
.content dt {
  margin: 0 0 0 10px;
}

.content dd{
  margin: 0 0 0 20px;
}

.content .more {
  text-align: right;
}

.content table td{ padding:3px; }
.content table td p{ margin:0px; }
.right {
  float: right;
}
.left {
  float: left;
}


#footer {
  clear: both;
  font-weight: bold; 
  text-align:center;
  width:780px;
  margin-right:5px;
  height:50px;
 /*background-image:url(../images/_design_06.gif);*/

}
#footer ul {
  padding: 0 15px;

}
#footer li {
  display: inline;
 /* margin-right: 20px;*/
  line-height: 2.2;
}
#footer li a {
  color: #999;
  text-decoration: none;
}
#footer li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}

.copyright{
	text-align:center; font-size:0.7em; color:#fff; margin:10px;
}
.center{ text-align:center; }