.clrflt {
	float: none;
	clear: both;
}

#content {
	width: 900px;
	padding: 20px 20px 20px 20px;
}

.shortstory {
	text-align: justify;
}

.shortstory h1{
	margin-top: 20px;
}

.shortstory a {
	color: #CCC;
}

.shortstory img {
	padding: 7px;
}

.catalog-short {
	width: 438px;
	height: 118px;
	text-align: center;
	float: left;
	background: #45344a;
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.catalog-short:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.catalog-short:active {
	background: #3b2c3f;
}

.catalog-short a {
	text-decoration: none;
}

.catalog-short a:active {
	color: #CCC;
}

.catalog-short table {
	border: 2px;
	width: 100%;
	height: 100%;
}

.catalog-short img {
	border: 4px solid #45344a;
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.preview {
	vertical-align: middle;
	text-align: left;
}

#catalog-full {
	width: 100%;
	float: left;
	margin: 20px;
}

#catalog-full img {
	border: 4px solid #45344a;
	margin: 5px;
}

.navigation {
	display: block;
	padding: 3px;
	width: auto;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

.button {
	margin: 5px;
	padding: 7px;
	background: #666;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.button a {
	background: #45344a;
	padding: 5px;
	margin: 7px;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.button a:hover {
	text-decoration: none;

	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.button a:active {
	color: #CCC;
}

#fullstory {
	width: 100%;
}

#fullstory img {
	margin: 7px;
	border: #45344a solid 3px;
}

.catalog-button {
	background: #45344a;
	padding: 5px;
	margin: 3px;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.catalog-button:hover {
	background: #684f70;
}

.catalog-footer {
	text-align: center;
	margin: 0px;
}