body {
	background-color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	padding:0px;
	margin:0px;
	line-height: 18px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#photo img {
	border: 10px solid #FFF;
		margin-left: auto;
	margin-right: auto;
}
#footer {
   text-align:center;
   margin-bottom:20px;
   margin-top: 200px;
   color: #999;
   font-size: 12px;
}
a:link {
	color:#999;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
div.headerrow {
	margin-top: 50px;
	margin-bottom: 0;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	}
div.row {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
div.row span.left { 
	float: left; 
	text-align: left; 

}
div.row span.right { 
	float: right; 
	text-align: right; 
	padding-top: 2px;

}
div.headerrow span.left { 
	float: left; 
	text-align: left; 
	width: 308px; 
}
div.headerrow span.right { 
	float: right; 
	text-align: right; 
	padding-top: 25px;
}
div#center span.left { 
	float: left; 
	text-align: left;
	width: 30%;

}
div#center span.right { 
	float: right; 
	text-align: left; 
	width: 60%;
	padding-top: 8px;
}
div.caption {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: left; 
}
div.caption p {
	margin-bottom: 5px;
}
div.caption p a:link, div.caption p a:visited {
	text-decoration: underline;
}
#center {
	width: 900px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#center img {
	border: 1px solid #FFF;
	margin: 10px;
}
#center a:link, #center a:visited {
	text-decoration: underline;
}
h1, .title {
	font-weight:normal;
	font-size:16px;
	color:#788c1b;
	margin: 0;
	letter-spacing: 2px;
}
h3 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#788c1b;
	padding:0px;
	margin:10px 0 0 0;
	line-height: 18px;
	font-weight: normal;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
div.row span.copyright {
	font-size: 12px;
	color: #666;
}
div.row span.copyright a:link, div.row span.copyright a:visited {
	color: #666;
}
div.row span.copyright a:hover {
	color: #FFF;
}
/* Comments */
/* .............................. */

#comment-top {
    background:#000;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	padding-top: 25px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	background:#000;
	
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-middle {
    background:#000;
	padding:5px;
	margin-top:35px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:20px auto;
	border:1px solid #aaa;
	background:#515151;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}
#dhtmltooltip {
  width:200px;
  position: absolute;
  font-family: verdana;
  font-size:10px;
  border: 1px solid #292929;
  padding: 6px 15px 6px 15px;
  background:#FFFFFF;
  visibility: hidden;
  z-index: 100;
  color:#000000;
  text-align: left;
}
#dhtmltooltip b {
color: #788c1b;
font-size: 11px;
}