body {
	font-family: arial, helvetica, "sans-serif";
	font-size: 11px;
	background-color: #e1e2e5;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 20px;
	border: solid 1px #c4c4c4;
	background-color: #ffffff;
}

/*----- Single Gallery Styling ------*/

#single_gallery {
	margin-top: 20px;
}

#single_gallery .gallery_description {
	font-family: arial black;
	font-size: 16px;
	margin-bottom: 15px;
	width: 100%;
}

#single_gallery .gallery_subtitle {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	width: 100%
}

#single_gallery .gallery_comments {
	margin-bottom: 15px;
	width: 100%
}

#single_gallery .item {
	margin: 5px;
	padding: 0px;
}

#single_gallery .item_last {
	margin: 5px;
	padding: 0px;
}

#single_gallery .title {
	color: #202020;
	font-size: 1.0em;
	font-weight: bold;
	height: 15px;
	text-align: center;
}

#single_gallery .subtitle {
	color: #a0a0a0;
	font-size: 0.9em;
	height: 15px;
	margin-bottom: 5px;
	text-align: center;
}

#single_gallery .image {
	border: 0px;
}

#single_gallery .description {
	color: #a0a0a0;
	font-size: 9px;
}