body
{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939; /*centering for ie*/
	background-color: #CDE8BF;
	margin: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #5A5A5A;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

p

{
	line-height: 1.25;
	text-align: left;
}
a:link {
	color: #393939;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:visited {
	color: #808080;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:hover, a:active {
	color: #019DCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.wrapper {
	background-color: #CAE4BB;
	width: 900px;
}
.title {
	clear: both;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 20px;
}

.nav
{
	width: 696px;
	position: absolute;
	left: 204px;
	top: 43px;
	z-index: 7;
	background-color: #019CCB;
}
.leftcol {
	z-index: 5;
	position: absolute;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav li {
	display: inline;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	border: 0px none;
}
.nav  li  a:link, a:visited {
	border: 0px none;
	
}
.nav  li  a:active, a:hover {
	border: 0px none;
	
}
.nav  li  #logo {
	float: left;
	display:block;
	width: 202px;
	height: 204px;
}
.nav li a#nav-home { float: left; display:block; width: 42px; height: 102px;}
.nav li a#nav-global { float: left; display:block; width: 158px; height: 102px;}
.nav li a#nav-healthy-habits { float: left; display:block; width: 218px; height: 102px; }
.nav li a#nav-projects { float: left; display:block; width: 57px; height: 102px; }
.nav li a#nav-about {
	float: left;
	display:block;
	width: 118px;
	height: 102px;
}
.nav li a#nav-blog {
	float: left;
	display:block;
	width: 103px;
	height: 102px;
}
.nav  li  #nav-blank {
	float: left;
	display:block;
	width: 101px;
	height: 102px;
}
.nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
.nav li a:hover { visibility:visible; }
.nav li a:hover img { visibility:visible; }
.nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#nav-home 
{ 
background-image: url(layout-images/home-on.gif);
background-repeat: no-repeat;
background-position: left bottom; 
}

#nav-global 
{ 
background-image: url(layout-images/global-on.gif);
background-repeat: no-repeat;
background-position: left bottom; 
}

#nav-healthy-habits 
{ 
background-image: url(layout-images/healthy-habits-on.gif);
background-repeat: no-repeat;
background-position: left bottom; 
}

#nav-projects 
{ 
background-image: url(layout-images/projects-on.gif);
background-repeat: no-repeat;
background-position: left bottom; 
}

#nav-about 
{ 
background-image: url(layout-images/about-on.gif);
background-repeat: no-repeat;
background-position: left bottom; 
}

#nav-blog 
{ 
background-image: url(layout-images/blog-on.gif);
background-repeat: no-repeat;
background-position: left bottom; 
}
.content {
	width: 656px;
	background-color: #fff;
	padding: 0px 20px 20px 20px;
	position: absolute;
	left: 204px;
	top: 139px;
	z-index: 5;
	text-align: center;
}
.content li {
	line-height: 1.25;
	padding: 0 0 5px 0;
	text-align: left;
}
.content   #photo {
	text-align: right;
}
.footer {
	text-align: center;
	padding: 4px 0 0 0;
	color: #232348;
	border-top: 1px dotted;
	border-color: #232348;
}
