body
{
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	word-spacing: -5px;
	font-size: 1em;
	line-height: 14px;
}

#home-img {
	display: block;
	width: 382px;
	height: 313px;
	background: url('./images/leftside-new.jpg');
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 6;
}

#leftbar
{
	border-left: 1px solid #00c0eb;
	border-right: 1px solid #00c0eb;
	position: fixed;
	background-color: #fff;
	z-index: 5;
	left: 42px;
	top: 0;
	bottom: 0;
	width: 340px;
	padding-left: 10px;
	padding-top: 50px;
}

#rightbar
{
	padding-top: 54px;
	padding-left: 10px;
	position: relative;
	top: 0;
	left: 393px;
	width: 564px;
}

#links
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	list-style-type: none;
}

*:first-child+html #links, * html #links
{
	margin-bottom: 16px;
}

#links li
{
	padding: 0;
	margin: 0;
	padding-top: 1px;
	color: #00c0eb;
	text-decoration: none;
	height: 12px;
	width: auto;
	display: block;
	margin-bottom: -1px;
	line-height: 10px;
	border-top: 1px solid #00c0eb;
	border-bottom: 1px solid #00c0eb;
	cursor: pointer;
	position: relative;
}

*:first-child+html #links li, * html #links li
{
	margin-bottom: -5px;
}

#links li:hover
{
	background-color: #eaf3f5;
}

#links li.link-selected
{
	background-color: #00c0eb;
	color: #ffffff;
}

#news, #work
{
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1;
}

#news, #work
{
	margin-top: -21px;
}

#news dt
{
	border-top: 1px solid #00c0eb;
	background: url(./images/dash.jpg) repeat-x bottom left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	padding-top: 3px;
	height: 15px;
	font-weight: bold;
}

#news dd
{
	padding: 0;
	padding-top: 5px;
	padding-bottom: 25px;
	margin: 0 0 -1px 0;
	font-size: 12px;
	line-height: 12px;
}

#news dt:first-child, #work dt:first-child
{
	border-top: none;
}

#work dt
{
	border-top: 1px solid #00c0eb;
	background: url(./images/dash.jpg) repeat-x bottom left;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	padding-top: 3px;
	height: 15px;
	font-weight: bold;
}

#work dd
{
	padding: 0;
	padding-top: 11px;
	padding-bottom: 13px;
	margin: 0 0 -1px -12px;
	font-size: 12px;
	line-height: 12px;
}

.proj-img
{
	margin: 0;
	padding: 0;
	margin-left: 12px;
	margin-bottom: -2px;
}

.img-pointer
{
	cursor: pointer;
}

*:first-child+html .proj-img, * html .proj-img
{
	margin-bottom: -4px;
}

#trail_div
{
	z-index: 101;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}