@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3A4242 repeat;
	margin: 0;
	padding: 0;
	font: 12px/20px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
#container {
	width: 1000px;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #E2E2E2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #3A4242 repeat;
	padding: 0px;
} 
#header {
	background: #333333;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerul  {
	background: #5F6BA0 repeat-x;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: right;
	border-bottom: 2px inset #E2E9F6;
	border-top: 2px outset #E2E9F6;
	border-right: 2px inset #E3E3E3;
	border-left: 2px none #E2E9F6;
}
#header li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 2px none #DAE1F2;
	border-right: 2px none #DAE1F2;
	border-bottom: 2px none #DAE1F2;
	border-left: 2px solid #DAE1F2;
	background: #5F6BA0;
}
#header li a {
	display: block;
	float: left;
	color: #E2E9F6;
	text-decoration: none;
	font: small-caps normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: .1em;
	border-style: none;
	padding: 2px 25px;
}
#header li a:hover, #header li a:active, #header li a:focus {
	margin: 0px;
	padding: 2px 25px;
	background: #4783E1;
	color: #330099;
	font-variant: small-caps;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
	color: #FFFFFF;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
#mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 50px 30px;
	color: #FFFFFF;
	width: 900px;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #FFFFFF;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active
 {
	color: #FFFFFF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.galleryItem {
	border: 1px solid #009999;
	padding: 6px;
	float: left;
	width: 220px;
	height: 220px;
}
.Thumbnail {
	margin: 0px;
	float: left;
	height: 250px;
	width: 200px;
	text-align: center;
}
#Gallery {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 800px;
}
a:link {
	color: #33FFFF;
	text-decoration: underline;
}
a:visited, a:hover, a:active, a:focus {
	color: #FF00FF;
	text-decoration: none;
}
h1 {
	font: normal 24px Verdana, Arial, Helvetica, sans-serif;
	color: #339999;
}
h2 {
	font: bold normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #339999;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #339999;
}
h4 {
	font-size: 12px;
}

