body
{
	margin: 0px;
	padding: 0px;
	background-color: #C9D1D2;
	background-image: url('images/bg_center2.jpg');
	background-repeat: repeat-y;
	background-position: 241px 0;
}

a 
{
	text-decoration: none; 
	cursor: pointer;
	color: #666666;
}

a img 
{
	border: none;
}

img {
	behavior: url("pngbehavior.htc");
}

#icon
{
	margin-bottom: -3px;
}

h1
{
	width: 656px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.txt
{
	margin-left: 8px;
	width: 635px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}

.txt a
{
	text-decoration: underline;
	color: #666666;
}

.txt a:hover
{
	text-decoration: none; 
	outline: none;
	color: #FF6600;
}

.txt a:active
{
	text-decoration: none; 
	outline: none;
	color: #ffffff;
}

#back2top 
{
	display: block;
	position:absolute;
	margin-left: 905px; 
	margin-top: 400px;
	width: 20px;
	height: 20px;
	background-image: url('images/top_off.gif');
	background-repeat: no-repeat;
	z-index: 20
}

#back2top a:hover
{
	display: block;
	width: 18px;
	height: 19px;
	background-image: url('images/top_on.gif');
	background-repeat: no-repeat;
}

#logo
{
	position: fixed;
	left: 15px;
	top: 234px;
	z-index: 25;
}

* html #logo
{
	position: absolute;
}

#glow
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

* html #glow
{
	position: absolute;
}

#fold
{
	position: absolute;
	top: 0px;
	left: 241px;
	z-index: 5;
}

#container
{
	position: absolute;
	top: 0px;
	left: 246px;
	margin: 0px;
	width: 656px;
	z-index: 12;
}

#block0, #block1, #block2, #block3, #block4, #block5, #block6, #block7
{
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
}

/*
#wrapper
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	height: 100%;
	z-index: 15;
}
*/
ul
{
	list-style: none;
	margin-left: 10px;
	padding: 0px;
}

li { line-height: 1.2em;}

#nav
{
	margin: 0 0 0 4px;
	padding: 0px;
	height: 20px;
	width: 650px;
	z-index: 15;
	background: url("images/nav_bg.png") no-repeat;
}

#nav ul li
{
	float: left;
	padding: 0;
	margin: 0;
}

#nav1 a
{
	display: block;
	width: 62px;
	height: 20px;
	background: url("images/portfolio_nav.png") no-repeat;
	text-decoration: none;
	margin-right: 10px; 
}

#nav1 a:hover { background-position: 0 -20px; }

#nav2 a
{
	display: block;
	width: 48px;
	height: 20px;
	background: url("images/profile_nav.png") no-repeat;
	text-decoration: none;
	margin-right: 10px; 
}

#nav2 a:hover { background-position: 0 -20px; }

#nav3 a
{
	display: block;
	width: 51px;
	height: 20px;
	background: url("images/contact_nav.png") no-repeat;
	text-decoration: none;
	margin-right: 10px; 
}

#nav3 a:hover { background-position: 0 -20px; }

#sideNav
{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0;
	top: 116px;
	left: 556px;
}

#screen_items
{
	visibility: hidden;
}

.thumbnails
{
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	height: 166px;
}

.thumb_preview
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/thumb_bg.png")
	width: 164px;
	height: 166px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.thumb_preview .work_thumb
{ 
	margin-top: 6px;
	margin-left: 7px;
}

.thumb_preview .work_title
{ 
	margin-top: 6px;
	margin-left: 10px;
	color: #555555; 
}
.thumb_preview .work_year 
{ 
	margin-left: 10px;
	color: #555555; 	
}

.thumb_preview_on
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/thumb_bg_over.png")
	width: 164px;
	height: 166px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.thumb_preview_on .work_thumb
{ 
	margin-top: 6px;
	margin-left: 7px;
}

.thumb_preview_on .work_title
{ 
	margin-top: 6px;
	margin-left: 10px;
	color: #fff; 	
}
.thumb_preview_on .work_year 
{ 
	margin-left: 10px;
	color: #fff; 	
}

#tooltipDiv {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	background-color: #cde9f2;
	color: #3278a0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
