body, html{
	background: black;
	font-family: Arial, Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border:0 none;
}
img, a {
	border:0;
	margin:0;
	padding:0;
	outline:none;
}
p{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	color: #999;
}
p.full{
	color: #646464;
	margin:0 0 20px 0;
}
h1{
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	padding: 0;
	color: #999;
	margin: 10px 0 5px 0;
}
#center{
	width: 715px;
	margin: 0 auto;
}

#head{
	width: 100%;
	float: left;
	margin-top: 50px;
}
#head img{
	float: left;
}
#head ul{
	float: left;
	padding: 0 0 0 65px;
	margin: 0;
	height: 29px;
	list-style: none;
	width: 650px;
	background: url(../images/bg_menu1.gif) top left no-repeat;
}
#head ul li{
	float: left;
	margin-right: 10px;
}
#head ul li a{
	display: block;
	line-height: 29px;
	float: left;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}
#head ul li a:hover{
	color: white;
	text-decoration: underline;
}
#head ul li.active a{
	color: white;
}

#menu2 ul{
	background: url(../images/bg_menu2.gif) bottom left no-repeat;
}


#container{
	float:left;
	width: 650px;
	padding: 0 0 0 65px;
	color: #888;
	overflow:hidden;
}
.projects{
	position: relative;
	height: 150px;
	width: 650px;
	margin:20px 0 30px 0;
	overflow:hidden;	
}
.projects .showRow {
	display: none;
	float: left;
}
.imgBox{
	margin-right:2px;
}
.item{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.item a {
	color: white;
}
.textimages {	
	width: 650px;
	margin:15px 0 20px 0;
	overflow:hidden;	

}


#footer{
	width: 650px;
	padding: 0 0 0 65px;
	float: left;
	margin: 20px 0 20px 0;
	background: url(../images/bg_footer.gif) top left no-repeat;
}
#footer p{
	color: #c0c0c0;
	line-height: 30px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#c0c0c0;
	height:30px;
}
#footer ul li {
	float:left;
	height:30px;
	line-height:30px;
}
#footer ul li a {
	
}
