p {	
	color: #222222;
	margin-bottom: 10px;
}
#footer p {
	color: #737373;
}
h1 {
	font-size: 40px;	
	letter-spacing: -0.075em;
	color: #333333;
}
strong {
	font-weight: bold;	
}
table {
	margin: 15px 0 15px 0;	
}
td {
	padding: 5px;	
}
.left_content {
	float: left;
	width: 560px;
}
.right_content {
	float: right;
	width: 400px;
}
.left_content a {
	color: #333333;
	text-decoration: none;
}
.left_content a:hover {
	color: #737373;
	text-decoration: underline;
}
.thumb {
	margin: 15px;
	border: 3px solid #cccccc;
	cursor: pointer;
}
.thumb:hover {
	border: 3px solid #222222;		
}
.right_content img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;

	}
