
/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background-image: url(../images/background.jpg);
	color: #d8d5be;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

	}

#sidebar{ position:fixed; top: 38px; left:20px;	width: 230px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }


div#headline {
    position: absolute;
    top: 30px; 
    left: 36px;
    padding: 0;
    width: 445px;
    height: 67px;
    border: none;
     } 
     
div#headline1 {
    position: absolute;
    top: 680px; 
    left: 36px;
    padding: 0;
    width: 256px;
    height:32
    border: none;
   } 
   
div#headline2 {
   position: absolute;
    top: 30px; 
    left: 787px;
    padding: 0;
    width: 256px;
    height:32
    border: none;   
    } 
    
div#headline3 {
   position: absolute;
    top: 1090px; 
    left: 36px;
    padding: 0;
    width: 256px;
    height:32
    border: none;   
    } 


#flashcontent {
    position: absolute;
    top: 50px; 
    left: 0px;
    padding: 0;
    border: none;  }

div#about {
    position: absolute;
    top: 710px; 
    left: 40px;
    padding: 0;
    width: 600px;
    border: none;
    }
    
div#press {
    position: absolute;
    top: 980px; 
    left: 40px;
    padding: 0;
    width: 600px;
    border: none;
    }


div#IDG {
    position: absolute;
    top: 1210px; 
    left: 40px;
    padding: 0;
    width: 600px;
    border: none;
    }
 
 
 div#client1 {
    position: absolute;
    top: 720px; 
    left: 500px;
    padding: 0;
    width: 435px;
    border: none;
  }
  
   
 div#contact {
    position: absolute;
    top: 1135px; 
    left: 40px;
    padding: 0;
    width: 435px;
    border: none;
  }
 
  

/* typography
----------------------------------------------- */

p {	
 line-height: 1.6em;	
 margin-bottom: 1.0em; 
 font-size: 0.9em;
 color: #330000;
 font-family: Lucinda,Verdana,Sans-Serif;
 }
 


a{
	color: #003399;
	text-decoration: none;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em 1.5em;
	border-left: 6px solid #0d0d09;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 2em 2em 2em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	

