/* 
    color-definition
    --------------------------
    
    black:             #000000
  	white:			       #FFFFFF
    gray:              #e4e4e4
    darkgray:          #b0b0b0
    green:             #99cc00
    
    --------------------------
*/

body {
    font-family:Verdana,sans-serif;
    font-weight:normal;
    font-size:11px;
	color:#000000;
}


#header{
    height:200px;
    margin-bottom:50px;
    background-repeat:no-repeat;
}


#header h1 span{
    display:none;
}

#navigation, #footer{
    display:none;
}