@charset "UTF-8";
/* CSS Document */

.main{
	width:770px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

.header{
	margin:0 0 5px 0;
}

.demo{
	margin:0 auto;
	width:600px;
	float:left;
}

.photos{
	margin:0 0 0 10px;
	float:right;
	width:155px;
}

.photos img{
	border:solid 2px #000;
}

.photos img:hover{
	border:solid 2px #ccc;
	opacity:0.7;
    filter:alpha(opacity=70);
}

.classic{
	margin-bottom:14px;
	display:block;
}

.clearfix{
	clear:both
}
