html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #7d7d7d;
	text-align: center;
	height: 100%;
}

.bold {
	
	font-weight: bold;
}

a, a:hover, a:visited {
	color: #019a39;
}

a:visited {
	/* color: #9a5596; */
}

h1 {
	font-size: 18px;
	color: #019a39;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 14px;
}

h2 {
	font-size: 13px;
	color: #7d7d7d;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 16px;
}

p, h3 {
	margin: 0 0 13px 0;
}

h3 {
	font-weight: bold;
	font-size: 11px;
}

.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;

}

#site {
	margin: auto;
	width: 640px;
	margin-top: 40px;
}

#content {
	text-align: left;
}

#nav {
	float:right;
	padding-top: 12px;
}

#logo {
	float: left;
}

#footer {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 11px;
	text-align: center;
}

.portfolio {
	padding-bottom: 14px;
}
