body { background-image:  url(images/bg.gif); text-align: center; margin: 0; padding: 0; }

a {
	color: #787;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#logo {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}
.text {
	position: relative;
	height: 100%;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #666666;
	background: #F2F9F7;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#intro{
	position: relative;
	left: -30px;
	width: 325px;
	clear: both;
	margin: -20px auto 30px auto;
}
#key{
	position: relative;
	width: 135px;
	margin:  5px 30px 5px 0px;
	line-height: 20px;
}
#key .text{
	border: 4px solid #99Aa88;
	border-color: #000;
	color: #99Aa88;
	background: #3D5C52;
	text-align: left;
}
#key img{
	margin-top:3px;
	margin-left:1px;
}
#resume {
	display: block;
	width: 325px;
	margin: -20px auto 30px auto;
}
#footer {
	height: 100%;
	width: 30%;
	padding: 5px;
	margin: 30px auto;
}
#container {
	vertical-align: top;
	margin: auto;
	padding: 3%;
	border-top: 3px inset white;
	border-bottom: 3px inset white;
	background-color: #0c2328;
	background-repeat: repeat-y;
	background-position:right;
	background-image:url(images/bgContainer.gif);
}
#imageContainer {
	display: block;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 5%;
	height: auto;
	vertical-align: top;
	text-align: center;
	background-color: #0c2328;
	border-top: 3px inset white;
	border-bottom: 3px inset white;
}
.blankSpacer {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	clear: both;
}

.item {
	float: left;
	width: 110px;
	margin: 5px;
}
.itemPic {
	display: block;
	width: 100px;
	height: 97px;
	overflow: hidden;
	clip: rect(auto auto auto auto);
	margin: 0;
	padding: 0;
	border: solid 5px;
	border-bottom: solid 4px;
}
.itemDescrip {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	clip: rect(auto auto auto auto);
	padding: 2px;
	border-style: solid;
	border-width: 1px 5px 5px 5px;
}
.graphic{
	color: #f4f2e2;
	border-color: silver;
	background-color: #615d5b;
}
.web{
	color: #f4f2e2;
	border-color: #339999;
	background-color: #003333;
}
.flash{
	color: #f4f2e2;
	border-color: #CC3300;
	background-color: #663300;
}
.animation{
	color: #f4f2e2;
	border-color: #6699CC;
	background-color: #003366;
}



.image {
	display: block;
	margin: auto;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	clip: rect(auto auto auto auto);
}
#imageOpener {
	color: #f4f2e2;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #615d5b;
	text-align: center;
	display: block;
	margin: auto;
	padding: 5px;
	width: auto;
	height: 15px;
	vertical-align: middle;
	border-right: 3px solid silver;
	border-top: 3px solid silver;
	border-left: 3px solid silver;
}
.imagePic {
	text-align: center;
	display: block;
	width: auto;
	height: auto;
	min-height: 100px;
	overflow: auto;
	clip: rect(auto auto auto auto);
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 3px silver;
	background-color: gray;
}
.imageDescrip {
	color: #f4f2e2;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #615d5b;
	text-align: left;
	display: block;
	margin: auto;
	padding: 2px;
	width: auto;
	height: auto;
	vertical-align: middle;
	border-right: 3px solid silver;
	border-bottom: 3px solid silver;
	border-left: 3px solid silver;
	list-style-type: disc;
}
.blankSpace { display: block; margin: 0; width: 100%; height: 100px; padding: 0; }
.bold  /* artwork items in bold */ { color: orange; }


