
body {
	text-align:center;
	font: 10px/1.5em Verdana;
	color: #999;
	background-color: #ddd;
	padding:0 60px;
	}
	
a { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; }
a img { border: none; }

p.target {
	height:1px;
	margin:1px;
	}

p.frame {
	text-align:center;
	border: 1px solid #666;
	width: 540px;
	margin: 15px auto;
	padding: 60px 0 46px ;
	background-color: #fff;
	font: 10px/1.5em Verdana;
	}
	/*
p {
	text-align:justify;
	border: none;
	width: 540px;
	margin: 20px auto;
	padding:0;
	font: 11px/1.5em Verdana;
	}*/
	
p.thumb {
	width:auto;
	text-align:center;
	}
p.thumb img {
	width:100px;
	height:75px;
	border: 1px solid #fff;
	margin:8px;
	}
	
div.links {
	position:absolute;
	right:5px;
	top:5px;
	text-align:right;
	}
div.list {
	position:absolute;
	left:5px;
	top:5px;
	text-align:left;
	}

p.frame img {
	border: 6px solid #eee;
	border-top-color: #bbb;
	border-left-color: #ccc;
	border-right-color: #ddd;
	width:400px;
	height:300px;
	}
	

#comments {

display:none;


	padding:0 0 1px 0;
	margin:10px auto;
	width:420px;
	color: #000;
	opacity:.8;
	}
#comments p {
	width:auto;
	}
#comments form p {
	text-align:right;
	}
#comments p.comment {
	margin:0;
	padding: 10px 8px 0 12px;
	background: url(comment-top.gif) no-repeat;
	font-size:11px;
	line-height:1.4em;
	width:auto;
	text-align:left;
	}
#comments p.sig {
	margin:0 0 20px 0;
	padding: 20px 0 0 50px;
	background: url(comment-bottom.gif) no-repeat;	
	font-size:11px;
	line-height:normal;
	width:auto;
	}
#comments p.sig a { text-decoration:none; font-weight:bold; }
#comments p.sig a:hover { text-decoration:underline; }


form {
	margin:0;
	padding:0;
	}
input, textarea {
	color:#333;
	font-family:Verdana;
	font-size:11px;
	border:1px solid #999;
	margin:3px;
	padding:3px 4px;
	background-color:#ddd;
	border-bottom-color:#eee;
	border-right-color:#eee;
	}

#graph {
position:relative;
height:300px;
width:576px;
margin: 50px auto 60px;
}

#graph a {
position:absolute;
bottom:10px;
left:0;
display:block;
width:3px;
background-color:#fff;
height:1px;
border-right:1px solid #ccc;
}

#graph a:hover {
background-color:#afa;
}

#graph a.selected {
background-color:#6c6;
}

#graph span {
position:absolute;
bottom:0;
left:0;
display:block;
height:10px;
}

#tags {
line-height:24px;
padding: 0 30px;
margin-top:50px;
}

#tags a {
white-space:nowrap;
vertical-align:bottom;
padding:5px;
}


