*{
 	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 }
 
body {
    background-color: #b0c4de;
} 

#header {
    background-image: url("banner_photo.jpg");
	text-align: left;
    padding: 20px 20px;
	width: 100%;
    height: 120px;
    margin: 0 auto;
    color: white;
    float: left;
    box-shadow: 0px 0px 30px #888888;
}

#wrapper {

	margin: 0 auto;
	width: 90%;
    background-color: white;
    overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
    box-shadow: 0px 0px 30px #888888;

}

#menubox {

    opacity: 1;
    width: 100%;
    overflow: hide;
    position: relative;
    float: left;
    display:inline-block;
    background-color: #2B4B6F;
}

#box{
  display:inline-block;
  width: 10%;
  padding: 4px 8px;
  text-align: center;

}

#widebox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #B2C9DC;
    float: left;
    padding: 10px 20px;
}

#content {
    opacity: 0.8;
    background-color: white;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    float: center;
}

#sidebar {
    opacity: 0.70;
	text-align: center;
    position: relative;
    vertical-align:middle;
    padding: 2%;
	float: right;
	width: 26%;
    background-color: #B2C9DC;
}


#footer {

	width: 90%;
	text-align: center;
	margin: 0 auto;
	clear: both;


}

#small {
	font-size: 10px;
	font-color: white;
}

img{
    opacity: 1;
}

p{
    opacity: 1;
    font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline-block;
}

h1{
    opacity: 1;
    font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: inline-block;
}


/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: gray;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: silver;
    text-decoration: none;
}

/* selected link */
a:active {
    color: white;
    text-decoration: none;
}