@charset "UTF-8";
/* CSS Document */



h1, h2, h3, h4, h5, h6, h7, h8, h9 { 
     font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}




p { 
   font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size:20px;
}

form{
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
background-image:url(oak-wood-texture-seamless.jpg);
margin:auto;
position:relative;
width:550px;
height:770px;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 24px;
font-weight: bold;
text-decoration: none;
text-align:center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	 width:120px;
}

textarea:focus, input:focus{
border:inherit;
}




table {
	  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size:20px;
}

body{
	background-image:url(wood%20background.jpg);
}


nav {
  background-color:rgba(226,156,111,1.00); 
  height:30px;
  
}
nav ul {
  font-family: Arial, Verdana;
  font-size: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display:block;
  float: left;
  text-align:center;  
  width:20%;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
} 
nav ul li a:hover { 
  background:rgba(227,240,232,1.00);
  color:rgba(132,132,132,1.00);
}
nav li:hover ul {
  display: block;
  position:absolute;
}
nav li:hover li {
  float:none;
  font-size: 25px;
  text-align:center;
  }
  
nav li ul {
  display:none;
  width:20%
}

nav li:hover a { 
  background:rgba(34,33,33,1.00); 
  height:30px; 
  padding-left:10px;
  padding-right:10px;

}
 
nav ul li ul li{
  text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
  width:auto;
}
nav li:hover li a:hover { 
  background: #95A9B1;
}

article{
	width:100%;
	float:left;
}

aside{
	width:70%;
	
	

}



p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


}
</style>





