body{
    text-align:center;
    margin:0px;
    padding:0px;
    background-color:#000000;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size:12px;
    color: #eeffff;
    }

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

a:hover{
    color:#ccffff;
    }
    
img{
    border: none;
    }
    
#wrapper{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
    position:relative
    }

#menu{
    width:400px;
    position:absolute;
    right:0px;
    text-align:right;
    font-size:14px;
    margin-top:10px;
    }
 
#menu a, #menu span{
    margin-left:10px;
    } 
    
#main{
    position:relative;
    top:161px;
    width:650px;
    left:250px;
    }
 
#footer{
    text-align:right;
    font-size: 10px;
    margin-top:70px;
    } 
    
h1{
  background-image: url(images/h1.png);
  background-position:bottom center;
  background-repeat: no-repeat;
  font-size:14px;
  height:25px;
  color:#ccffff;
  margin-bottom:10px;
  font-weight: normal;
  }
  
  h2{
  background-image: url(images/h2.png);
  background-position:middle left;
  background-repeat: no-repeat;
  font-size:12px;
  padding-left:30px;
  font-weight: normal;
  color:#ccffff;
  }
  
  h3{
  font-size:12px;
  font-weight: normal;
  color:#ccffff;
  }
  
 .mod_navigation ul, .mod_navigation ul li, .mod_navigation  p{
    display:inline;
    list-style-type:none;
    
    }

.invisible{
    display:none;
    }
    
hr.invisible{
    clear: both;
    display:block;
    visibility: hidden;
    }
    
div.toggler{
    height:19px;
    width:650px;
    background-image: url(images/accordion-toggler.png);
    background-repeat:no-repeat;
	background-position:middle center;
    cursor:pointer;
    padding-left:10px;
    padding-top:3px;
    }

div.accordion{
	margin-left:12px;
	margin-right:12px;
	padding:15px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#222222;
	}
    
form, input{
	font-size:11px;
	}
	
	
#f1 .text , #f1 .textarea{	
	background: transparent none repeat scroll 0%;
	border:1px dashed #eeffff;;
	color:#ffffff;
	width:500px;
	}
		
#f1 .text{	
	width:200px;
	}