.basecontainer {
    position: relative;
    width: 1200px;
    height: 1800px;
} 

.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 200px;
    background-image:url("idahostatecouncilbanner.png");
    
}
.menu-wrap {
	position: absolute;
    top: 195px;
    left: 0px;
width:100%;
	background:#3e3436;
}
.rssarea {
    position: absolute;
    top: 240px;
    left: 20px;
    width: 350px;
    height: 200px;
    border-width: 3px;
    border-color: Black;
    z-index:-1;
    
} 
.navigationarea {
    position: absolute;
    top: 450px;
    left: 20px;
    width: 350px;
    height: 1500px;
    border-width: 3px;
    border-color: Black;
  font-family: "Ek Mukta";
  font-size: 12px;
    
} 

.spotlight {
    position: absolute;
    top: 240px;
    left: 450px;
    width: 600px;
    height: 900px;
    border-width: 3px; 
    border-color: Black;
    z-index:-1;
}
.rightbottom {
    position: absolute;
    top: 1140px;
    left: 700px;
    width: 300px;
    height: 400px;
    border-width: 3px; 
    border-color: Black;
}
h1 {
    font-size: 2.5em; /* 40px/16=2.5em */
    font-family:Copperplate Gothic Bold
}
casual1 {
    font-size: 2.5em; /* 40px/16=2.5em */
    font-family:Trebuchet MS;
    font-style:italic;
    font-weight:bold;
}

h2 {
    font-size: 1.5em; /* 24px/16=1.5em */
    font-family:Copperplate Gothic Bold
 }
casual2 {
    font-size: 1.5em; /* 24px/16=1.5em */
    font-family:Trebuchet MS;
    font-style:italic;
    font-weight:bold;
}
casual3 {
    font-size: 1.1em; /* 19px/16=1.2em */
    font-family:Trebuchet MS;
    font-style:italic;
    font-weight:bold;
}

p {
    font-size: 0.875em; /* 14px/16=0.875em */
}
ul 
{
  
  list-style: none;
  padding: 0px;
  margin: 0;
	background:#3e3436;
}

ul li {
  display: block;
  position: relative;
  float: left;
  padding:0px;
  
	background:#3e3436;
		margin:0px;
	list-style:none;
	

}

/* This hides the dropdowns */


li ul { display: none; }

ul li a {
  display: block;
  padding: 5px 13px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-family: "Ek Mukta";
  font-size: 14px;

}

ul li a:hover { background: #2c3e50; }

/* Display the dropdown */


li:hover > ul {
  display: block;
  position: absolute;
}

li:hover li { float: none; }

li:hover a { 	background:#3e3436;}

li:hover li a:hover { background: #2c3e50; }

.main-navigation li ul li { border-top: 0; }

/* Displays second level dropdowns to the right of the first level dropdown */


ul ul ul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */



ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }


