body {
	font-family: Helvetica, sans-serif;
  	font-size:x-small;
 	background: #0484d9;
  	margin: 1.5em 0;
	}

h1{
	color: #3c2b19;
	text-align: center;
	}

h2 {
	text-align: right;
	color: #d85a05;
	border-bottom: 1px solid #d85a05;
	margin-left: -3em;
	}

#home {
	overflow: auto;
	min-width: 480px;   
   	padding:1em;
   	background:#fff;
   	font-size:small;
   	border-bottom: 20px solid #3B2C19;
   	}

#header {
   	height:100px;
   	background:#3b2c19 url(img/header-gradient.png) top left repeat;
   	color:#fff;
   	}

#header-img {
	overflow: auto;
	height:100%;
	background:url(img/header-logo.png) top center no-repeat;
	}

#header-br {
	margin-top: -100px;
	width: 100%;
	height: 100%;
	background:url(img/br-leaf.png) bottom right no-repeat;
	}

#drawings li {
	list-style: none; 
	float: left;	
	width: 75px;
    	height: 350px;
	margin-left: 40px;
	margin-top: -1em;
	}

#drawings a {
	color: #3C2B19;
	text-decoration: none;
	font-size: x-large 
	}

#drawings a:hover,
#drawings a:visited {
	color: #0484d9;
	}

#drawings {
	color: #3C2B19;
	float: left;
	margin-left: -50px
	}
	
#blog {background: url(img/blog.png) top left no-repeat;}

#blog a{
	float: left; 
	margin-top: 190px; 
	margin-left: 75px;
	}

#portfolio {background:url(img/portfolio.png) top left no-repeat;} 

#portfolio a{
	float: left; 
	margin-top: 290px; 
	margin-left: 75px;
	}

#snapshots {background:url(img/snapshots.png) top left no-repeat;}
 
#snapshots a {
	float: left; 
	margin-top: 240px; 
	margin-left: 15px;
	}

#projects {background:url(img/projects.png) top left no-repeat;}

#projects a {
	float: left; 
	margin-top: 135px; 
	margin-left: -40px;
	}

#aboutme {
	float: left;
	width: 250px; 
	padding: 2em; 
	margin: 1.5em 0 5em 5em;
	}

#aboutme li {
	color: #3c2b19; 
	list-style-type: square;
	padding-bottom: .5em;
	}

#aboutme p a {
	text-decoration: none; 
	color: #0484d9;
	}

#aboutme p a:hover,
#aboutme p a:visited {
        color: #3c2b19;
        }

#aboutme p {
	color: #d85a05; 
	}

#footer {
	float: left; 
	overflow: auto; 
	margin-top:-20px;
	padding: .5em 2em;
   	color:#fff;
   	font-family: Verdana, sans-serif;
   	font-size:x-small;
   	text-align:left;
	}

#footer a {
   	color:#fff;
   	}
