body{

}

a img {
border: 0;
}
h1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#flash{
    position: relative;
	z-index: -10;
}
#content{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
	margin-bottom: 120px;
	width: 720;
}
#wrapper{

    position:absolute;
    top: 0px;
    width: 99%;  
}
#title{
   z-index: 15;
   margin-top: 20px;
   margin-left: 20px;
}
#socialmedia{
   position: absolute;
   z-index: 20;
   bottom: 30px;
   right: 30px;
   float:right;
}
#menu{
   list-style: none;
   margin-left: 165px;
   z-index: 15;
   margin-top: 20px;
}
#menu li{
   float: left;
   list-style: none;
}
#menu li ul{
    margin-top: -1px;
    position: absolute;
    list-style: none; 
}
#menu li ul li a{
    margin-bottom:-2px;
    text-align: left;
    display: block;
} 
#menu a:hover {
    color:#999;
}
#text_container{
	opacity:.5;
	background-color: #ffffff;
    padding: 40px;
    z-index: 10;
	}
#text{
text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#text a:link {
text-decoration: none;
color:#990000;
}
#text a:visited {
text-decoration: none;
color:#990000;
}
#text a:hover {
text-decoration: underline;

color:#000;

}

li.headlink ul { display: none;}
li.headlink:hover ul  { display: block; float:left; width: 160px;margin-left:-40px; }

