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

.pattern_thumbnails {
	width: 325px;
	height: 385px;
	float: right;
	padding-right: 25px;
}

.pattern_pics{
	width: 300px;
	height: 300px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

.pattern_pics:hover {
	width: 300px;
	height: 300px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
}

#sponser {
	width: 190px;
	height: 400px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
	text-align: center;
}

#sponser img {
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

#pattern_title {
	font-size: 24px;
	font-variant: small-caps;
}

#main_content_area {
	height: 1190px;
}
	
