body
{
  background:#fff;
  font-family:  Helvetica;
  font-size:11px;
  color:#b0b0b0;
}

.image 
{
  position: absolute;
  top: 40px;
  left: 200px;
  background: #fff;
  width: 750px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center; 
}

.image_text
{
  position: relative;
  top: 20px;
  background: #ffff;
  width: 200px;
  height: 100px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.image_text_osc
{
  position: absolute;
  top: 330px;
  left: -200px;
  background: #fff;
  width: 200px;
  height: 100px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.image_text_ir
{
  position: absolute;
  top: 280px;
  left: -200px;
  background: #fff;
  width: 200px;
  height: 100px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.main_nav
{
  position: absolute;
  top: 40px;
  left: 0px;
  background: #fff;
  width: 200px;
  height: 281px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}


.logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 180px;
  height: 80px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.controls
{
  position: absolute;
  top: 10px;
  left: 250px;
  background: #fff;
  width: 650px;
  height: 50px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center; 
}

.cv 
{
  position: absolute;
  top: 80px;
  left: 230px;
  background: #fff;
  width: 750px;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left; 
}

#menu 
{
  padding: 0;
  margin: 0;
}

#menu li 
{
  list-style-type: none;
  margin: 0 0 1.25em 0;
}

.indent
{
  padding-left: 25px;
}

.indent2
{
  padding-left: 50px;
}

a:link 
{
  color: #b0b0b0;  
  text-decoration: none;
}

a:active 
{
  color: #b0b0b0; 
  text-decoration: none;
}

a:visited 
{
  color: #b0b0b0; 
  text-decoration: none;
}  

a:hover 
{
  color: #FF2AFF; 
  text-decoration: underline; 
} 

a.proj:active  
{ 
  color: #000000; 
  text-decoration: none; 
}

a.proj:link    
{ 
  color: #000000; 
  text-decoration: none;
}

a.proj:visited 
{ 
  color: #000000; 
  text-decoration: none;
}

a.proj:hover 
{ 
  color: #000000; 
  text-decoration:underline;
}

object.mov 
{
  display: none;
}

/* hides the second object from all versions of IE */
* html object.mov 
{
  display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ 
{
  display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov 
{
  display/**/: none;
}

textarea, input, td, tr, table, img
{
  border: 0px;
}

.model
{
  border: 1px solid #C0C0C0;
  margin-top: 5px;
}

.special 
{
  width: 5px;
  visibility: hidden;
}

.style3 {color: #ff2aff}
.style4 {color: #b0b0b0}
