html, body {
	height: 100%;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
}
div#wrapper {
	margin-bottom: -17em;
	width: 1px;
	height: 50%;
	float: left;

}
div#content {
	position: relative;
	text-align: left;
	height: 34em;
	width: 55em;
	margin: 0 auto;
	clear: left;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	background-attachment: scroll;
	background-image: url(../images/big_bulb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#portfolio {
	height: 45px;
	width: 265px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #9A9A9A;
	position: absolute;
	top: 10px;
	right: 200px;
	margin: 0px;
}


#topnav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: absolute;
	height: 10px;
	width: 150px;
	padding: 5px;
	right: 20px;
	top: 18px;
}

#content #topnav
a:link {
	color: #000000;
	text-decoration: underline;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
a:active {color: #333333; text-decoration: underline; }
a:visited {color: #787878; text-decoration: underline; }
a:hover {
	color: #333333;
	text-decoration: none;
}


div#canvas {
	height: 470px;
	position:absolute;
	top:55px;
	right:0px;
	width:800px;
	background-repeat: no-repeat;
	background-position: left center;
	left: 60px;
	bottom: 0px;
	border: 1px groove #666666;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/content_bkgrnd.jpg);

}

div#web {
	height: 360px;
	width: 150px;
	position: absolute;
	left: 30px;
	top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #CCCCCC;
}

div#printcopy, div#webcopy, div#idcopy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
}

div#printcopy a, div#webcopy a, div#idcopy a {
	color: #333333;

}

div#printsamples {
	background-image: url(../images/portfolio/print_link.png);
}


div#printsamples {
	height: 65px;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	position: absolute;
	top: 230px;
	padding-top: 45px;
	padding-left: 80px;
	padding-right: 0px;
	text-align: left;
	vertical-align: middle;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	left: 2px;
}



div#logo {
	height: 65px;
	width: 250px;
	position:absolute;
	top:10px;
	left:160px;
	text-indent: -3000px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#samples {
	height: 365px;
	width: 586px;
	position: absolute;
	left: 200px;
	top: 50px;
}

#bottomnav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	position: absolute;
	height: 25px;
	width: 200px;
	right: 25px;
	top: 420px;
	line-height: 20px;
	font-weight: bold;
}

#content #bottomnav
a:link {
	color: #9A9A9A;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
