@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 repeat;
	margin: 0;
	padding: 0;
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #333333;
} 
#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: #06CCCB url(images/MDCnavbar.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
	border-bottom: thin solid #333333;
}
#header li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 10px;
	background: #06CCCB url(images/MDCnavbar.jpg);
	margin: 0px;
}
#header li a {
	display: block;
	float: left;
	padding: 2px 15px;
	color: #333333;
	text-decoration: none;
	font: 11px "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
}
#header li a:hover, #header li a:active, #header li a:focus {color:#FFFFFF;}
h1, h2, h3, h4 {
	font family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009999;
	letter spacing: -.04em;	
	line-height: 110%;
}
#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-size: 12px;
}
#mainContent {
	margin: 0 0 30; /* 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: 20px 20px 40px 50px;
	color: #FFFFFF;
	width: 700px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#029D96;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#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;
	text-align: left;
	color: #FFFFFF;
}
.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: 250px;
	height: 250px;
}
.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-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
#footer p {
	color: #FFFFFF;
}

