body{
background:#EEE url(../_img/wlogocolor.png) center center no-repeat;
margin:0;
padding:0;
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
h1,h2,h3,h4,h5,h6{
margin:0;
padding: 0;
}
img{border:0;}

/*layout*/
#wrapper{
min-height: 700px;
}
div#droids{
background-color:#FFF;
border-top:1px solid #CCC;
bottom: 0;
color:#4F8AD9;
height: 30px;
font-family: Bebas, Impact, sans-serif;
left:0;
line-height: 30px;
margin: auto;
padding-left:10px;
position:fixed;
width:100%;
}
#navigation{
background-color:#333;
color:#FFF;
font-size: .8em;
height:30px;
padding-left: 15px;
position:absolute;
right:47px;
top:39px;
width:320px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), color-stop(0.5, #444), to(#000));
background-image: -moz-linear-gradient(50% 75% 90deg,#000, #555, #444 50%);
text-shadow: rgb(0, 0, 0) 2px 2px 2px;
	-moz-border-radius: .2em;  
	-khtml-border-radius: .2em;  
	-webkit-border-top-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
}
#navigation ul{
list-style-type: none;
margin:0; padding:0;
text-align: right;
width:auto;
}
#navigation ul li{
float:left;
display: block;	
padding:.5em;	
}

#content{
float:right;
text-align:right;
margin-right: 290px;
min-width:600px;
}
#content h2{
text-indent:-10000px;
text-align:left;
}
#content #web{
width:200px;
height:30px;
background:transparent url(../_img/hweb.png) top left no-repeat;
}
.work{
background:transparent url(../_img/bgWork.png) top left no-repeat;
float: right;
font:normal "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10px;
color:#DDD;
margin:5px;
width: 190px;
text-align: left;
}
.work h3{
color: white;
}

.work img{
margin:5px;
}
.work span{
display: block;
margin:5px 5px;
padding-bottom: 10px;
}
.clear{clear:both;}


/*		FONT FACE
-----------------------------------------*/
@font-face {
 /*  this beauty is powered by http://dharmatype.com */
 font-family: Bebas; 
 src: url("../_typo/BebasNeue.otf") format("opentype");                      
}
@font-face {
/* stupid browsers needs extra work to do things right*/
 font-family: Bebas; 
 src: url(../_typo/BEBAS.eot);                                 
}