@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/tri_color_background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColElsCtr #container {
	width: 735px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 225px;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 12px;
}
#container #development{
	background-image: url(images/big_gear.png);
	background-repeat: no-repeat;
	height: 225px;
	width: 200px;
	margin-left: 22px;
	position: absolute;
	padding-top: 180px;
}
#container #personal{
	background-image: url(images/big_jigsaw.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 200px;
	margin-left: 273px;
	position: absolute;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #japanese{
	background-image: url(images/big_japanese.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 200px;
	margin-left: 510px;
	position: absolute;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtr #descriptions {
	width: 735px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	padding: 0px;
}

.oneColElsCtr #container h1 a {
	text-decoration: none;
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
