body{
 	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#333333;
    }
.style1 {color: #999999; line-height:1.5}
#jmena {
	font-weight: bold;	
	color:#333333;
}
a{
    color:#C90000;
    font-weight: normal;
}
a:hover{
    color:#FF0000;
    font-weight: bold;
}
img{
    border:0;
}
.photocell {
	position: relative;
	width:120px;
	height:122px;
	border:#333333 1px solid;
	padding-top:1px;
	margin:1px;
	font-size:10px;
	color:#999999;
	background-color: #333333;
	float:left;
	text-align:center;
    vertical-align: middle;
	z-index:150;
}
#background{
	margin:0 auto;
	width: 780px;
	background-color:#333333;
    /*
	background:#333333 url(images/bg.gif) repeat-y;
	*/
}
#all{
    width: 760px;
    margin: 0 10px;
	background-color:#000000;
}
#header{
	border: 0;
	padding:0;
	width: 760px;
	}
#content{
    width: 760px;
    position:relative;
	text-align:left;
	text-align:center;
}
.row {
    width:622px;
	/* 
	height:124px; 
	background-color:#00FF00;
	*/
	height:135px;
	margin:0;
    padding:0 0 0 0px;
	text-align:center;
}
#footer{
   width: 740px;
   margin:0;
   text-align: center;
   height:auto;
   clear: both;
}
.underline:hover{
   text-decoration:underline;
}