/****************
Author: Henry Rose
Email: henryrose@gmail.com
****************/



/******** Utilities ********/

.left{float:left; }
.right{float:right; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/******** Site Layout ********/
#wrapper {
	width:900px; 	
	margin-left:40px; 
	}


#header{
	height:110px; 
		}

#nav {
	height:60px; 
	}

#ptNav{
	height:35px;
}
	
#ptSubNav {
	height:25px;
}
	
#aboutMe{

}
	
#footer {
	border-style: solid;
	border-width: 1px 0pt 0pt;
	padding: 10px;
	margin: 10px;
	}
	
