/* collections category controls */
.collectionwrapper {
	width: 250px;
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: center;
	}
	
	.collectiontitle {
		font: normal normal 18px Georgia, serif;
		}
		
		.collectiontitle a, .collectiontitle a:visited {
			color: #323232;
			text-decoration: none;
		}
		
		.collectiontitle a:active, .collectiontitle a:hover {
			color: #860102;
			border-top: 2px solid #860102;
		}
		
.collectionimages {
	width: 250px;
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: center;
	}
		
/* information category controls */
.information {
	width: 810px;
	float: left;
	padding-bottom: 5px 20px;
	}
	
	.information_title {
		width: 810px;
		color: #860102;
		font: normal normal 22px Georgia, serif;
		}
		
	.information_body {
		width: 810px;
		color: #727272;
		font: normal normal 16px arial;
		}
		
	.information_body a, .information_body a:visited {
		color: #efefef;
		text-decoration: underline;
		}
		
	.information_body a:hover, .information_body a:active {
		color: #bb0000;
		text-decoration: underline;
		}
	
		
/* blog and news controls */
.blog_wrapper {
	width: 810px;
	float: left;
	margin-bottom: 10px;
	padding: 5px 0;
	background: #484848;
	border-bottom: 1px dashed #898989;
	}
	
	.blog_image {
		width: 250px;
		float: left;
		padding-left: 5px;
		}
		
	.blog_title {
		width: 500px;
		float: left;
		padding-left: 10px;
		}
		
		.blog_title a, .blog_title a:visited {
			color: #c7c7c7;
			font: normal 900 16px Georgia, serif;
			text-decoration: none;
			}
			
		.blog_title a:active, .blog_title a:hover {
			color: #fff;
			text-decoration: none;
			}
			
	.blog_description {
		width: 500px;
		float: left;
		padding-left: 12px;
		color: #9e9e9e;
		font: normal normal 14px arial;
		}
		
		.blog_description a, .blog_description a:visited {
			color: #9e9e9e;
			text-decoration: none;
			}
			
		.blog_description a:active, .blog_description a:hover {
			color: #fff;
			text-decoration: none;
			}
			
.blog_date {
	width: 850px;
	float: left;
	color: #000;
	}
	
.blog_information {
	width: 810px;
	float: left;
	color: #727272;
	font: normal normal 16px arial;
	}
	
#blog_image {
	width: 250px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	}
	
/* views control */
.padding {
	padding-top: 20px;
	}
	
#textcontrol {
	text-align: right;
	}
	
/* about us controls */
.aboutus_image {
	width: 200px;
	float: left;
	padding-right: 20px;
	}
	
	.aboutus_info {
		width: 530px;
		float: left;
		}
		
/* footer controls */
.footerlinks {
	width: 60px;
	float: left;
	}