/*  Layout */

#wrapper {
	max-width: 960px;
	min-width: 760px;
	margin: 0 auto;
	padding:20px;
	
}

#left {
  float: left;
  position: relative;
  margin-left: 20px;
  margin-top: 40px;
  margin-right: 20px;
  width: 20%;
}

#main
{
  padding-top: 20px;
  margin-right: 30px;
  float: left;
  width:70%;
  font-size: small

}

#logo {
	float:left;
	margin-left: 10px;
	background-color:#FFFFFF;
	border: thin none;
}

#title {
	background-color: #ffffff;
	float:left;
	margin-top: 20px;
	margin-left: 40px;
	color: #0033CC;
	background-image: none;
	border: thin none;
}

#youtubevideo  {float:right;
		margin:10px 20px;
	}

.figure {
float: right;
position: absolute;
top: 28px;
right: 36px;
}

	
/* styles */


body {
 font-family: verdana, "trebuchet MS", helvetica, sans-serif;
 color: #001b50;
 font-size:0.76ems;
 }

a {
  text-decoration: underline;
  color: #001B70;
}

h1, h2, h3, h4, h5 {
color: #fcb888;
}

h5
{
margin-bottom: 0px;
}

h6 {
font-size:7px;
}

p
{
  margin-top: 0px;
}

#head {

 color: #001b50;
}

#head h1 {
	color: #13A6AC;
	font-size: 28px;
	margin-bottom: 0px;
	margin-top: 30px;

}

#head h2 {
	color: #E75C09;
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 0px;
}




#nav {
	display: block;
	text-align: left;	
	padding-left: 190px;	
	color: #000000;
	font-weight: bold;
	font-size: small;

}

#nav a {
  text-decoration: none;
  color: #000000;
}

#nav a:hover {
  background-color:#fcb888;
}

#nav ul {
list-style-type: none;
display: inline;
}

#nav li {
  display: inline;
}




#navfooter {
	padding-right: 30px;
	color: #666666;
	font-size: small;
	text-align: right;	

}

#navfooter a {
  text-decoration: none;
  color: #000000;
}

#navfooter a:hover {
  text-decoration: underline;
}

#navfooter ul {
list-style-type: none;
display: inline;
}

#navfooter li {
  display: inline;
}


.nav {
  border-right: 1px solid #f8a15d;
  padding-right: 5px;
}



.thumb {
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}


#left a {
  font-weight: bold;
  font-size: smaller;
}

img {
border: none;
}



ul {
  margin-top: 0px;
}


ul.second-level{
list-style-type: none;
list-style-image: url(../images/dash.gif);
}
