body {
  min-width: 830px;
  background-color: #fff;
  color: #333;
  margin: 20px 30px;
  padding: 0;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

#header {
  background-color: #999;
  height: 200px;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
}

#headergradient {
  background-image: url(img/headergradient.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 200px;
  margin: 0;
  padding: 0;
}

#headerleft {
  height: 200px;
  width: 480px;
  float: left;
  background-image: url(img/EvanKorth.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

#nav {
  height: 200px;
  width: 320px;
  background-image: url(img/EvanKorthRight.png);
  background-position: top right;
  background-repeat: no-repeat;
  float: right;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

#nav ul {
  list-style-type: none;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0; 
}

#nav li {
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  background: url(img/navbullet.png) left center no-repeat;
  padding-left: 50px;
}

#nav li a {
  display: block;
  color: white;
  text-decoration: none;
}

#nav li a:visited {
  color: white;
  text-decoration: none;
}

#nav li a:hover {
  color: white;
  text-decoration: none;
  background-image: url(img/darker.png);
  padding-left: 10px;
}

#nav li a:active {
  color: white;
  text-decoration: none;
  background-image: url(img/darker.png);
  padding-left: 10px;
}

#contact1 {
  margin: 0;
  margin-top: 93px;
  float: left;
  text-align: right;
  font-size: 14px;
  line-height: 19px;
}

#contact2 {
  margin: 0;
  margin-top: 93px;
  margin-left: 20px;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
}

/*END OF HEADER BUSINESS */

.big {
  clear: both;
  margin: 50px;
  padding: 0;
  background-image: url(img/profilepic.jpg);
  min-height: 220px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 250px;
  font-size: 1.5em;
  line-height: 1.2em;
}

#content ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#content li {
  background-image: url(img/arrows.png);
  background-position: left 7px;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 0;
}

#courses ul {
  margin-left: 40px;
}

#content h1 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 15px;
  padding: 0;
  text-transform: uppercase;
}

#content h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-left: 40px;
  padding: 0;
  text-transform: uppercase;
}



#content a {
  text-decoration: none;
  color: #777;
}

#content a:visited {
  text-decoration: none;
  color: #777;
}

#content a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #66f;
}

#content a:active {
  text-decoration: none;
  color: #fff;
  background-color: #66f;
}

#descriptions ul {
  float: left;
  list-style-type: none;
  width: 40%;
  margin-left: 9%
  font-size: 1em;
}



.readmore {
  clear: both;
  margin-top: 10px;
  margin-bottom: 25px;
  text-align: right;
}



#footer {
  margin-top: 13px;
  text-align: right;
}

#footer img {
  margin-left: 13px;
}