html, body{
	margin: 0px;
	padding: 0px
}

body {
	background-color: #222;
}
a:link, a:visited{
	color: #52A9E0;
	text-decoration: none;
	
}
a:active {
	color: #E30CDA;
}
a:hover {
	color: #EA078C;
	text-decoration: none;
}

img {
	border: 0;
}

#MAIN{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#HEAD{
	height: 100px;
	background-repeat: no-repeat;
}
#CNTNT{
	width: 954px;
	padding: 30px;
	padding-bottom: 10px;
	border: solid 5px #000;
	color: #fff;
}
#FOOTER{
	background-color: #000;
	color: #999;
	padding-top: 10px;
	height: 70px;
}
#FOOTER, #CNTNT, #HEAD {
	margin-top: 0px;
	clear: both;
}
.header{
	padding: 10px 0 10px 0px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #333;
	color: #999;
	
}
.content {
	margin-top: 20px;
}
.row{
	clear: both;
	height: 200px;
}
.prj{
	margin-left: 10px;
	display: block;
	height: 145px;
	width: 148px;
	/*background-color: #444;
	padding-left: 10px;*/
	padding-top: 5px;
	float: left;
	cursor: pointer;
	font-size: 120%;
	font-weight: bold;
	background-image:  url('../images/icn_on.png') ;
	background-repeat: no-repeat;
	border: 1px solid #333;
	background-position: 10px 25px;
	text-align: center;
}

.prj:hover {
	background-image:  url('../images/icn_ovr.png') ;
}
