h1, h2, h3, td, quote, small, form, input, ul, li, ol, label{
	margin:0px;
	padding:0px;
}

body {
	background-color: #FFFFFF;
	
	font-family: 'Archivo Narrow', sans-serif;

    /* IE10 Consumer Preview */ 
    background-image: -ms-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #BDD3EF 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #BDD3EF 100%);

    /* Opera */ 
    background-image: -o-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #BDD3EF 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF),      color-stop(1, #BDD3EF));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #BDD3EF 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #BDD3EF 100%);
}

#wrapper {
    margin: 0 auto;	
}

#wrapper-inner {
	margin: 0 auto;
	width: 800px;	
}

#wrapper-menu {
    float: right; 
	clear: left;
	width: 100%
}

#header {
	clear: left; 
	float: left; 
	width: 99%;
}

#content {
	clear: both; 
	width: 98%;
}

#content-bottom {
	clear: both; 
	width: 745px; 
}

#title {
	float: left;
	clear: left;
	width: 50%;
    font-size: 48px;
	font-family: Arial;
    text-shadow: 5px 5px 5px #999;
}

#title a:link{
   color: black;
   text-decoration: none;
}
   
#title a:visited {
   color: black;
   text-decoration: none;
}
  
#title a:hover {
   color: black;
   text-decoration: none;
}
  
#doodle {
    float: right;
	vertical-align: top;
}

#menu-wrapper {
    float: left;
}

#menu{
	font-family: Arial;
    float:left;
}

a:link {
   text-decoration: none;
}
   
a:active {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}
  
a:hover {
   text-decoration: underline;
}

ul {
   list-style: none;
}

#menu ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
	margin: 0;
	width: 100%
}

#menu li {
    display: block;
    position: relative;
    float: left;
}

#menu a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 51px;
    background: #1e7c9a;
    margin-left: 1px;
    white-space: nowrap;
}

#menu a:hover {
    background: #3b3b3b;
}

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

#menu li:hover li {
    float: none;
    font-size: 11px;
}

#menu li:hover a { 
    background: #3b3b3b; 
}

#menu li:hover li a:hover {
    background: #1e7c9a;
}

#mainName {
	font-size: 30px;
}

.testing {
    border-style: solid;
    border-color: red;	
}

.testing2 {
    border-style: solid;
    border-color: blue;	
}