@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
	position: absolute;
}
#left {
	float: left;
	width: 185px;
	padding-left: 5px;
}
#right {
	float: right;
	width: 490px;
	padding-left: 10px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}

#picture {
	text-align: center;
	width: 480px;
}
.right {
	text-align: right;
}
p{
  font-size: 0.7em;  
}

