@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-attachment: fixed;
	background-image: url(images/BG_GRY_Metal.png);
	background-repeat: repeat;
	background-color: #666;
}
.twoColFixLtHdr #container {
	width: 813px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 958px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(assets/RafaelTapiaIIIBG_wall.png);
	background-color: #666;
} 
.twoColFixLtHdr #header {
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 149px;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	padding-top: 73px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 194px;
	font-size: 10pt;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-left: 24px;
	padding-top: 17px;
	width: 585px;
	padding-bottom: 55px;
}
#resumé {
	padding-top: 44px;
}
#fineart {
	padding-left: 25px;
}
#photography {
	padding-left: 30px;
}
#illustration {
	padding-left: 26px;
}
#animation {
	padding-left: 25px;
}
#about {
	padding-top: 5px;
}
#portfolio {
	padding-top: 5px;
}
#links {
	padding-top: 17px;
}
.PortfolioAreaImageLeft {
	padding-left: 15px;
}
#ResumemainContent {
	font-size: 10pt;
	padding-left: 27px;
	margin-top: 73px;
	color: #333;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
	white-space: normal;
	float: left;
}
lilflame {
	padding-bottom: 55px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#lilflame {
	padding-top: 15px;
	padding-bottom: 40px;
	padding-left: 14px;

}
