body {
	margin: auto;
	background-color: #B99D8E;
	background-image: url(/images/monkey-full-bk.jpg);
	background-repeat: repeat-x;
		}

a:link, a:visited {
color: #663E35;
}

a:hover {
color:#EBC711;
}

#topBG {
display:none;
}

#bottomBG {
display:none;
}

#infosquare1 {
	position: absolute;
	top: 305px;
	left: 0px;
	width: 230px;
	margin-left: 20px;
	border: 1px solid #956F59;
	padding: 10px;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	background-color: White;
	text-align: center;
}
#infosquare2 {
	position: absolute;
	top: 305px;
	right: 0px;
	width: 230px;
	margin-right: 20px;
	border: 1px solid #956F59;
	padding: 10px;
	background-color: White;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#container, #resumeCon {
	position:relative;
	width: 630px;
	margin: auto;
	top:80px;
	z-index: 2;
}

#header {
	position:absolute;
	background: transparent url(../images/monkey-title02.gif) no-repeat left;
	top: -21px;
	left: 0px;
	height: 72px;
	width: 570px;
	z-index:3;
}

#header span {
	display: none
}

#header img {
	width:200px;
	height: 40px;
	margin: 0;
	border: 0;
}

#styleMenu {
 position:absolute;
 	right: 0px;
	bottom: 25px;
	font: 10px/normal Arial, Helvetica, sans-serif;
	color: #956F59;
}

#mainFocus, #resumeFocus, #portfolioFocus {
	position: absolute;
	left: 0px;
	top: 41px;
	border: 4px double #956F59;
	background-color: White;
	width: 570px;
}

#mainFocus {
	height: 294px;
}

#resumeFocus {
	height: 1200px;
}

#portfolioFocus {
	height: 585px;
}

#mainPic2 {
	position: absolute;
	background: transparent url(../images/monkey-bannanas.gif) no-repeat;
	width:63px;
	height: 61px;
	top:-20px;
	left: -30px;
	z-index: 3;
}

#mainPic1 {
	position: absolute;
	bottom: -8px;
	right: -61px;
	background: transparent url(../images/monkey-max.gif) no-repeat;
	height: 308px;
	width: 374px;
}

#resumePic1 {
	position: absolute;
	bottom: -8px;
	right: -61px;
	background: transparent url(../images/monkey-max-lil.gif) no-repeat;
	height: 308px;
	width: 374px;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 280px;
	font: 12px/normal Arial, Helvetica, sans-serif;
	color: #956F59;
	background: transparent url(../images/monkey-menu-bk.jpg) repeat;
	padding: 3px 0px 3px 36px;
}

a.menuLink:link, a.menuLink:visited {
	color: #956F59;
	text-decoration: none;
}
a.menuLink:hover {
	color: Black;
	text-decoration: underline;
}

#mainText, #resumeText {
	position: absolute;
	top: 15px;
	text-align: left;
	font: 12px/normal Arial, Helvetica, sans-serif;
	color: Black;
	padding: 27px 0 35px 10px;
	
}

#mainText {
	width: 300px;
	left:0;
	line-height: 16px;
}

#resumeText {
	Padding-right:10px;
	left:0;
	line-height: 16px;
}

#resumeText p {
	padding-top:0;
	padding-bottom:0;
}

.resumeIndent {
	padding-left:35px;
	font-size: 10px;
	line-height: 14px;
	margin-top:0;
	padding-top: 0;
}

.portfolioThumbs img  {
	border:1px solid #663E35;
}

.portfolioThumbs:hover img  {
	border:1px solid #EBC711;
}

.portfolioThumbs:hover  { /* irrelevant definition to overcome IE bug */
	border:red;
}
