html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
a{
	color:#000;
}
p{
	padding:5px 0;
}
hr{
	border:1px solid #EEEEEE;
	border-bottom:1px solid #333;
}
#projects{
	position:relative;
	text-align:left;
}
#left{
	position:relative;
	float:left;
	width:50%;
	margin-left:5px;
}
#left #items{
	margin:0 10px 10px 0;
	list-style:none;
}
#left #items li{
	float:left;
	margin:1px 0 0 1px;
	width:50px;
	height:50px;
	border:1px solid #666;
}
#left #items a img{
	width:50px;
	height:50px;
}
#left #items .hidden{
	background:#eee;
	border:1px solid #eee;
}
#left #items .hidden a{
	cursor:default;
}
#left ul,#left li{
	list-style:none;
}
#right{
	position:relative;
	background:#eee;
	width:45%;
	_width:350px;
	float:right;
}
#right #filter{
	margin:10px 10px 10px 30px;
}
#right #filter ul{
	margin-left:15px;
}
#right #filter a{
	color:#333333;
	padding:2px;
	display:block;
}
#right #filter a:hover{
	text-decoration:none;
}
#right #filter .current a{
	background:#333;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#right #info{
	padding:10px;
}

#right #filter div{
	color:#333333;
	padding:2px;
	display:block;
	text-decoration:underline;
	cursor:pointer;
}

#right #filter div:hover{
	color:#333333;
	padding:2px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}