@charset "utf-8";

html {
	height: 100%;
}

ul
{
  list-style: none;
}

* {
	font-family: helvetica;
	color: #626368; 
}

body {
	margin: 0px;
	height: 100%;
	color: #626368;
	background-color: #363739;
	width: 1024px;
}

h1, h2 {
  color: #fff;
}

h1 {
  margin-top: 0px;
}

h2 {
  font-size: 16px;
}

p {
  padding: 10px;
  line-height: 1.2em;
}

body {
  background-position: -100px -100px;
}

body.home {
  background-image:url('img/1_pers_for_web_grey_4.jpg');
}

body.theggroup {
  background-image:url('img/3_pers_grey_4.jpg');
}

body.project {
  background-image:url('img/2_pers_for_web_grey_4.jpg');
}

body.images {
  background-image:url('img/3_pers_grey_4.jpg');
}

body.video {
  background-image:url('img/5_pers_a_grey_4.jpg');
}


body.news {
  background-image:url('img/5_pers_b_grey_4.jpg');
}



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

a:hover {
    text-decoration: underline;
}


#menu {
  margin-top: 100px;
  width: 100px;
  float: left;
}

#menu a {
  font-size: 16px;
}

#menu li {
  padding: 2px 10px 2px 10px;
  text-align: left;
}


#menu a:hover {
  color: #fff;
  text-decoration: none;
}

#menu .active a {
  color: #fff;
}

#menu .title a {
    color: yellow;
}

#content {
  background-color: #181818;
  margin-top: 100px;
  padding-left: 100px;
  float: left;
  width: 780px;
  
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
}

body.images #content {
  
  
  /* for IE */
  filter:alpha(opacity=98);
  /* CSS3 standard */
  opacity:0.98;
}

body.images #content img {
  width: 380px;
}

body.video #content {  
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.00;
}
