html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
  text-align: center;
}

.piggy-bank{
  float: right;
  margin-right: 30px;
  margin-top: 20px;
}


.topper{
  text-align: left;
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../images/top-bg.jpg);
  background-repeat: repeat-x;
}

.top-left{
  height: 50px;
  width: 450px;
  font: 36px freeserif, garamond;
  background-image: url(../images/top-left-skyline.jpg);
  background-repeat: no-repeat;
}

.top-left p{
  padding-top: 5px;
  padding-left: 5px;
}

.top-left a{
  color: black;
  text-decoration: none;
}

.top-left a:hover{
  color: blue;
}

.top-right{  
  float: right;
  height: 50px;
  width: 450px;
  font: 14px freeserif, garamond;
  background-image:url(../images/top-right-skyline.jpg);
  background-repeat: no-repeat; 
  text-align: right;
}

.top-right p{
  padding-top: 5px;
  padding-right: 5px;
}

.top-right a{
  color: black;
  text-decoration: none;
}

.top-right a:hover{
  color: blue;
}

.banner{
  text-align: center;
  clear: both;
  width: 100%;
  height: 210px;
  border-top: black solid 1px;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: repeat-x;
}

.position-banner{  
  text-align: left;
  position: relative;
  width: 960px;
  height: 180px;
  margin: auto;  
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat; 
}

.position-logo{
  position:relative;
  left: 0px;
  top: 30px;
}

.position-logo-ie{
  position:relative;
  left: -159px;
  top: 30px;
}

.top-nav-bar{
  text-align: center;
}

.top-nav-bar ul{
  position:relative;
  top: 190px;
  line-height: 1;
  font-weight: bold;  
  list-style:none;
  margin:0 auto;
  padding:0;
  width:600px;
  text-align: center;
}

.top-nav-bar li{
  display: inline;
  text-decoration: none;
}

.main-content{
  align: center;
  margin-top: 230px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main-content h1{
  padding-top: 10px;
  margin-right: 350px;
  font: 92px Arial, freesans;
  color: #00005A;
  text-align: center;
}

.main-content h2{
  padding-top: 10px;
  margin-right: 350px;
  font: 54px Arial, freesans;
  color: black;
  font-style: bold;
  text-align: center;
}

.main-content h3{
  margin-right: 350px;
  padding-top: 20px;
  font: 30px Arial, freesans;
  color: #454545;
  text-align: center;
  padding-bottom: 40px;
}

.main-content p{
  font: 24px Arial, freesans;
  color: #242424;
  margin-top: 20px;
  text-align: left;
}

.main-content p:first-line{
  text-indent: 20px;
  font: 28px Arial, freesans;
  font-weight: bold;
}

.main-content a{
	color: black;
}

#footer{
  text-align: center;
  color: white;
  margin-top: 30px;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
  clear: both;
}

#footage{	
  text-align: center;
  color: white;
  width: 400px;
  clear: both;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#footage a{
	color: white;
	text-decoration: none;
}

#footage a:hover{
	color: yellow;
}

li a{
	text-decoration: none;
	color: black;
}

li a:hover{
	color: blue;
}

h6{
	text-align: center;
	font: 12px Arial, freesans;
	padding-bottom: 10px;
}

.bottom-nav-bar{
  padding-top: 15px;
  text-align: center;
}

.bottom-nav-bar ul{
  position: relative;
  line-height: 1;
  font-weight: bold;  
  list-style:none;
  margin-left:auto;
  margin-right: auto;
  color: black;
  padding:0;
  width:600px;
  text-align: center;
}

.bottom-nav-bar li{
  display: inline;
  text-decoration: none;
}

.school-pic{
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 40px;
  margin-bottom: 20px;
}


.mood{
  clear: both;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.examples{
  text-align: center;
}

.examples h2{
  margin-right: 0px;
}

#websites{
  width: 650px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: solid black 1px;
}

#websites:hover{
  border: solid blue 1px;
  background-color: #F6FF8B;
}

.contactable p{
  margin-left: 60px;
  font: 24px Arial, freesans;
  color: #242424;
  margin-top: 20px;
}

.contactable p:first-line{
  font: 28px Arial, freesans;
  font-weight: bold;
}

.contactable a{
  color: black;
}

.contactable a:hover{
  color: blue;
}

.pricing h2{
   text-align: left;
   width: 100%;
   color: white;
   background-color: #334B55;
   background-image: url(../images/price-is-right.jpg);
   background-position: top right;
   background-repeat: no-repeat;
   padding-top: 0px;
   
}

.pricing ul{
  text-align: left;
  padding-left: 80px;
  padding-top: 20px;
  font: 24px Arial, freesans;
  color: #242424;
}

.sitemapping h2{
  padding-top: 10px;
  font: 32px Arial, freesans;
  color: black;
  font-style: bold;
  text-align: left;
}

.sitemapping ul{
  padding-left: 20px;
  text-align: left;
  list-style: none;
}

.sitemapping li{
  text-decoration: none;
  padding-bottom: 20px;
} 

.sitemapping a{
  font: 24px Arial, freesans;
  color: #242424;
 }
