body{
	font-size:.9em;
	font-family: "Garamond Premiere Pro", "Adobe Garamond Pro", "ITC Garamond", "ITC Garamond Std", Garamond, serif;
}


* {
	margin: 0;
}

html, body {
	height: 100%;
}

.footer, .push {
	height: 24px; /* .push must be the same height as .footer */
	float:none;
	clear:both;
	text-align:center;
}


#wrapper{
	width:1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px auto; /* the bottom margin is the negative value of the footer's height */
}

img{
	border:none;
}

a{
	text-decoration:none;
	font-style:italic;
	border:none;
}

a:link{
	color:#000;
}

a:hover{
	color:#b32017;
}

a:visited{
	color:#b32017;
}

p{
	font-size:.9em;
	line-height:1.4em;
	padding-bottom:9px;
}

h1{
	font-size:1.3em;
	font-weight:bold;
}

h2{
	font-size:1.2em;
	font-weight:bold;
}

#mainContent{
	width:450px;
	padding-left:24px;
	padding-top:24px;
	float:left;
}

#description{
	margin-top:-400px;
	text-align:left;
	padding-left:220px;
	font-size:.9em;
	width:150px;
	float:right;
}

ul.gallery li{
	list-style-type:none;
	display:inline;
	padding-right:3px;
	padding-bottom:20px;
}

#contactInfo{
	float:left;
	padding-left:10px;
}

#mePhoto{
	float:left;
}


