@charset "ISO-8859-1";
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#565656;
	
}
a:active {
	text-decoration: none;
	color: #666666;
}

/*----------------------------*/
a.work:link {
	margin-right:2px;
	margin-bottom:3px;
	padding:2px;
	background-color:#565656;
	color: #fff;
	text-decoration: none;
}
a.work:visited {
	margin-right:2px;
		margin-bottom:3px;

	padding:2px;
	text-decoration: none;
	color: #666666;
}
a.work:hover {
	margin-right:2px;
		margin-bottom:3px;

	padding:2px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	
}
a.work:active {
	margin-right:2px;
		margin-bottom:3px;

	padding:2px;
	text-decoration: none;
	color: #666666;
}





* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #141412;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

#wrapper {
	width:1250px;
}

	
/* --------RIGHT SIDE AND NAV ITEMS---------- */

#right {
	width:845px;
	margin-top:60px;
	height:459px;
	background-color:#ffffff;
	float:left;
}

#work {
	float:left;
	width:144px;
}

#work h2 span {
	display:none;
}

#work h2 {
	background-image:url(works.png);
	width:144px;
	height:24px;
}

#work_list {
	margin-top:16px;
	margin-left:18px;

}

#work_list li {
	list-style-type:none;
	line-height:14px;
}


/* DISPLAY AREA */

#display {
	margin-left:18px;
	float:left;
	width:666px;
}

#thumbnail {
	margin-top:16px;
}

#info {
	width:333px;
	margin-top:10px;
	padding-top:4px;
	line-height:14px;
	border-top: 1px dotted #999;
}

#info li {
	list-style-type:none;
}

#info p {
	border-top: 1px dotted #999;
	margin-top:5px;
	padding-top:2px;
}

.type_title {
	color:#333;
}