body {
background-color: #99b47a
}

html, body {
margin: 0;
padding: 0;
}

a {
	color: #9d0051;
}

a:hover, a:active, a:visited {
	color: #9d0051;
}

#page-container {
width: 600px;
height: 520px;
margin: 50px auto 0 auto;
}

#main {
float: left;
background: #bed4a0;
width: 390px;
height: 520px;
}

#logo {
margin: 20px 50px 20px 240px;
}

#description {
width: 300px;
height: 220px;
margin: 70px 50px 20px 40px;
}

#about {
color: #9d0051;
font-size: 13px;
font-family: "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
line-height: 17px;
margin: 22px 0 0 0;
}

#contactarea {
width: 600px;
height: 520px;
background: #bed4a0;
}

#formcontainer {
width: 520px;
height: 460px;
background: red;
margin: 40px auto 40px auto;
padding: 0;
}

a.links:link, a.links:visited {
color: #d9005e;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid;
}

a.links:hover, a.links:active {
background-color: #fff;
}

#resumelink {
	text-decoration: none;
}

/* linkstemp is temporary until I create a contact form. */

#linkstemp {
font-weight: bold;
text-decoration: none;
}

#rightdiv {
float: right;
background: #bed4a0;
width: 190px;
height: 520px;
}

#portfolio {
width: 150px;
height: 472px;
margin: 28px 20px 16px 20px;
}

#porttitle {
margin: 0 0 8px 0;
}

#floatleft {
background-color: #ffffff;
padding: 4px;
margin: 0 0 25px 0;
border: 0;
float: left;
}

#floatright {
background-color: #ffffff;
padding: 4px;
margin: 0 0 25px 0;
border: 0;
float: right;
}

#resume {
border: 0;
margin: 0;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

