/* Begin structure */
body {
	min-width: 424px;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 9pt;
	text-align: center;
}

#containerfront {
	width: 424px;
    text-align: left;
	margin: 0 auto;
	padding-top: 150px;
    }

#containertext {
	width: 424px;
    text-align: left;
	margin: 0 auto;
	padding-top: 2px;
    }

#leftbig {
	float: left;
	}

#rightbig {
	float: right;
}

.rightword {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*Begin typography */

h2 {
	font-size: 9pt;
}

/*Begin link colors and such */
a:link {
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	border: 0px;
	text-decoration: underline !important;
	color: #F60 !important; 
}

a:active {
	border: 0px
	text-decoration: underline !important;
	color: #F60 !important; 
}

img {
	border: none;
}

/* Styles for the CSS rollover effect on the front page */
#birds {
height: 42px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/birds.gif) top left no-repeat;
display: block;
}
 
#birds:hover {
background-position: bottom left;
}

#elbows {
height: 42px;
width: 180px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/elbows.gif) top left no-repeat;
display: block;
}
 
#elbows:hover {
background-position: bottom left;
}

#eyeballs {
height: 41px;
width: 180px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/eyeballs.gif) top left no-repeat;
display: block;
}
 
#eyeballs:hover {
background-position: bottom left;
}

#fish {
height: 43px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/fish.gif) top left no-repeat;
display: block;
}
 
#fish:hover {
background-position: bottom left;
}

#frsp {
height: 42px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/frsp.gif) top left no-repeat;
display: block;
}
 
#frsp:hover {
background-position: bottom left;
}

#heads {
height: 42px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/heads.gif) top left no-repeat;
display: block;
}
 
#heads:hover {
background-position: bottom left;
}

#insects {
height: 42px;
width: 170px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/insects.gif) top left no-repeat;
display: block;
}
 
#insects:hover {
background-position: bottom left;
}

#links {
height: 42px;
width: 170px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/links.gif) top left no-repeat;
display: block;
}

#links:hover {
background-position: bottom left;
}

#publicart {
height: 42px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/publicart.gif) top left no-repeat;
display: block;
}
 
#publicart:hover {
background-position: bottom left;
}

#resume {
height: 42px;
width: 170px;
text-indent: 10000px;
overflow: hidden;
background: url(/siteimages/resume.gif) top left no-repeat;
display: block;
}
 
#resume:hover {
background-position: bottom left;
}

