@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}

div#container {
	width: 1024px;
	height: 768px;
	margin: 0px auto;
}

div#box {
	background-image: url(images/bkg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 706px;
	margin: 0px auto;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

div#blinkilite {
	background-image: url(images/blinkilite_com.png);
	background-repeat: no-repeat;
	position: relative;
	left: 350px;
	width: 458px;
	height: 48px;
	float: left;
}

div#lite {
	position: relative;
	top: 310px;
	left: 99px;
	width: 180px;
	height: 280px;
}

div#logos {
	width: 328px;
	display: block;
	position: relative;
	top: 150px;
	left: 540px;
}

.logobutton {
	float: left;
	width: 50px;
	padding: 0px 2px;
}

div#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: relative;
	top: 60px;
	left: 160px;
	text-align: right;
	float: left;
}

div#nav a:link, div#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#nav a:hover {
	color: #ff9600;
	text-decoration: underline;
}


.alttag {
	text-indent: -9999px;
}

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	width: 700px;
	text-align: left;
	float: right;
	position: relative;
	top: 240px;
}

/**** bio page  ****/
div#biobody {
	background-image: url(images/bio_bkgd_full.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

/**** portfolio frameset ****/
div#portfolio {
	background-image: url(images/work_bkgd_full.gif);
	margin: 0px;
}

/**** main content portfolio pages ****/

div#portfoliobody {
	background-image: url(images/work_mainarea.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
}

/**** links page ****/
div#linksbody {
	background-image: url(images/links_bkg.jpg);
	background-repeat: no-repeat;
	margin: 0px; 
}

/****thumbs page ****/
div#thumbsbody {
	background-image: url(images/work_thumbs.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
}
