* { margin:0; padding:0; }

body {
font:normal 100%/150% Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
color:black;
}

#wrapper {
border:0px solid silver;
/*height:100%;*/
background-attachment:scroll;
background-position:top left;
background-repeat:no-repeat;
}

#head {
height:1%; /* IE */
color:black;
border-bottom:2px solid white;
overflow:hidden;
}

#head h2 {
display:none;
}

#menu {
/*filter:alpha(opacity=60);*/
float:right;
/*margin-right:20%;*/
/*margin:0px auto;*/
padding:0px 0;
/*border:1px solid blue;*/
padding:10px 5em 0 0;

}

#menu a {
/*display:block;
float:left;
width:4em;*/
margin-right:0em;
font-size:1.4em;
text-align:center;
text-decoration:none;
font-weight:normal;
color:white;
padding:1px 1.4em;
/*background-color:#a2bdca;*/
}

#menu a:hover {
/*font-weight:bold;*/
}

#floatcontainer1 {
float:right;
width:40%;
max-width:40em;
min-width:30em;
margin:3em 2% 0 0;
padding:1em 4%;
color:black;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius: 10px;

filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity:0.6;
opacity:0.6;
}

#floatcontainer1 p {
color:black;
}

#floatcontainer1 h3 {
color:black;
font-size:140%;
}

#content {
width:100%;
margin:1em auto;
border:0px solid silver;
}

#content p {
margin:1em 0;
}

#content h3,h4 {
margin:1.5em 0 -0.5em 0;
}


