body {
	background-color: #D2D6DA;
	font-family: Gill Sans, Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #1F2626;
	margin: 0px;
	padding: 15px;
	text-align: center;
	text-rendering: optimizeLegibility;
}

#page {
	width: 700px;
	margin: 0px auto;
	/*border: 1px solid #001B36;*/
	text-align: left;
	/* NEW GECKO + WEBKIT MODS */
	border: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

#title {
	width: 700px;
	height: 120px;
	background: url(site_images/homepage_title.jpg);
	/* NEW GECKO + WEBKIT MODS */
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	overflow: hidden;
}

#home_body {
  background: url(site_images/homepage.jpg);
  /* NEW GECKO MOD */
  /* (WebKit clips images in child elements, don't need radius here) */
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
}

#navbar {
	position: relative;
	width: 700px;
	height: 30px;
}

#nav_design {
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav_webdev {
	position: absolute;
	top: 0px;
	left: 139px;
}

#nav_illustration {
	position: absolute;
	top: 0px;
	left: 279px;
}

#nav_portfolio {
	position: absolute;
	top: 0px;
	left: 419px;
}

#nav_contact {
	position: absolute;
	top: 0px;
	left: 559px;
}

#home_body {
	background-image: url(site_images/homepage_body.jpg);
	width: 700px;
	height: 347px;
}

img { border: 0 }

img.navbutton { border: 1px solid #1E3445 }