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: 250px;
	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: #0000ff; text-decoration: underline; }
a:visited {color: #787878; text-decoration: underline; }
a:hover {color: #ff0000; 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#contact {
	height: 340px;
	width: 700px;
	position: absolute;
	left: 45px;
	top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	border: 1px groove #666666;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
	background-attachment: scroll;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#contact
a:link {
	color: #666666;
	text-decoration: underline;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #787878; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

div#cert {
	height: 31px;
	width: 88px;
	position: absolute;
	left: 50px;
	top: 300px;
}

div#cert2 {
	height: 31px;
	width: 88px;
	position: absolute;
	left: 50px;
	top: 355px;
}

#cert, #cert2
a:link {
	color: #666666;
	text-decoration: none;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #787878; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: none; }


div#imagebar {
	height: 50px;
	width: 750px;
	position: absolute;
	top: 410px;
	right: 21px;
	background-attachment: scroll;
	background-image: url(../images/imagebar.png);
	background-repeat: no-repeat;
	background-position: center center;
}


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;
}
