body {
background-color:#3399ff;
background-position:bottom center;
font-family:Tahoma,Geneva,sans-serif;
margin:0;
padding:0;
width:100%;
}

#menu {
background-color:#333333;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
padding-bottom:3px;
padding-top:2px;
text-align:center;
}

#menu a, #menu a:visited {
display:inline-block;
font-weight:bold;
padding-bottom:3px;
padding-left:20px;
padding-right:20px;
padding-top:2px;
text-decoration:none;
}

#menu a, #menu a:visited {
color:#ffffff;
}

#menu a:hover, #menu a:active {
color:#3399ff;
}

#main {
margin-right:20px;
overflow:hidden;
}

#main a, #main a:visited {
color:#003366;
}

#main a:hover, #main a:active {
color:#0074e8;
}

#content, #location {
background-color:#ffffff;
background:rgba(255,255,255,0.3);
border-color:#0074e8;
border-radius:10px;
border-style:solid;
border-width:2px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
margin-left:20px;
margin-top:20px;
-moz-border-radius:10px;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff)";
padding:20px;
}

#content h1, #location h3:first-child {
margin-top:0px;
}

#content img {
float:right;
margin-left:20px;
}

#location h3 {
margin-bottom:8px;
}

#map {
height:240px;
}

#map_link {
display:block;
font-size:small;
margin-bottom:8px;
text-align:center;
}

#footer {
color:#0074e8;
font-size:small;
margin-top:4px;
text-align:center;
}

#background {
background-image:url('grass.png');
top:0px;
z-index:-1;
}

#logo {
background-image:url('logo.png');
background-repeat:no-repeat;
}

#background, #logo {
background-position:bottom center;
height:100%;
width:100%;
}

#background, #background_video {
position:absolute;
}