

html * {
	padding: 0;
	margin: 0;
	list-style-type: none;
	word-wrap: break-word;
	text-decoration: none;
	border-style: none;
}


#container {
	width: 765px;
	margin: 0px auto 0px auto;
}

img { 
	border: 0px;
	outline: none;
}

/* header and bio */

#header {
	width: 765px;
	margin-top: 45px;
}

#marfil {
	background-image: url("/images/marfil.png");
	width: 127px;
	height: 51px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

#balloon {
	background-image: url("/images/balloon.png");
	width: 765px;
	height: 60px;
	background-repeat: no-repeat;
	margin-top: 45px;
	margin-left: -5px;
}

/* portfolio */

#content {
	width: 765px;
	margin-top: 45px;
}

#latest {
	background-image: url("/images/latest.png");
	width: 346px;
	height: 25px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

#p01 {
	float: left;
	width: 375px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 25px;
}

#p02 {
	float: left;
	width: 375px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 10px;
}

#p03 {
	float: left;
	width: 183px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#p04 {
	float: left;
	width: 182px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}

#p05 {
	float: left;
	width: 183px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}

#p06 {
	float: left;
	width: 182px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;}

#p07 {
	float: left;
	width: 183px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#p08 {
	float: left;
	width: 182px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}

#p09 {
	float: left;
	width: 375px;
	height: 168px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}

/* Footer */

#spacer {
	float: left;
	width: 6px;
	height: 100px;
}

#bottom {
	float: left;
	width: 47px;
	height: 32px;
	background-repeat: no-repeat;
	margin: 22px auto 0px auto;
}

#footer {
	text-align: center;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}