/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; 
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	display: block;
	background: #fff;
	color: #585555;
	text-align: center;
}
#Wrapper {
	margin: 0 auto;
	padding:  0;
	text-align: left;
	width: 940px;
}
#Left {
	width: 296px;
	float: left;
	padding: 70px 0 0 0;
	line-height: 1.2em;
	font-size: 95%;
}
#Logo {
	padding: 0 0 20px 0;
}
#Logo img {
	display: block;
}
#Left p {
	margin:  0 0 18px 0;
}
#Left a {
	font-weight: bold;
	text-decoration: none;
	color: #860000;
}
#Footer {
	border-top: 1px solid #dbdbdb;
	padding: 20px 0 20px 0;
	font-size: 85%;
}
#Right {
	width: 580px;
	float: right;
	padding: 40px 0 0 0;
}
#Right p {
	margin: 0 0 15px 0;
	color: #860000;
	font-size: 85%;
}
h3 {
	margin: 0 0 15px 0;
	color: #860000;
	font-size: 120%;
}
.GalleryRow {
	width: 580px;
	padding: 0 0 13px 0;
}
.GalleryRow h2 {
	font-size: 150%;
	font-weight: normal;
	margin:  0 0 15px 0;
}
.GalleryRow ul {
	margin: 0;
	padding:  0;
	list-style: none;
}
.GalleryRow li {
	display: block;
	width: 180px;
	float: left;
	margin:  0 0 0 18px;
	padding:  0;
	text-align: center;
}
.GalleryRow li.First {
	margin:  0 !important;
}
.GalleryRow li img {
	display: block;
	border: 1px solid #dbdbdb;
}
.GalleryRow li span {
	font-size: 80%;
	font-weight: bold;
	color: #860000;
	text-transform: uppercase;
	padding: 5px 0 0 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.NoShow {
	display: none;
}
.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
hr {
	border: none 0;
	border-bottom: 1px solid #DCDCDC;
	width: 100%;
	height: 1px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}