#outerWrapper {
    background-image: url("background.jpg");
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}

#innerWrapper {
    width: 760px;
	/*background-color: #f7f6f5;*/
    background-color: rgba(20,20,20,.7);

    margin-top: 88px;
    margin-bottom: 88px;
    margin:0 auto;
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    padding-bottom: 60px;
}

#content{
	padding: 0px 27px;
}

#title{
    text-align: center;
    background-color: rgba(20,20,20,.7);
    padding: 16px 25px;
}

#header{
    height: 50px;
}

.site-title-image{
	padding: -9px;
	margin-left: -50px;
	width: 400px;
}

p.tagline {
    color: #16a2b3;
    font-family: "museo";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top-width: thin;
    border-top-color: white;
    border-top-style: solid;
    padding-top: 4px;
    margin-left: 0;
    width: 691px;
}

p{
    color: #ffffff;
}

body{
    color: #5d5d5d;
    font-family: "Arial","Helvetica","sans-serif";
    font-size: 14px;
	margin: 0px;
}

h1 {
    font-family: "museo";
    margin-left: 0px;
    margin-right: 255px;
}

h2{
    font-family: "museo";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
/*    color: #16a2b3;*/
    letter-spacing: 2px;
    color: #ffffff;
    margin:15px 0 4px 0 !important ;
    
}

a{
    color: #16a2b3;
    font-family: "museo";
     letter-spacing: 1px;
}

li{
    color: #ffffff;

    font-family: "Arial","Helvetica","sans-serif";
    font-size: 14px;
    font-weight: normal;
}