html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana,arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
}
#container{
	height: 500px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar{
	width:130px;
	height:500px;
	float:left;
}
#logo{}
#menu{
	margin-top:20px;
	height:360px;
}
#copyright{
	margin-top:90px;
	height:20px;
	float:left;
	width:120px;
	padding:11px;
	color:#A0A0A0;
}


#show{
	float:right;
	text-align:right;
	width:750px;
	height:450px;
}
.p-img{
	width:150px;
	height:100px;
}
.p-img-link{
	border:0px solid #A9A9A9;
	display:none; 
	height:100px;
	line-height:20px;
	filter:alpha(Opacity=80);	-moz-opacity:0.8;	opacity: 0.8;	z-index:100; 
	background-color:#ffffff;
	position:relative;
	text-align:center;
	font-size:10px;
}
#project_name {
	text-align:left;
	width:700px;
	line-height: 30px;
	margin-left: 36px;
}
