* {
	padding:  0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
  overflow-y: ;
}

/* NAVIGATION */

#logo {
  background: url(images/logo.jpg) center no-repeat;
  width: 130px;
  display: block;
  float: left;
  margin-right: 150px;
  }
  
  #brain {
  background: url(images/brain1.jpg) center no-repeat;
  width: 50px;
  display: block;
  float: left;
  margin-right: 50px;
}
  #brain:hover{
    background: url(images/brain2.jpg) center no-repeat;
  }

#nav {
	background-color: #1D1D1D;
	border-bottom: 2px solid #898989;
	height: 35px;
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	clear: both;
}

#nav ul {
  width: 710px;
  margin-left: 100px;
}

#nav ul li {
  text-decoration: none;
  display: inline;
  padding-right: 15px;
}

#nav a {
	line-height: 35px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#nav a:hover {
	color: #00bff3;
}

/* CONTENT */

#content {
  color: #2a8ce6;
  margin: 0 auto;
}

#home, #about, #services, #portfolio, #contact {
	width: 950px;
	padding-top: 40px;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

  /* HOME */
  #home         { background: none; }
  #home         { background: url(images/home.jpg) no-repeat; }
  #home_flash	{ 
	width: 950px; 
	margin: 0px 0px 0 auto;
	margin-top: 0px;
	}
	
  #form_and_function {
	width: 340px;
	margin-top: 90px;
	float: left;
	font-size: 13px;
	color: black;
	line-height: 18px;
	color: gray;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	}
  #form_and_function_body {
	width: 270px;
	display: block;
	margin-bottom: 28px;
  }

	
  /* SERVICES */
  #services_frame   { background: url(images/1services_bg.jpgx) repeat-x; }
  #services         { background: url(images/services.jpg) no-repeat; }
  #services_flash	{
 	width: 910px;
	margin: 10px auto 0 auto; 
  }
  #services_intro {
	float: left;
	width: 280px;
	font-size: 32px;
	margin: 100px 0 0 80px;
  }
  #services_black_box{
	color:#FFFFFF;
	margin: 80px 50px 0 20px;
	float: right;
	width: 350px;
  }
  #services_black_box .title{
    font-size: 20px;
	border-bottom: solid 1px blue;
	margin-bottom: 20px;
	
	
  }
  #services_black_box .description{
	
	font-size: 13px;
	float: left;
	display: block;
  }
  
  /* PORTFOLIO */
  #portfolio_frame  { background: url(images/12portfolio_bg.jpg) repeat-x; }
  #portfolio        { background: url(images/portfolio.jpg) no-repeat; }
  #portfolio h2     { margin-bottom: 175px; }
  #portfolio .category h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  #portfolio .thumbs li {
    float: left;
    margin: 0 10px;
    list-style: none;
  }
   #portfolio .featured li {
    float: right;
    margin: 0 10px;
    list-style: none;
  }
  #portfolio .category {
	color: black;
	clear: both;
	padding-left: 40px;
	margin-bottom: 65px;
  }
	
  /*ABOUT */
  #about_frame      { background: url(images/about_bg.jpg) repeat-x; }
  #about            { background: url(images/about.jpg) no-repeat; }

  /* CONTACT */
  #contact_frame    { background: url(images/contact_bg.jpg) repeat-x; }
  #contact          { background: url(images/contact.jpg) no-repeat; }
